RobustFieldAutonomyLab / LeGO-LOAM

LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain
BSD 3-Clause "New" or "Revised" License
2.35k stars 1.11k forks source link

why judge degenerate by eigenvalue less than 10 ? #180

Closed chennuo0125-HIT closed 4 years ago

chennuo0125-HIT commented 4 years ago

https://github.com/RobustFieldAutonomyLab/LeGO-LOAM/blob/aa37d0a9553f94ec5c59755cf5fb0a15f84a53f4/LeGO-LOAM/src/featureAssociation.cpp#L1337 I don't know why judge degenerate as above method?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

AlexSeongJu-sr commented 3 years ago

I have the same question. Why do u judge degeneracy by value 10? does anyone know?