diff --git a/migration/Jazzy.rst b/migration/Jazzy.rst index a34655d89..b428e4b9d 100644 --- a/migration/Jazzy.rst +++ b/migration/Jazzy.rst @@ -13,7 +13,7 @@ it also allows for rejection of stale velocity messages, which can be useful in Your robot should now subscribe to a ``TwistStamped`` message instead of a ``Twist`` message & update your simulation appropriately. The topic names are the same. -However, this can be disabled by setting ``enable_twist_stamped`` to ``false`` in the ``nav2_params.yaml`` file for all nodes that involve Twist subscriptions or publications. +However, this can be disabled by setting ``enable_stamped_cmd_vel`` to ``false`` in the ``nav2_params.yaml`` file for all nodes that involve Twist subscriptions or publications. See the configuration guide for more information on how to configure this parameter for each node. An example simulation migration using Gazebo can be seen in the `following pull request for the Turtlebot 3 and 4 `_.