ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Here is the solution by Patrick Goebel, author of ros-by-example

Since you had a partially built moveit package in your /root/catkin_ws directory earlier, be sure you first clean out the old stuff before re-running catkin_make:

$ cd ~/catkin_ws
$ \rm -rf devel build
$ catkin_make
$ source ~/.bashrc
$ rospack profile