mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
DBReader: set calibrated to true if database is empty (avoiding not calibrated warning)
This commit is contained in:
@@ -172,6 +172,10 @@ bool DBReader::init(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
_calibrated = true; // database is empty, make sure calibration warning is not shown.
|
||||||
|
}
|
||||||
|
|
||||||
_timer.start();
|
_timer.start();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user