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

Method SetReferenceMapPoints

src/Atlas.cc:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void Atlas::SetReferenceMapPoints(const std::vector<MapPoint*> &vpMPs)
162{
163 unique_lock<mutex> lock(mMutexAtlas);
164 mpCurrentMap->SetReferenceMapPoints(vpMPs);
165}
166
167void Atlas::InformNewBigChange()
168{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected