Skip to content

Commit 6626451

Browse files
Reset the migration and release notes (#2001)
1 parent d71538a commit 6626451

File tree

2 files changed

+6
-56
lines changed

2 files changed

+6
-56
lines changed

doc/migration.rst

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
:github_url: https://github.com/ros-controls/ros2_controllers/blob/{REPOS_FILE_BRANCH}/doc/migration.rst
22

3-
Migration Guides: Jazzy to Kilted
4-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5-
This list summarizes important changes between Jazzy (previous) and Kilted (current) releases, where changes to user code might be necessary.
3+
Migration Guides: Kilted Kaiju to Lyrical Luth
4+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
65

7-
GripperActionController
8-
*****************************
9-
The ``effort_controllers/GripperActionController`` and ``position_controllers/GripperActionController`` have been removed. The ``parallel_gripper_action_controller/GripperActionController`` should be used instead. `(#1652 <https://github.com/ros-controls/ros2_controllers/pull/1652>`__).
10-
11-
diff_drive_controller
12-
*****************************
13-
* Parameters ``has_velocity_limits``, ``has_acceleration_limits``, and ``has_jerk_limits`` are removed. Instead, set the respective limits to ``.NAN``. (`#1653 <https://github.com/ros-controls/ros2_controllers/pull/1653>`_).
14-
15-
pid_controller
16-
*****************************
17-
* Parameters ``enable_feedforward`` and service ``set_feedforward_control`` are removed. Instead, set the feedforward_gain to zero or a non-zero value. (`#1553 <https://github.com/ros-controls/ros2_controllers/pull/1553>`_).
18-
* The legacy ``antiwindup`` boolean and integral clamp parameters ``i_clamp_max``/``i_clamp_min`` have
19-
been deprecated in favor of the new ``antiwindup_strategy`` parameter (`#1585 <https://github.com/ros-controls/ros2_controllers/pull/1585>`__). Choose a suitable anti-windup strategy and set the parameters accordingly.
20-
* PID state publisher topic changed to ``<controller_name>`` namespace and is initially turned off. It can be turned on by using ``activate_state_publisher`` parameter. (`#1823 <https://github.com/ros-controls/ros2_controllers/pull/1823>`_).
6+
This list summarizes important changes between Kilted Kaiju (previous) and Lyrical Luth (current) releases, where changes to user code might be necessary.

doc/release_notes.rst

Lines changed: 3 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,6 @@
11
:github_url: https://github.com/ros-controls/ros2_controllers/blob/{REPOS_FILE_BRANCH}/doc/release_notes.rst
22

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+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
65

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

Comments
 (0)