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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ controller_manager:
6
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
+
enforce_command_limits: {
10
+
type: bool,
11
+
default_value: true,
12
+
read_only: true,
13
+
description: "If true, the controller manager will enforce command limits defined in the robot description. If false, no limits will be enforced. If true, when the command is outside the limits, the command is clamped to be within the limits depending on the type of configured joint limits defined in the robot description. If the command is within the limits, the command is passed through without any changes.",
14
+
}
15
+
9
16
hardware_components_initial_state:
10
17
unconfigured: {
11
18
type: string_array,
@@ -28,6 +35,7 @@ controller_manager:
28
35
shutdown_on_initial_state_failure: {
29
36
type: bool,
30
37
default_value: false,
38
+
read_only: true,
31
39
description: "Specifies whether the controller manager should shut down if setting the desired initial state fails during startup.",
0 commit comments