ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 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.