Skip to content
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

docs(lanelet2_extention): add route cheker and update launching args #1205

Merged
merged 2 commits into from
Jul 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion map/lanelet2_extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ e.g. crosswalks, trafficlights, stoplines
This module contains other useful functions related to Lanelet.
e.g. matching waypoint with lanelets

#### Route Checker

This module contains a function to check the loading route is valid or not.
If it is invalid, puts warning without dying.
The case valid is when the route is created on the same map as the current one.

### Visualization

Visualization contains functions to convert lanelet objects into visualization marker messages.
Expand All @@ -83,5 +89,5 @@ This node checks if an .osm file follows the Autoware version of Lanelet2 format
You can check by running:

```sh
ros2 run lanelet2_extension autoware_lanelet2_validation _map_file:=<path/to/map.osm>
ros2 run lanelet2_extension autoware_lanelet2_validation --ros-args -p map_file:=<path/to/map.osm>
```