|
1 | 1 | :github_url: https://github.com/ros-controls/ros2_controllers/blob/{REPOS_FILE_BRANCH}/doc/release_notes.rst |
2 | 2 |
|
3 | | -Release Notes: Jazzy to Kilted |
4 | | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
5 | | -This list summarizes the changes between Jazzy (previous) and Kilted (current) releases. |
| 3 | +Release Notes: Kilted Kaiju to Lyrical Luth |
| 4 | +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
6 | 5 |
|
7 | | -chained_filter_controller |
8 | | -******************************* |
9 | | -* The chained_filter_controller was added to use generic filter plugins (`#1634 <https://github.com/ros-controls/ros2_controllers/pull/1634>`__). |
10 | | - |
11 | | -force_torque_sensor_broadcaster |
12 | | -******************************* |
13 | | -* Multiplier support was added. Users can now specify per–axis scaling factors for both force and torque readings, applied after the existing offset logic. (`#1647 <https://github.com/ros-controls/ros2_controllers/pull/1647/files>`__). |
14 | | -* Added support for filter chains, allowing users to configure a sequence of filter plugins with their parameters. The force/torque sensor readings are filtered sequentially and published on a separate topic. |
15 | | - |
16 | | -imu_sensor_broadcaster |
17 | | -******************************* |
18 | | -* IMU sensor broadcaster is now a chainable controller. It supports a calibration by means of a rotation, defined as euler angles, to its target frame. (`#1833 <https://github.com/ros-controls/ros2_controllers/pull/1833/files>`__). |
19 | | - |
20 | | -joint_trajectory_controller |
21 | | -******************************* |
22 | | -* The controller now supports the new anti-windup strategy of the PID class, which allows for more flexible control of the anti-windup behavior. (`#1759 <https://github.com/ros-controls/ros2_controllers/pull/1759>`__). |
23 | | -* Scaling support was added in `#1191 |
24 | | - <https://github.com/ros-controls/ros2_controllers/pull/1191>`__. With this the controller |
25 | | - "stretches the time" with which it progresses in the trajectory. Scaling can either be set |
26 | | - manually or it can be synchronized with the hardware. See :ref:`jtc_speed_scaling` for details. |
27 | | - |
28 | | -omni_wheel_drive_controller |
29 | | -********************************* |
30 | | -* 🚀 The omni_wheel_drive_controller was added 🎉 (`#1535 <https://github.com/ros-controls/ros2_controllers/pull/1535>`_). |
31 | | - |
32 | | -pid_controller |
33 | | -******************************* |
34 | | -* The controller now supports the new anti-windup strategy of the PID class, which allows for more flexible control of the anti-windup behavior (`#1585 <https://github.com/ros-controls/ros2_controllers/pull/1585>`__). |
35 | | - * Output clamping via ``u_clamp_max`` and ``u_clamp_min`` was added, allowing users to bound the controller output. |
36 | | - * The legacy ``antiwindup`` boolean and integral clamp parameters ``i_clamp_max``/``i_clamp_min`` have been deprecated in favor of the new ``antiwindup_strategy`` parameter. A ``tracking_time_constant`` parameter has also been introduced to configure the back-calculation strategy. |
37 | | - * A new ``error_deadband`` parameter stops integration when the error is within a specified range. |
38 | | -* PID state publisher can be turned off or on by using ``activate_state_publisher`` parameter. (`#1823 <https://github.com/ros-controls/ros2_controllers/pull/1823>`_). |
39 | | - |
40 | | -motion_primitives_forward_controller |
41 | | -******************************************* |
42 | | -* 🚀 The motion_primitives_forward_controller was added 🎉 (`#1636 <https://github.com/ros-controls/ros2_controllers/pull/1636>`_). |
| 6 | +This list summarizes important changes between Kilted Kaiju (previous) and Lyrical Luth (current) releases. |
0 commit comments