Skip to content

Commit 3b8921f

Browse files
authored
Switch the default strictness to STRICT (ros-controls#2742)
1 parent 9369389 commit 3b8921f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

controller_manager/src/controller_manager_parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ controller_manager:
4343
switch_controller:
4444
strictness: {
4545
type: string,
46-
default_value: "best_effort",
46+
default_value: "strict",
4747
description: "The default switch controller strategy. This strategy is used when no strategy is specified in the switch_controller service call.",
4848
validation: {
4949
not_empty<>: null,

doc/release_notes.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ This list summarizes important changes between Kilted Kaiju (previous) and Lyric
77

88
controller_interface
99
********************
10-
* The new ``MagneticFieldSensor`` semantic component provides an interface for reading data from magnetometers. `(#2627 <https://github.com/ros-controls/ros2_control/pull/2627>`__)
10+
* The new ``MagneticFieldSensor`` semantic component provides an interface for reading data from magnetometers. (`#2627 <https://github.com/ros-controls/ros2_control/pull/2627>`__)
1111
* The controller_manager will now deactivate the entire controller chain if a controller in the chain fails during the update cycle. `(#2681 <https://github.com/ros-controls/ros2_control/pull/2681>`__)
1212

1313
controller_manager
1414
******************
15+
* The default strictness for ``switch_controller`` is changed to ``strict``. (`#2742 <https://github.com/ros-controls/ros2_control/pull/2742>`__)
16+
1517

1618
hardware_interface
1719
******************

0 commit comments

Comments
 (0)