Skip to content

Commit

Permalink
docs(lanelet2_extention): add route cheker and update launching args (t…
Browse files Browse the repository at this point in the history
…ier4#1205)

* docs(lanelet2_extention): update lanelet2 validation

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>

* docs(lanelet2_extention): add route checker

Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
  • Loading branch information
shmpwk authored and boyali committed Oct 19, 2022
1 parent 5b274c6 commit 064dba7
Showing 1 changed file with 7 additions and 1 deletion.
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>
```

0 comments on commit 064dba7

Please sign in to comment.