Skip to content

Commit

Permalink
Adding enable_stamped_cmd_vel migration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveMacenski authored Feb 5, 2024
1 parent 84deb1d commit 1325ca9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migration/Iron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Iron to Jazzy

Moving from ROS 2 Iron to Jazzy, a number of stability improvements were added that we will not specifically address here.

Added TwistStamped Option for Commands
**************************************

A new parameter ``enable_stamped_cmd_vel`` has been added to all of the publishers and subscribers of ``cmd_vel`` and related topics. This allows you to set the publication and subscription of TwistStamped messages over Twist messages to have frame and timestamp information of the set command. For now, this is default to ``false`` to not change current behavior, but it is planned to make ``TwistStamped`` the default behavior alongside Gazebo, ROS 2 Control, and related projects.

Add VelocityPolygon in Collision Monitor
****************************************

Expand Down

0 comments on commit 1325ca9

Please sign in to comment.