mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 12:30:20 +08:00
reprocess: accepting Identity covariance (cuvslam first frames)
This commit is contained in:
@@ -988,7 +988,6 @@ int main(int argc, char * argv[])
|
||||
odomInfo.reg.covariance.at<double>(5,5) = odomAngVarOverride;
|
||||
}
|
||||
if(uIsFinite(odomInfo.reg.covariance.at<double>(0,0)) &&
|
||||
odomInfo.reg.covariance.at<double>(0,0) != 1.0 &&
|
||||
odomInfo.reg.covariance.at<double>(0,0)>0.0)
|
||||
{
|
||||
if( useInputOdometryAsGuess &&
|
||||
|
||||
Reference in New Issue
Block a user