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

Dereck,

You can have the dependency generated online

cd catkin_ws/src
wstool merge http://packages.ros.org/web/rosinstall/generate/raw/groovy/joystick_drivers

You can replace joystick_drivers with any ROS package. It will resolve the full tree but will only merge the missing packages into your source folder. Do no forget to

wstool update

once you merged all packages

Kai