ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Have you had a partially built moveit package in your own /root/catkin_ws directory earlier?
If so, there is no need to install from source that usually causes problem for freshmen like me. Be sure to clean up the old stuff before catin_make.
Follow the steps:
$ cd ~/catkin_ws %YOUR_WORK_PLACE%
$ rm -rf devel build
$ catkin_make
$ source ~/.bashrc