Skip to content

Commit 4be9f8a

Browse files
updated overview and fixed broken link
Signed-off-by: John Chrosniak <chrosniakj@gmail.com>
1 parent ae62781 commit 4be9f8a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tutorials/docs/navigation2_route_tool.rst

Lines changed: 4 additions & 2 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://roboticsbackend.com/ros2-nav2-generate-a-map-with-slam_toolbox/>`_ for instructions on how to generate and save an occupancy grid map.
2527

2628
Tutorial Steps
2729
==============

0 commit comments

Comments
 (0)