vectr-ucla / direct_lidar_odometry

[IEEE RA-L & ICRA'22] A lightweight and computationally-efficient frontend LiDAR odometry solution with consistent and accurate localization.
MIT License
861 stars 177 forks source link

Relative gyro propagation quaternion dynamics #3

Closed CogmanCVN closed 2 years ago

CogmanCVN commented 2 years ago

Hi, Thank you for your excellent work! my question: The implementation of calculating quaternion from gyro measurements in the code(void dlo::OdomNode::integrateIMU()) is inconsistent with that in the paper. Please help me solve it. thank you.