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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,16 +27,19 @@ 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:
31
30
32
-
- autoware_map_msgs/msg/LaneletMapBin
33
-
- Single Lanelet2 map (autoware_map_msgs/LaneletMapBin)
31
+
- Single Lanelet2 map (`autoware_map_msgs/msg/LaneletMapBin`)
34
32
- std_msgs/Header header
35
33
- string version_map_format
36
34
- string version_map
37
35
- string name_map
38
36
- uint8[] data
39
-
- Multiple Lanelet2 maps loading via ROS service (autoware_map_msgs/srv/GetSelectedLanelet2Map)
37
+
- Multiple Lanelet2 maps loading via ROS service (`autoware_map_msgs/srv/GetSelectedLanelet2Map`)
0 commit comments