| github_url: | https://github.com/ros-controls/ros2_controllers/blob/{REPOS_FILE_BRANCH}/doc/release_notes.rst |
|---|
This list summarizes the changes between Jazzy (previous) and Kilted (current) releases.
- 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).
- 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).
- Scaling support was added in #1191. With this the controller "stretches the time" with which it progresses in the trajectory. Scaling can either be set manually or it can be synchronized with the hardware. See :ref:`jtc_speed_scaling` for details.
- 🚀 The omni_wheel_drive_controller was added 🎉 (#1535).
- 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).
* Output clamping via
u_clamp_maxandu_clamp_minwas added, allowing users to bound the controller output. * The legacyantiwindupboolean and integral clamp parametersi_clamp_max/i_clamp_minhave been deprecated in favor of the newantiwindup_strategyparameter. Atracking_time_constantparameter has also been introduced to configure the back-calculation strategy. * A newerror_deadbandparameter stops integration when the error is within a specified range. - PID state publisher can be turned off or on by using
activate_state_publisherparameter. (#1823).