You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design/autoware-interfaces/components/map.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,16 @@ It loads point cloud files and publishes the maps to the other Autoware nodes in
27
27
### Lanelet2 map
28
28
29
29
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:
30
31
31
32
- autoware_map_msgs/msg/LaneletMapBin
33
+
- Single Lanelet2 map (autoware_map_msgs/LaneletMapBin)
32
34
- std_msgs/Header header
33
35
- string version_map_format
34
36
- string version_map
35
37
- string name_map
36
38
- uint8[] data
39
+
- Multiple Lanelet2 maps loading via ROS service (autoware_map_msgs/srv/GetSelectedLanelet2Map)
0 commit comments