Skip to content

Commit 91f549a

Browse files
saikishorbmagyar
andauthored
Add suggestions from code review
Co-authored-by: Bence Magyar <bence.magyar.robotics@gmail.com>
1 parent faf9c75 commit 91f549a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

controller_manager/src/controller_manager_parameters.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ controller_manager:
33
type: int,
44
default_value: 100,
55
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."
77
}
88

99
hardware_components_initial_state:
1010
unconfigured: {
1111
type: string_array,
1212
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.",
1414
validation: {
1515
unique<>: null,
1616
}
@@ -19,7 +19,7 @@ controller_manager:
1919
inactive: {
2020
type: string_array,
2121
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.",
2323
validation: {
2424
unique<>: null,
2525
}

0 commit comments

Comments
 (0)