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

You are right in thinking that you are missing packages. You could manually install them, but this could be time consuming if you are missing a bunch of them. You can use rosdep to automatically install ros dependencies for a given package. Once you've installed rosdep (instructions in link above), you can move into the top level of your catkin workspace and run the command rosdep install --from-paths src --ignore-src -r -y, which will automatically install all of the deps that you need for imu_tools.