Raspberry PI 3 Model B + Kobuki source compilation problem

asked 2016-10-11 22:20:02 -0600

nickxiang0306 gravatar image

I tried to build the Kobuki node on my Raspberry PI 3 which is running on Raspbian OS (Jessie). And the rosdistro:indigo. rosversion:1.11.20. I typed command: roslaunch kobuki_node minimal.launch, but got the errors as followig: Error: cannot launch node of type [nodelet/nodelet]:can't locate node [nodelet] in package [nodelet] Error: cannot launch node of type [nodelet/nodelet]:can't locate node [nodelet] in package [nodelet] Error: cannot launch node of type [diagnostic_aggregator/aggregator_node]: can't locate node [aggregator_node] in package [diagnostic_aggregator]

Thanks a lot in advance

edit retag flag offensive close merge delete

Comments

well, the error says it cannot find the respective packages. Thus, they either haven't been built or are not executable.

However, you say you have a "source compilation problem". So we need a description of how you tried to build/install this pacakage and any error output thereof.

mgruhler gravatar image mgruhler  ( 2016-10-12 01:01:31 -0600 )edit

I appreciate your reply. I downloaded the Kobuki source code from https://github.com/yujinrobot/kobuki.git . and other related packages to directory Kobuki. Then I used catkin_make_isolated command to build the Kobuki. But the errors are: Failed to process package 'urdf'

nickxiang0306 gravatar image nickxiang0306  ( 2016-10-12 04:52:02 -0600 )edit

alright, so it the package urdf installed?

mgruhler gravatar image mgruhler  ( 2016-10-12 06:21:22 -0600 )edit