-
Notifications
You must be signed in to change notification settings - Fork 51
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
nMeasurements < nDof; #13
Comments
I have encountered this issue too, with the rotating velodyne LiDAR. This often happens in narrow space, maybe . Looking forward to the author's explaining. |
The author has removed code for |
Could you tell us where the code for if (nMeasurements < nDof) in Fast-LIO2 can be found? I tried but not see it in the latest version. |
You can take a look at this: PV-LIO/include/IKFoM_toolkit/esekfom/esekfom.hpp Line 1756 in 494c27f
You can see lot of lines commented out in PV-LIO which were actual parts of FASTLIO2. Also another thing to note is that, you can actually disable the voxel based mapping in PV-LIO, which will then rely on the IKFoM based method only using IMU, and if you do that it WILL DRIFT! which it shouldn't, given that FASTLIO2 does not drift. |
Facing this error a lot of times. Can you please explain why it is happening and what scene it can happen?
Please share some light to solve this issue.
The text was updated successfully, but these errors were encountered: