-
Notifications
You must be signed in to change notification settings - Fork 250
Graph generation #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
SteveMacenski
merged 19 commits into
ros-navigation:master
from
jwallace42:graph_generation
Mar 28, 2025
Merged
Graph generation #401
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
b553980
graph_generation
jwallace42 b5f040f
cleanup
jwallace42 c8a108f
code review
jwallace42 5126e0b
code review
jwallace42 1c7573f
review
jwallace42 5f250e5
updates
jwallace42 b4ce82c
Update tutorials/docs/route_graph_generation.rst
jwallace42 03d5a41
code review
jwallace42 da4f0eb
Update tutorials/docs/route_graph_generation.rst
SteveMacenski 829a304
Update tutorials/docs/route_graph_generation.rst
SteveMacenski a14507f
Update tutorials/docs/route_graph_generation.rst
SteveMacenski 6ac6a4a
code review
jwallace42 6f82be4
updates
jwallace42 18f6d16
Merge branch 'master' into graph_generation
SteveMacenski 232f850
Update tutorials/docs/route_graph_generation.rst
SteveMacenski 2723504
Update tutorials/docs/route_graph_generation.rst
SteveMacenski 73706ab
Update tutorials/docs/route_graph_generation.rst
SteveMacenski 7a20bc4
Update tutorials/docs/route_graph_generation.rst
SteveMacenski 2dc2da9
Update tutorials/docs/route_graph_generation.rst
SteveMacenski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+264 KB
tutorials/docs/images/route_graph_generation/coordinate_reference_system.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+72.5 KB
tutorials/docs/images/route_graph_generation/transformation_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,227 @@ | ||
| .. _route_graph_generation: | ||
|
|
||
| Route Graph Generation | ||
| ********************** | ||
|
|
||
| - `Overview`_ | ||
| - `Requirements`_ | ||
| - `Tutorial Steps`_ | ||
|
|
||
| Overview | ||
| ======== | ||
| This tutorial walks a user through generating a graph for the nav2 route server. | ||
|
|
||
| Requirements | ||
| ============ | ||
| Follow https://www.qgis.org/en/site/forusers/download.html to install QGIS. | ||
|
|
||
| Tutorial Steps | ||
| ============== | ||
|
|
||
|
|
||
| 1- Create New QGIS Project | ||
| -------------------------- | ||
|
|
||
| Open QGIS and create a new project by selecting `Project->New`. Save your project by selecting, `Project -> Save As`. | ||
| Set the project coordinate reference system by selecting `Project->Properties->CRS`. Set the coordinate system to `WGS 84 / Pseudo-Mercator` and click `OK`. | ||
|
|
||
|
|
||
| .. note:: | ||
| The `WGS 84/ Pseudo-Mercator` is one of few coordinate systems that could be used. | ||
| For more information about coordinate reference systems please review https://docs.qgis.org/3.22/en/docs/gentle_gis_introduction/coordinate_reference_systems.html. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/coordinate_reference_system.png | ||
| :height: 550px | ||
| :width: 530px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| 2- Setup Coordinate System | ||
| -------------------------- | ||
|
|
||
| By default, the imported raster image origin will be at the top left corner, with x pointing to the right, and y pointing up. | ||
| To correctly set the orgin and the resolution we will georeference the raster image. | ||
| To georeference the image, three control points will choosen. Each control point maps a pixel location to the spatial reference. | ||
|
|
||
| For example, let's say you have a 100 by 200 raster image with a resolution of 0.05 and a origin in the bottom left corner. | ||
| The first control point we could select is (0, -200)px -> (0, 0)m. (0, -200)px is the bottom left corner in the pixel frame and (0, 0)m is coordinates in the spatial frame. | ||
| This is the convention of our ROS maps, typically. | ||
| For the second control point we will select the top left corner of the image as the original (0, 0)px. The associated coordinates in the spatial frame can be calculated by using the resolution | ||
| to convert the pixels to meters. In this case, (0, 0)px -> (0, 10)m. Where 10 m is 200 px* 0.05 m/px. The last control will be the bottom right corner: (100, -200)px -> (5, 0)m. | ||
|
|
||
|
|
||
| To georeference image select `Raster -> Georefencer`. Set the `Trasformation Settings` to `Linear` for `Transformation | ||
| type`, `WGS 84/ Pseudo-Mercator` for `Target SRS` and set your desired path for the `Output Raster`. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/transformation_settings.png | ||
| :height: 757px | ||
| :width: 458px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| Select the raster image you wish to georeference and place control point by selecting `Add Point` and clicking on the raster image. | ||
| The control points can be modified by clicking on the control point table and typing in new values. Once you are satified with your control points, apply the transformation | ||
| by selecting `Start Transformation`. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/georeferencer.png | ||
| :height: 400px | ||
| :width: 730px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| Close the window. Drag and drop the georeferenced raster file that was just created into the layers window. This should be a tiff file, by default. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/raster_layer.png | ||
| :height: 350px | ||
| :width: 520px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| To verify the transformation worked, move the mouse around the raster image and look at the coordinates being displayed at the bottom of the window. | ||
|
|
||
| 3- Add Nodes | ||
| ------------ | ||
|
|
||
| Now that we have georeferenced the raster layer we can start placing nodes. | ||
|
|
||
|
|
||
| Select `Layer -> Create Layer -> New ShapeFile Layer`. Set the shapefile layer setting to be | ||
| `nodes` for the `File name`, `Point` for the `Geometry type` and `WGS 84/ Pseudo-Mercator` for the coordinate system. Press `OK`. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/node_layer.png | ||
| :height: 520px | ||
| :width: 440px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| In order to have the `id` field auto increment, right click on the layer and select the `Properties -> Attribute Form`. | ||
| Expand the `Fields` drop down menu and select `id`. Select the `Expression Dialog` icon which is across from `Default value` field. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/attribute_form.png | ||
| :height: 390px | ||
| :width: 550px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
|
|
||
| Within the `Expression Dialog` select `Import user expressions` and import `increment_node_id.json` which exists in the scripts file with the nav2 route module. Expand `User expressions` and double click on `increment_node_id`. | ||
SteveMacenski marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| The expression should show up in the left window. Click `OK` to save the expression and exit the `Expression Dialog`. Then click `Apply` and `OK` and save and exit the `Attributes Form`. | ||
| This will increment the node `id` by one every time a new node is added. The first node `id` will be zero. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/expression_dialog.png | ||
| :height: 380px | ||
| :width: 470px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
|
|
||
| Click on the node layer and then select `Toggle Editing` icon represented as a pencil to start editing the layer. | ||
| To add points, select the `Add Point Feature`. Start adding nodes by clicking in the main window. | ||
| Each time a node is added, a window will pop up with the auto incremented id. Press `OK` to continue placing points. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/nodes.png | ||
SteveMacenski marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| :height: 500px | ||
| :width: 1000px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| .. note:: | ||
| By default, if a is node deleted the id list will not be updated. It is up to the user to determine how they wish to update the ids if individual | ||
| or multiple nodes are deleted. Any node that is added will continue to increment based on the highest id, to ensure existing node are not automatically renumbered, breaking user implicit knowledge about the structure of the graph. This value can be overwriten by the user | ||
| though the pop window after node placement or though the `Attribute Table`. To delete features in a layer right click on the layer and select `Open Attribute Table`. | ||
| Click on `Target Multi Edit Mode`, select the features to delete, and click on the trash can icon. | ||
|
|
||
|
|
||
| 4- Add Edges | ||
| ------------ | ||
|
|
||
| Now an edge layer can be created. Select `Layer -> Create Layer -> New ShapeFile Layer`. Set the shapefile layer setting to be | ||
| `edges` for the `File name`, `LineString` for the `Geometry type` and `WGS 84/ Pseudo-Mercator` for the coordinate system. Press `OK`. | ||
| To auto incrment the `id` field follow the same steps as above except replace `increment_node_id.json` with `increment_edge_id.json`. | ||
| This will increment the edge `id` by one every time a new edge is added. The first edge `id` will be `10000`. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/edge_layer.png | ||
| :height: 520px | ||
| :width: 440px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| To see the directionality of the edges, right click on the edge layer and select `Properties`. Click `Symbology -> Simple Line` and change the `Symbol layer type` to `Arrow`. | ||
| Click `Ok`. You should now be able to see arrows for each line string. Note that all edges in the route graph are directional, so if you want a bidirectional connection you should duplicate it in reverse. | ||
|
|
||
| Click on the edge layer and then on the `Toggle Editing` icon represented as a pencil to start editing the layer. | ||
| To add edges, click on the `Add Line Feature`. Start adding edges by clicking twice in the main window. | ||
| (First point is start, second point is end). Press right click anywhere when you have finished adding the two points for the prompt to save to come up. | ||
| The edge locations must exactly match up to the node locations, so if Snapping is not already enabled by default, enable it via Views->Toolbars->Snapping Toolbar and depress the Magnet icon. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/edges.png | ||
| :height: 500px | ||
| :width: 1000px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| 5- Associate Nodes With Edges | ||
| ----------------------------- | ||
|
|
||
| Now that we have our node and edge layers, we can associate node IDs with edge IDs. | ||
| Select `Database -> DB manager`. Expand `Virtual layers` and expand `Project layers`. Open up | ||
| the SQL window by clicking on the script icon in the top left corner. In the SQL window load in `generate_start_and_end_id.sql` by selecting `Load File`. | ||
| The script can found within the scripts directory in the nav2_route module. | ||
| Execute the script. Load the new layer by checking the `Load as new layer` box and clicking `Load`. The script associates the start and end of a line string by matching the node | ||
| point. Then export the layer as a ShapeFile by right clicking on the layer selecting `Export -> Save Feature As`. Change the format to type to `ESRI Shapefile`, name the file, and verify that the | ||
| coordinate reference system is `WGS 84 /Pseudo-Mercator`. Press `OK`. | ||
|
|
||
| | | ||
|
|
||
| .. image:: images/route_graph_generation/db_manager.png | ||
| :height: 350px | ||
| :width: 530px | ||
| :align: center | ||
|
|
||
| | | ||
|
|
||
| 6- Export To Geojson | ||
| -------------------- | ||
|
|
||
| We are now ready to export the node and edge layer as geojson files. Execute `export_shapefiles.py <prefix_of_file> <path_to_edges_shapefile> <path_to_nodes_shapefile>` | ||
| within the scripts directory located in the nav2_route module. This script converts the nodes and edges shape file into a geojson file. | ||
|
|
||
| 7- Congratulations | ||
| ------------------ | ||
| Your graph is ready to be consumed by the nav2 route! If you wish to add nodes or edges to your graph, | ||
| edit the layers and repeat the proccess from step 5 to regenerate the graph. If you wish to adjust the graph, make sure `Editing` is toggled on for the | ||
| node and edge layer. Then select `Vertex Tool(all Layers)` and toggle on `Topological Editing`. Repeat the proccess from step 5 to regenerate the graph. | ||
|
|
||
|
|
||
| Happy Routing! | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.