You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (cloudInfo.odomAvailable == true && cloudInfo.imuPreintegrationResetId == imuPreintegrationResetId)
Here, inglobalLocalize.cpp, it seems that imu preintegration odometry for prior to lidar actually cannot be used because the code of lidar incremental pose has been deleted.
The text was updated successfully, but these errors were encountered:
I want to ask the same question, it seems that it didnt use the imupreintegration results in code, but I try to use it in the code. Have you tried it?
Yes. Just same as the original version of LIO-SAM but you need to do some tricks to integrate them. I have completed it a few months ago and forgotten what tricks :(
LIO-SAM_based_relocalization/src/globalLocalize.cpp
Line 463 in b162b82
Here, in
globalLocalize.cpp
, it seems that imu preintegration odometry for prior to lidar actually cannot be used because the code of lidar incremental pose has been deleted.The text was updated successfully, but these errors were encountered: