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
Hi, I guess the build of the submap should be
*nearKeyframes += * local2global(keyframeLaserClouds[keyNear], keyframePosesUpdated[keyNear]);
Because the idx of the keyframeLaserClouds and the keyframePosesUpdated need to be consistent.
Now it is
*nearKeyframes += * local2global(keyframeLaserClouds[keyNear], keyframePosesUpdated[root_idx]);
The text was updated successfully, but these errors were encountered:
FAST_LIO_SLAM/SC-PGO/src/laserPosegraphOptimization.cpp
Line 412 in b5e7eba
Hi, I guess the build of the submap should be
*nearKeyframes += * local2global(keyframeLaserClouds[keyNear], keyframePosesUpdated[keyNear]);
Because the idx of the keyframeLaserClouds and the keyframePosesUpdated need to be consistent.
Now it is
*nearKeyframes += * local2global(keyframeLaserClouds[keyNear], keyframePosesUpdated[root_idx]);
The text was updated successfully, but these errors were encountered: