Big PCD Maps and AW Performance Problems #5358
-
Good afternoon! I am currently working with really big Point Cloud Maps. After getting the Raw Data, I am processing it to get a Dense PCD. After that, I will remove outliers, roads and then apply a voxel grid to down-sample to 0.2 m, According to Autoware Documentation, that's the limit to not compromise Localization performance. Even with all of this, I am ending with a .PCD file of around 6.5 GB. I am also using partial and differential loading functions of the Map Loader. I am using divided point cloud data too. With that size, the PCD is not properly being loaded and I am not even able to visualize it in RViz. I am not able to use my vehicle as the Map Component will judge as a failure and the status for that component will be false. Has anyone experienced something similar and has gotten to properly work with super big point cloud maps? My current environment is: I am working Autoware Release for January 2024. If anyone could have some light on this situation it would be really appreciated. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@masierralomby Hi. |
Beta Was this translation helpful? Give feedback.
-
@YamatoAndo @liuXinGangChina |
Beta Was this translation helpful? Give feedback.
@masierralomby Hi.
The size is too large and will likely exceed the topic communication limit.
As it is, it won't be possible to display in RViz, so please use a downsampled topic(
/map/output/debug/downsampled_pointcloud_map
).
To enable downsampling, you need to set enable_downsampled_whole_load to true.