Skip to content

Commit 1eff7a5

Browse files
committed
remove read_only for hardware_components_initial_state
1 parent 5de9b6c commit 1eff7a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

controller_manager/src/controller_manager_parameters.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ controller_manager:
1717
unconfigured: {
1818
type: string_array,
1919
default_value: [],
20-
read_only: true,
2120
description: "Defines which hardware components will be only loaded when controller manager is started. These hardware components will need to be configured and activated manually or via a hardware spawner.",
2221
validation: {
2322
unique<>: null,
@@ -27,7 +26,6 @@ controller_manager:
2726
inactive: {
2827
type: string_array,
2928
default_value: [],
30-
read_only: true,
3129
description: "Defines which hardware components will be configured when controller manager is started. These hardware components will need to be activated manually or via a hardware spawner.",
3230
validation: {
3331
unique<>: null,

0 commit comments

Comments
 (0)