Skip to content

Commit 468ec36

Browse files
Apply suggestions from code review
Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
1 parent 391ffa3 commit 468ec36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

joint_state_broadcaster/doc/userdoc.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Order of the joints in the message
4646
The order of the joints in the message can determined by 3 different parameter settings:
4747

4848
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.
5050

5151
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.
5353

5454
3. Defined ``joints`` parameter:
5555
The order of the joints in the message is the same as the order of the joints in the ``joints`` parameter.

0 commit comments

Comments
 (0)