Replies: 1 comment 3 replies
-
Do you plan to add diagnostic messages to monitor map loading state? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
We are currently working on a dynamic map loading feature for the current autoware.universe, aiming at scaling the current Autoware to a larger pointcloud map which is difficult to load at once due to the computational resources.
Some of the requirements we have in mind are as follows:
ndt_scan_matcher
,elevation_map_loader
, and*_compare_map_filter
) should not degradeWe've already implemented a prototype in this PR. The core idea of this implementation is to divide a large pointcloud map into grids (with, say, 100m x 100m) and load partial maps within the radius of 300m from the ego-vehicle with a new package
map_provider
.Let us know if you have any comments on this implementation or this topic. We especially would like to know if any of you are already facing/working on the issue of large pointcloud maps.
dynamic_map_loading-2022-06-29_15.19.17_10x.mp4
Beta Was this translation helpful? Give feedback.
All reactions