ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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