Skip to content

Commit d536397

Browse files
committed
[JTC docs] Clarify what "joints and interfaces have to be used in combination" means
1 parent c4e4238 commit d536397

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

joint_state_broadcaster/src/joint_state_broadcaster_parameters.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ joint_state_broadcaster:
99
default_value: [],
1010
description: "Parameter to support broadcasting of only specific joints and interfaces.
1111
It has to be used in combination with the ``interfaces`` parameter.
12+
If either ``joints`` or ``interfaces`` is left empty, all available state interfaces will be
13+
published.
1214
Joint state broadcaster asks for access to all defined interfaces on all defined joints."
1315
}
1416
extra_joints: {
@@ -20,7 +22,9 @@ joint_state_broadcaster:
2022
type: string_array,
2123
default_value: [],
2224
description: "Parameter to support broadcasting of only specific joints and interfaces.
23-
It has to be used in combination with the ``joints`` parameter."
25+
It has to be used in combination with the ``joints`` parameter.
26+
If either ``joints`` or ``interfaces`` is left empty, all available state interfaces will be
27+
published."
2428
}
2529
map_interface_to_joint_state:
2630
position: {

0 commit comments

Comments
 (0)