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
* 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>`__).
109
109
* 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.
110
110
* 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>`__).
111
+
112
+
joint_trajectory_controller
113
+
***************************
114
+
* Fill in 0 velocities and accelerations into point before trajectories if the state interfaces
115
+
don't contain velocity / acceleration information, but the trajectory does. This way, the segment
116
+
up to the first waypoint will use the same interpolation as the rest of the trajectory. (`#2043
0 commit comments