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

Hi there,

did you try to resolve your dependencies? The command

rosdep install --from-paths ~/your-workspace/src --ignore-src

will try to resolve the dependencies of your packages. Then try again with

catkin_make

I hope that it will work for you.