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

ros-controls content

asked 2014-08-25 11:44:53 -0500

arennuit gravatar image

Hi all,

I am currently having a look at metapackage ros-controls. There are 5 packages in there:

  • ros_control
  • ros_controllers
  • control_msgs
  • realtime_tools
  • control_toolbox

The reason of being of the first 2 is clearly stated here. Thanks to a bit of digging I could figure out that the 3rd one (control_msgs) contains the definition of control-specific messages. Now I am not too sure what the last 2 packages are useful for (realtime_tools & control_toolbox).

Anyone knows a bit more on the matter?

Thanks,

Antoine

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-08-25 11:50:02 -0500

gvdhoorn gravatar image

updated 2014-08-25 11:50:45 -0500

First thing I always do is just check out the wiki pages, which seem to -- fortunately -- contain quite some information:

  • realtime_tools:

    Contains a set of tools that can be used from a hard realtime thread, without breaking the realtime behavior. The tools currently only provides the realtime publisher, which makes it possible to publish messages to a ROS topic from a realtime thread. We plan to add a basic implementation of a realtime buffer, to make it possible to get data from a (non-realtime) topic callback into the realtime loop. Once the lockfree buffer is created, the realtime publisher will start using it, which will result in major API changes for the realtime publisher (removal of all lock methods).

  • control_toolbox

    This package contains several C++ classes useful in writing controllers, and so the main documentation can be found on the control_toolbox doxygen page.

All accessible from the meta-package page: ros_control.

edit flag offensive delete link more

Comments

Thanks gvdhoorn, I thought there was doc only for the meta-package in the wiki, had not realized there was also doc for all sub-packages... This opens doors ;)

arennuit gravatar image arennuit  ( 2014-08-26 05:10:46 -0500 )edit

:). Glad to have helped.

gvdhoorn gravatar image gvdhoorn  ( 2014-08-26 06:00:08 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-08-25 11:44:53 -0500

Seen: 226 times

Last updated: Aug 25 '14