Skip to content

Commit ad6f25e

Browse files
Revert "[JTC] Remove read_only from 'joints', 'state_interfaces' and 'command_interfaces' parameters (#967)" (#978) (#987)
This reverts commit 6e2736b. (cherry picked from commit 9f7e9e9) Co-authored-by: Noel Jiménez García <[email protected]>
1 parent b6558d1 commit ad6f25e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

joint_trajectory_controller/src/joint_trajectory_controller_parameters.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ joint_trajectory_controller:
33
type: string_array,
44
default_value: [],
55
description: "Names of joints used by the controller",
6+
read_only: true,
67
validation: {
78
unique<>: null,
89
}
@@ -20,6 +21,7 @@ joint_trajectory_controller:
2021
type: string_array,
2122
default_value: [],
2223
description: "Names of command interfaces to claim",
24+
read_only: true,
2325
validation: {
2426
unique<>: null,
2527
subset_of<>: [["position", "velocity", "acceleration", "effort",]],
@@ -30,6 +32,7 @@ joint_trajectory_controller:
3032
type: string_array,
3133
default_value: [],
3234
description: "Names of state interfaces to claim",
35+
read_only: true,
3336
validation: {
3437
unique<>: null,
3538
subset_of<>: [["position", "velocity", "acceleration",]],

0 commit comments

Comments
 (0)