Skip to content

Commit 571c06b

Browse files
Update release_notes.rst
1 parent 8d96326 commit 571c06b

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

doc/release_notes.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ force_torque_sensor_broadcaster
1414
* 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.
1515
* Added support for transforming Wrench messages to a given list of target frames. This is useful when applications need force/torque data in their preferred coordinate frames. (`#2021 <https://github.com/ros-controls/ros2_controllers/pull/2021/files>`__).
1616

17-
<<<<<<< HEAD
1817
imu_sensor_broadcaster
1918
*******************************
2019
* 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>`__).
@@ -26,6 +25,10 @@ joint_trajectory_controller
2625
<https://github.com/ros-controls/ros2_controllers/pull/1191>`__. With this the controller
2726
"stretches the time" with which it progresses in the trajectory. Scaling can either be set
2827
manually or it can be synchronized with the hardware. See :ref:`jtc_speed_scaling` for details.
28+
* Fill in 0 velocities and accelerations into point before trajectories if the state interfaces
29+
don't contain velocity / acceleration information, but the trajectory does. This way, the segment
30+
up to the first waypoint will use the same interpolation as the rest of the trajectory. (`#2043
31+
<https://github.com/ros-controls/ros2_controllers/pull/2043>`_)
2932

3033
omni_wheel_drive_controller
3134
*********************************
@@ -42,11 +45,3 @@ pid_controller
4245
motion_primitives_forward_controller
4346
*******************************************
4447
* 🚀 The motion_primitives_forward_controller was added 🎉 (`#1636 <https://github.com/ros-controls/ros2_controllers/pull/1636>`_).
45-
=======
46-
joint_trajectory_controller
47-
***************************
48-
* Fill in 0 velocities and accelerations into point before trajectories if the state interfaces
49-
don't contain velocity / acceleration information, but the trajectory does. This way, the segment
50-
up to the first waypoint will use the same interpolation as the rest of the trajectory. (`#2043
51-
<https://github.com/ros-controls/ros2_controllers/pull/2043>`_)
52-
>>>>>>> 79f917e (Fill point_before_trajectory with same information as trajectory (#2043))

0 commit comments

Comments
 (0)