Skip to content

Commit

Permalink
Fix trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
01binary committed Feb 14, 2024
1 parent ae3bd55 commit 365133b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ The *MoveIt Multi Controller Manager* can be used when more than one ``ros_contr
Controller Switching and Namespaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

All controller names get prefixed by the namespace of their ``ros_control`` node. For this reason, controller names should not contain slashes, and can’t be named ``/``.
All controller names get prefixed by the namespace of their ``ros_control`` node. For this reason, controller names should not contain slashes, and can’t be named ``/``.

Joints are claimed by each controller during initialization or startup. ROS controllers receive a hardware interface of the type they support (position, velocity, or effort), which they can use to request a *joint handle* for each joint they are configured to control. The act of requesting a joint handle will cause the *ROS Controller Manager* to record that a particular joint was *claimed* as a *resource* by a particular controller.

Expand Down

0 comments on commit 365133b

Please sign in to comment.