Commit d536397 1 parent c4e4238 commit d536397 Copy full SHA for d536397
File tree 1 file changed +5
-1
lines changed
joint_state_broadcaster/src
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ joint_state_broadcaster:
9
9
default_value : [],
10
10
description : " Parameter to support broadcasting of only specific joints and interfaces.
11
11
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.
12
14
Joint state broadcaster asks for access to all defined interfaces on all defined joints."
13
15
}
14
16
extra_joints : {
@@ -20,7 +22,9 @@ joint_state_broadcaster:
20
22
type : string_array,
21
23
default_value : [],
22
24
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."
24
28
}
25
29
map_interface_to_joint_state :
26
30
position : {
You can’t perform that action at this time.
0 commit comments