Skip to content

Commit

Permalink
Update CM docs regarding the description topic
Browse files Browse the repository at this point in the history
Nowadays the parameter is deprecated and will get removed.
  • Loading branch information
fmauch committed Feb 21, 2024
1 parent c4affe4 commit 0e29dfa
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions controller_manager/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ hardware_components_initial_state.unconfigured (optional; list<string>; default:
hardware_components_initial_state.inactive (optional; list<string>; default: empty)
Defines which hardware components will be configured immediately when controller manager is started.

robot_description (mandatory; string)
String with the URDF string as robot description.
This is usually result of the parsed description files by ``xacro`` command.

update_rate (mandatory; integer)
The frequency of controller manager's real-time update loop.
This loop reads states from hardware, updates controller and writes commands to hardware.
Expand All @@ -83,6 +79,13 @@ update_rate (mandatory; integer)
Name of a plugin exported using ``pluginlib`` for a controller.
This is a class from which controller's instance with name "``controller_name``" is created.

Subscribers
-----------

robot_description (std_msgs/msg/String)
String with the URDF string as robot description.
This is usually published by the ``robot_state_publisher`` node.


Helper scripts
--------------
Expand Down

0 comments on commit 0e29dfa

Please sign in to comment.