You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: joint_state_broadcaster/doc/userdoc.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,10 @@ Order of the joints in the message
46
46
The order of the joints in the message can determined by 3 different parameter settings:
47
47
48
48
1. No defined ``joints`` parameter and ``use_urdf_to_filter`` set to ``false``:
49
-
The order of the joints in the message is the same as the order of the joint's state interfaces registered in the resource manager. This is typically the order in which the hardware components are loaded and configured.
49
+
The order of the joints in the message is the same as the order of the joints' state interfaces registered in the resource manager. This is typically the order in which the hardware components are loaded and configured.
50
50
51
51
2. No defined ``joints`` parameter and ``use_urdf_to_filter`` set to ``true``:
52
-
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.
52
+
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.
53
53
54
54
3. Defined ``joints`` parameter:
55
55
The order of the joints in the message is the same as the order of the joints in the ``joints`` parameter.
0 commit comments