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

If anyone else if having this same problem, I had two issues:

1) Sourcing the workspace: running the following line before attempting the instructions worked for me and got rid of the missing rospath errors. source ~/catkin-ws/devel/setup.bash

2) Running rosdep update after the git clone command - rosdep needed to be update of the package just downloaded into the folder to recognise it was there.

A big thanks to ahendrix to helping with this! Definitely got the ball rolling in the right direction!