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

did you see if there are missing dependencies?

from catkin_ws/ run rosdep install --from-paths src --ignore-src -r -y

did you see if there are missing dependencies?

from catkin_ws/ run rosdep install --from-paths src --ignore-src -r -y

this parses the package.xml files of those in your workspace and installs them for you if they are missing.