FAST_LIO
FAST_LIO copied to clipboard
Odometry Covariance
Hello!
I have some questions about publish odometry message and covariance.
-
Is there any reason that
odomAftMappedpublished before the covariance is defined? https://github.com/hku-mars/FAST_LIO/blob/a56a0c544ae305e9b00ca4cd4e262d20703fdaa8/src/laserMapping.cpp#L585 -
And the covariance is defined in the code below, why is the order of covariance(position, orientation) reversed in this part? https://github.com/hku-mars/FAST_LIO/blob/a56a0c544ae305e9b00ca4cd4e262d20703fdaa8/src/laserMapping.cpp#L593
-
Is the covariance
Palso set according to the definition order in the code below? So, isP(12,12) to P(14,14)the covariance for velocity state, depending on the order of definition? https://github.com/hku-mars/FAST_LIO/blob/a56a0c544ae305e9b00ca4cd4e262d20703fdaa8/include/use-ikfom.hpp#L12
Regards