ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You can download the zip for ros_control from git and include the extracted ros_control-hydro-devel folder with your other source folders in ~/ws_catkin/src during the install. Catkin will pick it up during make call.

./src/catkin/bin/catkin_make_isolated --install

Otherwise outside of installation, see the catkin Tutorial on building and using catkin packages in a workspace.

The robot variant doesn't include ros_control however:

You can download the zip for ros_control from git and include the extracted ros_control-hydro-devel folder with your other source folders in ~/ws_catkin/src during the install. Catkin will pick it up during make call.

./src/catkin/bin/catkin_make_isolated --install

Otherwise outside of installation, see the catkin Tutorial on building and using catkin packages in a workspace.