Open qipengliuNTU opened 1 year ago
https://github.com/gaoxiang12/faster-lio/blob/5db8e8c1b86693db0412721e6049701deaf4012e/include/imu_processing.hpp#L304-L312
Why do you compute cov_acc_ in line 305 if you simply set cov_acc_ = cov_acc_scale_ . A typo maybe. This problem also appears in Fast-LIO code.
cov_acc_
cov_acc_ = cov_acc_scale_
https://github.com/gaoxiang12/faster-lio/blob/5db8e8c1b86693db0412721e6049701deaf4012e/include/imu_processing.hpp#L304-L312
Why do you compute
cov_acc_
in line 305 if you simply setcov_acc_ = cov_acc_scale_
. A typo maybe. This problem also appears in Fast-LIO code.