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

Which source variant contains ros_control?

asked 2013-10-07 02:03:44 -0500

updated 2014-01-28 17:18:09 -0500

ngrennan gravatar image

Hi I would like to build Hydro from source to specifically use ros_control. What is the variant that contains ros_control, or does ros_control need to built separately from source? If so how?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-10-09 18:12:45 -0500

updated 2013-10-09 18:53:41 -0500

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.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-10-07 02:03:44 -0500

Seen: 153 times

Last updated: Oct 09 '13