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

Error in pose estimation when use vlp_16 #14

Open
BamsaAhmed opened this issue Nov 15, 2023 · 5 comments
Open

Error in pose estimation when use vlp_16 #14

BamsaAhmed opened this issue Nov 15, 2023 · 5 comments

Comments

@BamsaAhmed
Copy link

Hi , you recommended to use the FLOAM for pose estimation, I used my own dataset and use FLOAM to estimate the pose and set the scan line = 16 . But the pose estimation is error because it grew up (in z-axes) as shown below. Could you prese
Uploading 84c5497a-f093-4ee4-a2a2-53adcad21d24.jpeg…
nt to me any advice?

@EPVelasco
Copy link
Owner

Hi, the image has not been uploaded to github for review. Try to upload it again.

@BamsaAhmed
Copy link
Author

Thank you for quick response, the image is reloaded.[
84c5497a-f093-4ee4-a2a2-53adcad21d24
]

@EPVelasco
Copy link
Owner

Hello, sometimes FLOAM tends to estimate odometry less accurately when not enough points are available at the edges or surface of the current point cloud. You can adjust the minimum distance at which the FLOAM algorithm uses the point cloud data. This option is found in line 23. You can also change the resolution of the map voxelization, located on line 24. Reducing this value will provide a higher resolution. Note, however, that increasing the resolution may increase the time required for pose optimization.
I would also like to know if launching the FLOAM algorithm shows you any message in the terminal.

@BamsaAhmed
Copy link
Author

BamsaAhmed commented Nov 18, 2023 via email

@EPVelasco
Copy link
Owner

Hello, you could use the original F-LOAM algorithm. This is to know if the error is in the fork that I have created. Another thing to check is if the sensor is generating the point cloud correctly. It is possible that when you have an estimation error you do not have a point cloud generated by some visual occlusion of the sensor.

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

2 participants