-
Notifications
You must be signed in to change notification settings - Fork 84
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
Close range points #3
Comments
Try to modify the param 'blind'. For example, if you do not want to the point with ranging < 2m, then blind should be 2. |
Another comment: we have not tested IMU in the current version. If livox Horizon dataset is used, please ensure that the point cloud has been undistortion. |
Thanks I didn't undirstoted the pointcloud. I supose that I should use Livox-SDK/livox_cloud_undistortion to achieve this. |
If you enable the IMU, the point cloud will be undistorted by IMU. If you unable the IMU, you can use other tools to provide the undistorted point cloud. However, it only works well if the rotation matrix between IMU and Lidar is identified. |
I used the one in FAST-LIO Horizon config: It seems to work nice. |
Hi!!
First of all, congratulations for your work!
I'm testing the code and it seems to work well.
I'm testing it with Livox Horizon datasets, and I need to avoid too close points.
Is there any easy way to crop too near points?
Thanks in advance
The text was updated successfully, but these errors were encountered: