-
Notifications
You must be signed in to change notification settings - Fork 173
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
How to save final mapped point cloud #43
Comments
I have the same problem as you |
You can use getter functions for surface, corner and nonfeature map in Estimator.h |
I have encountered the same problem. Have you solved this problem? |
can you please help what modification do we need to do save the map into pcd file? |
Did you solve this problem?, can you please help |
There is 'getter function' such as get_corner_map(), get_surf_map(), and get_nonfeature_map() in Estimator.h. |
Can I store all together the full map in a single pcd ? |
That is up to you. |
I have stored the map.pcd by storing the points from /livox_full_cloud_mapped, but getting the error as when i view pcd using pcl_viewer as: |
When u saved pcd file, would u set the height and length of the pcd file? |
I have made a map, but NDT localization fails in the turning using HAP LiDAR. |
save map code ; wechat 394467238 |
@HowoongJun I have my own opinions on saving maps. I think calling get_corner_map(), get_surf_map(), and get_nonfeature_map() cannot get the map you want to save, because the results obtained by these functions are not global, but only partial. As part of the map, if you want to save the global map, you cannot just call these functions. |
Hi all,
I tried to use pointcloud map which is generated by HAP.
Actually, I used to use loam livox with save map options and it was quite useful to me.
However, this package does not provide that options.
Is there any way to save generated pont cloud??
The text was updated successfully, but these errors were encountered: