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

saver error when cloud_map is large #33

Open
zuowei1998 opened this issue May 28, 2024 · 9 comments
Open

saver error when cloud_map is large #33

zuowei1998 opened this issue May 28, 2024 · 9 comments

Comments

@zuowei1998
Copy link

My "cloud_map.pcd" Occupies 1.7GB of memory(resolutiuon = 0.5m).There is a problem of being killed(core_dump)
img_v3_02ba_43089c33-b49a-4047-9680-c3dd1792054g

How should I implement the saver?

@KOKIAOKI
Copy link
Owner

Hello
Can you try ../../yc_test/test_saver
without tail /

@zuowei1998
Copy link
Author

image
Thank you so much for your response! But unfortunately, the problem persists. Can you please take another look?

@iDonghq
Copy link

iDonghq commented May 29, 2024

image Thank you so much for your response! But unfortunately, the problem persists. Can you please take another look?

why cannot downsamle the global map before saving it? using it for 3D Reconstruction?

@zuowei1998
Copy link
Author

image Thank you so much for your response! But unfortunately, the problem persists. Can you please take another look?

why cannot downsamle the global map before saving it? using it for 3D Reconstruction?

This cloud_map is the outdoor mapping result. Due to the large scene range, there is still 1.7gb after downsampling to 0.5m resolution.

@KOKIAOKI
Copy link
Owner

Please show me the output when following command

./saver ../../yc_test/test_saver 10.0 1

We may know whether this problem is due to the size of voxelmap pcd when saver tries to save the minimum voxelmap pcd

@zuowei1998
Copy link
Author

image
It works when I increase minimum resolution to 10m and keep one level!!!

Please show me the output when following command

./saver ../../yc_test/test_saver 10.0 1

We may know whether this problem is due to the size of voxelmap pcd when saver tries to save the minimum voxelmap pcd

@KOKIAOKI
Copy link
Owner

Let me take a time to reproduce this situation and solve this problem

@KOKIAOKI
Copy link
Owner

I cannot reproduce your situation even though I tried to use some large data.
For example, I successfully saved one of the voxelmap pcd with 2.2GB.

I'm sorry that I haven't have any ideas to solve your problems yet.

@zuowei1998
Copy link
Author

zuowei1998 commented Jun 26, 2024

I think the problem may not only be related to the memory size occupied by the point cloud map, but should be absolutely related to the spatial extent of the real physical world. 10km x 10km

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants