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: doc/release_notes.rst
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,9 @@ controller_interface
11
11
* 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>`__)
12
12
13
13
controller_manager
14
-
********************
15
-
* The ``bcolors`` class now respects the ``RCUTILS_COLORIZED_OUTPUT`` environment variable
16
-
to automatically disable colors in non-TTY and CI environments. (`#2741 <https://github.com/ros-controls/ros2_control/pull/2741>`__)
17
14
******************
15
+
* The ``bcolors`` class now respects the ``RCUTILS_COLORIZED_OUTPUT`` environment
16
+
variable to automatically disable colors in non-TTY and CI environments.
18
17
* The default strictness for ``switch_controller`` is changed to ``strict``. (`#2742 <https://github.com/ros-controls/ros2_control/pull/2742>`__)
19
18
20
19
@@ -23,6 +22,9 @@ hardware_interface
23
22
24
23
ros2controlcli
25
24
**************
25
+
26
+
No notable changes in this release.
27
+
26
28
transmission_interface
27
29
**********************
28
30
* The ``simple_transmission`` and ``differential_transmission`` now also support the ``force`` interface (`#2588 <https://github.com/ros-controls/ros2_control/pull/2588>`_).
0 commit comments