Skip to content

Commit

Permalink
[JTC] Remove read_only from 'joints', 'state_interfaces' and 'command…
Browse files Browse the repository at this point in the history
…_interfaces' parameters (#967) (#968)
  • Loading branch information
mergify[bot] authored Jan 11, 2024
1 parent 8fd5e83 commit feb3073
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ joint_trajectory_controller:
type: string_array,
default_value: [],
description: "Names of joints used by the controller",
read_only: true,
validation: {
unique<>: null,
}
Expand All @@ -21,7 +20,6 @@ joint_trajectory_controller:
type: string_array,
default_value: [],
description: "Names of command interfaces to claim",
read_only: true,
validation: {
unique<>: null,
subset_of<>: [["position", "velocity", "acceleration", "effort",]],
Expand All @@ -32,7 +30,6 @@ joint_trajectory_controller:
type: string_array,
default_value: [],
description: "Names of state interfaces to claim",
read_only: true,
validation: {
unique<>: null,
subset_of<>: [["position", "velocity", "acceleration",]],
Expand Down

0 comments on commit feb3073

Please sign in to comment.