ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You're missing dependencies. Run
rosdep install --from-paths src --ignore-src --rosdistro [hydro/indigo] -y
on your workspace, using the appropriate distro tag.