Skip to content

Commit ad2a8d8

Browse files
author
Barış Zeren
committed
Update map component
Signed-off-by: Barış Zeren <[email protected]>
1 parent e6b847d commit ad2a8d8

File tree

1 file changed

+4
-3
lines changed
  • docs/design/autoware-interfaces/components

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,18 @@ It loads point cloud files and publishes the maps to the other Autoware nodes in
2626

2727
### Lanelet2 map
2828

29-
It loads a Lanelet2 file and publishes the map data as `autoware_auto_mapping_msgs/msg/HADMapBin` message. The lan/lon coordinates are projected onto the MGRS coordinates.
29+
It loads Lanelet2 files and publishes the map data in various configurations. Currently, it supports the following types:
3030

31-
- autoware_auto_mapping_msgs/msg/HADMapBin
31+
- Single Lanelet2 map (autoware_map_msgs/LaneletMapBin)
3232
- std_msgs/Header header
3333
- string version_map_format
3434
- string version_map
3535
- string name_map
3636
- uint8[] data
37+
- Multiple Lanelet2 maps loading via ROS service (autoware_map_msgs/srv/GetSelectedLanelet2Map)
3738

3839
### Lanelet2 map visualization
3940

40-
Visualize `autoware_auto_mapping_msgs/HADMapBin` messages in `Rviz`.
41+
Visualize `autoware_map_msgs/LaneletMapBin` messages in `Rviz`.
4142

4243
- visualization_msgs/msg/MarkerArray

0 commit comments

Comments
 (0)