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

Turns out that tutorial was missing a few steps. Fortunately, a later section mentioned you have to add dependencies by running:

cd ~/catkin_ws/src
rosdep update
rosdep install --from-paths . --ignore-src --rosdistro indigo

After that, catkin_make ran without error.