Skip to content

Commit

Permalink
Add suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Bence Magyar <[email protected]>
  • Loading branch information
saikishor and bmagyar authored Dec 2, 2024
1 parent faf9c75 commit 91f549a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions controller_manager/src/controller_manager_parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ controller_manager:
type: int,
default_value: 100,
read_only: true,
description: "The frequency of controller manager's real-time update loop. This loop reads states from hardware, updates controller and writes commands to hardware."
description: "The frequency of controller manager's real-time update loop. This loop reads states from hardware, updates controllers and writes commands to hardware."
}

hardware_components_initial_state:
unconfigured: {
type: string_array,
default_value: [],
description: "Defines which hardware components will be only loaded immediately when controller manager is started.",
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.",
validation: {
unique<>: null,
}
Expand All @@ -19,7 +19,7 @@ controller_manager:
inactive: {
type: string_array,
default_value: [],
description: "Defines which hardware components will be configured immediately when controller manager is started.",
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.",
validation: {
unique<>: null,
}
Expand Down

0 comments on commit 91f549a

Please sign in to comment.