| 282 | } |
| 283 | |
| 284 | void Atlas::SetInertialSensor() |
| 285 | { |
| 286 | unique_lock<mutex> lock(mMutexAtlas); |
| 287 | mpCurrentMap->SetInertialSensor(); |
| 288 | } |
| 289 | |
| 290 | void Atlas::SetImuInitialized() |
| 291 | { |
nothing calls this directly
no outgoing calls
no test coverage detected