Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: move elevation map loader (#740) #136

Merged
merged 9 commits into from
Dec 8, 2021
Prev Previous commit
Next Next commit
Update perception/elevation_map_loader/README.md
Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
wep21 and tkimura4 authored Dec 7, 2021
commit 1546c0a02dc72e49435cf0dcf76be48fe2c1e4ea
2 changes: 1 addition & 1 deletion perception/elevation_map_loader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Cells with No elevation value can be inpainted using the values of neighboring c
### Subscribed Topics

- input/pointcloud_map (sensor_msgs:PointCloud2) : PointCloud Map
- input/vector_map (autoware_lanelet2_msgs/MapBin) : binary data of Lanelet2 Map
- input/vector_map (autoware_auto_mapping_msgs/HADMapBin) : binary data of Lanelet2 Map

### Published Topics

Expand Down