ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you're building this as part of a complete installation of ROS from source, you probably shouldn't be using the --pkg
option to catkin_make_isolated
. I suspect it's compiling just that package and replacing your ROS install with only the package you specify.
Try building with:
catkin_make_isolated --install