Skip to content

Commit 99d0039

Browse files
committedMar 17, 2025
Update documentation
1 parent 18d8895 commit 99d0039

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎joint_state_broadcaster/doc/userdoc.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@ The order of the joints in the message can determined by 3 different parameter s
5151
2. No defined ``joints`` parameter and ``use_urdf_to_filter`` set to ``true``:
5252
The order of the joints in the message is the same as the order of the joints in the URDF file, which is inherited from the loaded URDF model and independent of the order in the `ros2_control` tag.
5353

54-
3. Defined ``joints`` parameter:
54+
3. Defined ``joints`` parameter along with ``interfaces`` parameter:
5555
The order of the joints in the message is the same as the order of the joints in the ``joints`` parameter.
56+
57+
If the ``joints`` parameter is a subset of the total available joints in the URDF (or) the total available state interfaces, the order of the joints in the message is the same as the order of the joints in the ``joints`` parameter.
58+
59+
If any of the combinations of the defined ``joints`` parameter and ``interfaces`` parameter are not in the available state interfaces, the controller will fail to activate.

0 commit comments

Comments
 (0)