You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controller_manager/src/controller_manager_parameters.yaml
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,27 @@ controller_manager:
6
6
description: "The frequency of controller manager's real-time update loop. This loop reads states from hardware, updates controller and writes commands to hardware."
7
7
}
8
8
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.",
0 commit comments