Skip to content

Commit

Permalink
Update migration/Iron.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Macenski <[email protected]>
  • Loading branch information
Rayman and SteveMacenski authored Mar 28, 2024
1 parent 2704a03 commit 53a0ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/Iron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@ New BtActionServer/BtNavigator parameter
New graceful cancellation API for Controllers
*********************************************

`PR #4136 <https://github.com/ros-planning/navigation2/pull/4136>`_ introduces a new graceful cancellation API for controllers. Previously when a goal was canceled, the controller would stop the robot immediately. This API allows the controller to stop the robot in a more graceful way. The new API is implemented in the ``RegulatedPurePursuitController`` by adding a new parameter ``cancel_deceleration``. So when the goal is canceled, a constant deceleration will be used to stop the robot instead of stopping immediately. This API can be should be added to all controllers that have acceleration limits.
`PR #4136 <https://github.com/ros-planning/navigation2/pull/4136>`_ introduces a new graceful cancellation API for controllers. Previously when a goal was canceled, the controller would stop the robot immediately. This API allows the controller to stop the robot in a more graceful way. The new API is implemented in the ``RegulatedPurePursuitController`` by adding a new parameter ``cancel_deceleration``. So when the goal is canceled, a constant deceleration will be used while continuing to track the path to stop the robot instead of stopping immediately. This API can be should be added to all controllers that have acceleration limits.

0 comments on commit 53a0ed4

Please sign in to comment.