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)
  • Loading branch information
Noel215 committed Jan 11, 2024
1 parent bdb7ad5 commit 6e2736b
Showing 1 changed file with 0 additions and 3 deletions.
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 6e2736b

Please sign in to comment.