Skip to content

Commit c228946

Browse files
updated overview and fixed broken link
Signed-off-by: John Chrosniak <chrosniakj@gmail.com> replaced external tutorial link with internal link fixed spelling
1 parent 42c3be3 commit c228946

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tutorials/docs/navigation2_route_tool.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,15 @@ Overview
1515
========
1616

1717
The Nav2 route tool is an Rviz panel designed to ease the process of creating and editing the route graphs used by the Nav2 Route Server.
18-
Supported operations include loading in existing route graphs, adding new nodes/edges, editing existing nodes/edges, removing nodes/edges, and saving changes to a new file.
18+
In contrast to a free-space planner, route graphs provided a structure path for mobile robots to follow when navigating through their environment.
19+
Supported operations for the route tool include loading in existing route graphs, adding new nodes and edges, editing existing nodes and edges, removing nodes and edges, and saving changes to a new file.
20+
By the end of this tutorial, you should feel comfortable creating and modifying route graphs using the route tool.
1921

2022
Prerequisites
2123
============
2224

2325
Prior to using the route tool, you will need to create an occupancy grid map using the slam_toolbox package.
24-
Follow [this tutorial](https://roboticsbackend.com/ros2-nav2-generate-a-map-with-slam_toolbox/) for instructions on how to generate and save an occupancy grid map.
26+
Follow `this tutorial <https://docs.nav2.org/tutorials/docs/navigation2_with_slam.html>`_ for instructions on how to generate and save an occupancy grid map.
2527

2628
Tutorial Steps
2729
==============
@@ -43,7 +45,7 @@ Loading a Route Graph
4345

4446
To load in an existing route graph, click on the load button on the bottom left of the route tool panel.
4547
This will open up a file explorer so you can navigate to the existing geojson file you would like to load.
46-
After clicking open, you should see the route graph overlayed with your occupancy grid map.
48+
After clicking open, you should see the route graph overlaid with your occupancy grid map.
4749

4850
Adding Nodes and Edges
4951
----------------------

0 commit comments

Comments
 (0)