Skip to content

Commit bb7a82d

Browse files
committed
Add hardware_components_initial_state parameters to GPL
1 parent 45cf718 commit bb7a82d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

controller_manager/src/controller_manager_parameters.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ controller_manager:
66
description: "The frequency of controller manager's real-time update loop. This loop reads states from hardware, updates controller and writes commands to hardware."
77
}
88

9+
hardware_components_initial_state:
10+
unconfigured: {
11+
type: string_array,
12+
default_value: [],
13+
description: "Defines which hardware components will be only loaded immediately when controller manager is started.",
14+
read_only: true,
15+
validation: {
16+
unique<>: null,
17+
}
18+
}
19+
20+
inactive: {
21+
type: string_array,
22+
default_value: [],
23+
description: "Defines which hardware components will be configured immediately when controller manager is started.",
24+
read_only: true,
25+
validation: {
26+
unique<>: null,
27+
}
28+
}
29+
930
diagnostics:
1031
threshold:
1132
controller_manager:

0 commit comments

Comments
 (0)