| 1337 | } |
| 1338 | |
| 1339 | double System::GetTimeFromIMUInit() |
| 1340 | { |
| 1341 | double aux = mpLocalMapper->GetCurrKFTime()-mpLocalMapper->mFirstTs; |
| 1342 | if ((aux>0.) && mpAtlas->isImuInitialized()) |
| 1343 | return mpLocalMapper->GetCurrKFTime()-mpLocalMapper->mFirstTs; |
| 1344 | else |
| 1345 | return 0.f; |
| 1346 | } |
| 1347 | |
| 1348 | bool System::isLost() |
| 1349 | { |
nothing calls this directly
no test coverage detected