Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] authored and cyn-liu committed Apr 14, 2023
1 parent 0cecfbd commit aa6597c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/design/autoware-interfaces/components/map.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Autoware relies on high-definition point cloud maps and vector maps of the drivi
- Lanelet2 maps (`.osm`)

Refer to [Creating maps for Autoware](../../../how-to-guides/creating-maps-for-autoware.md) on how to create maps.

## Outputs

### Point cloud map
Expand All @@ -21,22 +21,22 @@ It loads point cloud files and publishes the maps to the other Autoware nodes in

- Raw point cloud map (sensor_msgs/msg/PointCloud2)
- Downsampled point cloud map (sensor_msgs/msg/PointCloud2)
- Partial point cloud map loading via ROS service (autoware_map_msgs/srv/GetPartialPointCloudMap)
- Partial point cloud map loading via ROS service (autoware_map_msgs/srv/GetPartialPointCloudMap)
- Differential point cloud map loading via ROS service (autoware_map_msgs/srv/GetDifferentialPointCloudMap)

### Lanelet2 map

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.

- autoware_auto_mapping_msgs/msg/HADMapBin
- std_msgs/Header header
- string version_map_format
- string version_map
- string name_map
- uint8[] data
- std_msgs/Header header
- string version_map_format
- string version_map
- string name_map
- uint8[] data

### Lanelet2 map visualization

Visualize `autoware_auto_mapping_msgs/HADMapBin` messages in `Rviz`.

- visualization_msgs/msg/MarkerArray
- visualization_msgs/msg/MarkerArray

0 comments on commit aa6597c

Please sign in to comment.