Skip to content

Commit

Permalink
[JTC docs] Clarify what "joints and interfaces have to be used in com…
Browse files Browse the repository at this point in the history
…bination" means
  • Loading branch information
fmauch committed Jan 21, 2024
1 parent c4e4238 commit d536397
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ joint_state_broadcaster:
default_value: [],
description: "Parameter to support broadcasting of only specific joints and interfaces.
It has to be used in combination with the ``interfaces`` parameter.
If either ``joints`` or ``interfaces`` is left empty, all available state interfaces will be
published.
Joint state broadcaster asks for access to all defined interfaces on all defined joints."
}
extra_joints: {
Expand All @@ -20,7 +22,9 @@ joint_state_broadcaster:
type: string_array,
default_value: [],
description: "Parameter to support broadcasting of only specific joints and interfaces.
It has to be used in combination with the ``joints`` parameter."
It has to be used in combination with the ``joints`` parameter.
If either ``joints`` or ``interfaces`` is left empty, all available state interfaces will be
published."
}
map_interface_to_joint_state:
position: {
Expand Down

0 comments on commit d536397

Please sign in to comment.