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
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@ controller_manager:
3
3
type: int,
4
4
default_value: 100,
5
5
read_only: true,
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."
6
+
description: "The frequency of controller manager's real-time update loop. This loop reads states from hardware, updates controllers and writes commands to hardware."
7
7
}
8
8
9
9
hardware_components_initial_state:
10
10
unconfigured: {
11
11
type: string_array,
12
12
default_value: [],
13
-
description: "Defines which hardware components will be only loaded immediately when controller manager is started.",
13
+
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.",
14
14
validation: {
15
15
unique<>: null,
16
16
}
@@ -19,7 +19,7 @@ controller_manager:
19
19
inactive: {
20
20
type: string_array,
21
21
default_value: [],
22
-
description: "Defines which hardware components will be configured immediately when controller manager is started.",
22
+
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.",
0 commit comments