Skip to content

Commit aca502e

Browse files
Barış Zerenxmfcx
authored andcommitted
docs(interfaces): add dynamic lanelet2 loading service support
Signed-off-by: Barış Zeren <baris@leodrive.ai>
1 parent e426966 commit aca502e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • docs/design/autoware-interfaces/components

docs/design/autoware-interfaces/components/map.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,16 @@ It loads point cloud files and publishes the maps to the other Autoware nodes in
2727
### Lanelet2 map
2828

2929
It loads a Lanelet2 file and publishes the map data as `autoware_map_msgs/msg/LaneletMapBin` message. The lan/lon coordinates are projected onto the MGRS coordinates.
30+
It loads Lanelet2 files and publishes the map data in various configurations. Currently, it supports the following types:
3031

3132
- autoware_map_msgs/msg/LaneletMapBin
33+
- Single Lanelet2 map (autoware_map_msgs/LaneletMapBin)
3234
- std_msgs/Header header
3335
- string version_map_format
3436
- string version_map
3537
- string name_map
3638
- uint8[] data
39+
- Multiple Lanelet2 maps loading via ROS service (autoware_map_msgs/srv/GetSelectedLanelet2Map)
3740

3841
### Lanelet2 map visualization
3942

0 commit comments

Comments
 (0)