Skip to content

Commit 7a42a99

Browse files
Update migration guide to include route server demo for warehouse.
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com>
1 parent 85319eb commit 7a42a99

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

migration/Jazzy.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,3 +498,14 @@ Here we can see the working demo of the feature:
498498
RegulatedPurePursuit Controller [RPP]: new parameter ``stateful``
499499
********************************************************************************
500500
`PR #5167 <https://github.com/ros-navigation/navigation2/pull/5167>`_ adds a new parameter stateful for the regulated pure pursuit controllers. This parameter enables stateful goal handling behavior. When set to true, the controller will persist the goal state once the robot reaches the XY tolerance. It will then focus on aligning to the goal heading without reverting to XY position corrections.
501+
502+
Nav2 Route Server Demo Support
503+
*******************************
504+
In `PR #5160 <https://github.com/ros-navigation/navigation2/pull/5160>`_, graph support was added to the warehouse world of the Turtlebot4 simulation in Gazebo.
505+
This allows users to visualize the route server in action and test the new features of the route server. The demo includes a simple route with a few waypoints and a graph to follow.
506+
507+
.. figure:: ../configuration/packages/images/route_server/warehouse_graph.png
508+
:width: 100%
509+
:align: center
510+
511+
RViz visualization of the route graph for the warehouse environment. All nodes are **bidirectional**, except the ones that are annotated.

0 commit comments

Comments
 (0)