ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Here's one way to do it.
Elevate the privileges to superuser and source the setup.bash of the workspace
sudo su
then source devel/setup.bash
.
Install the package
catkin_make -DCMAKE_INSTALL_PREFIX=/opt/ros/$ROS_DISTRO install