You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
-
19
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.
20
19
21
-
Requirements
20
+
Prerequisites
22
21
============
23
22
24
-
TODO
23
+
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.
25
25
26
26
Tutorial Steps
27
27
==============
28
28
29
-
TODO
29
+
To start the route tool, open a terminal and run the command:
To edit an existing node or edge, select the "Edit" tab of the route tool panel.
69
+
You can edit an existing node by selecting the "Node" option, entering the ID of the node you wish to edit, and specifying the new coordinates for the node.
70
+
Similar to adding in a node, you can enter these coordinates manually or using the "Publish Point" feature.
71
+
After clicking the "Confirm" button, you should see the location of the node move.
72
+
If the node has any edges connecting to it, those will be adjusted as well.
73
+
Existing edges can be edited by selecting the "Edge" option, entering the ID of the edge you wish to edit, and specifying the IDs for the new starting and ending nodes.
0 commit comments