Skip to content

Commit

Permalink
Revert "[JTC] Remove read_only from 'joints', 'state_interfaces' and …
Browse files Browse the repository at this point in the history
…'command_interfaces' parameters (#967)" (#978)

This reverts commit 6e2736b.
  • Loading branch information
Noel215 committed Jan 25, 2024
1 parent 0bcb77b commit 9f7e9e9
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -3,6 +3,7 @@ joint_trajectory_controller:
type: string_array,
default_value: [],
description: "Names of joints used by the controller",
read_only: true,
validation: {
unique<>: null,
}
Expand All @@ -20,6 +21,7 @@ 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 @@ -30,6 +32,7 @@ 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 9f7e9e9

Please sign in to comment.