mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
Parameters: added RGBD/LoopCovLimited, refactored "detect more loop closures" in MainWindow/DBViewer/rtabmap
This commit is contained in:
@@ -344,7 +344,7 @@ std::map<int, Transform> OptimizerGTSAM::optimize(
|
||||
}
|
||||
catch(gtsam::IndeterminantLinearSystemException & e)
|
||||
{
|
||||
UERROR("GTSAM exception caught: %s", e.what());
|
||||
UWARN("GTSAM exception caught: %s", e.what());
|
||||
delete optimizer;
|
||||
return optimizedPoses;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user