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
+5-1
Original file line number
Diff line number
Diff line change
@@ -51,5 +51,9 @@ The order of the joints in the message can determined by 3 different parameter s
51
51
2. No defined ``joints`` parameter and ``use_urdf_to_filter`` set to ``true``:
52
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
-
3. Defined ``joints`` parameter:
54
+
3. Defined ``joints`` parameter along with ``interfaces`` parameter:
55
55
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