Skip to content

Commit 4cbd529

Browse files
committed
rebase fixes
Signed-off-by: Mete Fatih Cırıt <mfc@autoware.org>
1 parent aca502e commit 4cbd529

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

  • docs/design/autoware-interfaces/components

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,19 @@ 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:
3130

32-
- autoware_map_msgs/msg/LaneletMapBin
33-
- Single Lanelet2 map (autoware_map_msgs/LaneletMapBin)
31+
- Single Lanelet2 map (`autoware_map_msgs/msg/LaneletMapBin`)
3432
- std_msgs/Header header
3533
- string version_map_format
3634
- string version_map
3735
- string name_map
3836
- 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`)
38+
- Request:
39+
- string[] cell_ids
40+
- Response:
41+
- std_msgs/Header header
42+
- autoware_map_msgs/LaneletMapBin lanelet2_cells
4043

4144
### Lanelet2 map visualization
4245

0 commit comments

Comments
 (0)