Skip to content

Commit 6e2736b

Browse files
authored
[JTC] Remove read_only from 'joints', 'state_interfaces' and 'command_interfaces' parameters (#967)
1 parent bdb7ad5 commit 6e2736b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

joint_trajectory_controller/src/joint_trajectory_controller_parameters.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ joint_trajectory_controller:
33
type: string_array,
44
default_value: [],
55
description: "Names of joints used by the controller",
6-
read_only: true,
76
validation: {
87
unique<>: null,
98
}
@@ -21,7 +20,6 @@ joint_trajectory_controller:
2120
type: string_array,
2221
default_value: [],
2322
description: "Names of command interfaces to claim",
24-
read_only: true,
2523
validation: {
2624
unique<>: null,
2725
subset_of<>: [["position", "velocity", "acceleration", "effort",]],
@@ -32,7 +30,6 @@ joint_trajectory_controller:
3230
type: string_array,
3331
default_value: [],
3432
description: "Names of state interfaces to claim",
35-
read_only: true,
3633
validation: {
3734
unique<>: null,
3835
subset_of<>: [["position", "velocity", "acceleration",]],

0 commit comments

Comments
 (0)