MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / SetInertialSensor

Method SetInertialSensor

src/Atlas.cc:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284void Atlas::SetInertialSensor()
285{
286 unique_lock<mutex> lock(mMutexAtlas);
287 mpCurrentMap->SetInertialSensor();
288}
289
290void Atlas::SetImuInitialized()
291{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected