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

Method UpdateMap

src/KeyFrame.cc:841–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839}
840
841void KeyFrame::UpdateMap(Map* pMap)
842{
843 unique_lock<mutex> lock(mMutexMap);
844 mpMap = pMap;
845}
846
847void KeyFrame::PreSave(set<KeyFrame*>& spKF,set<MapPoint*>& spMP, set<GeometricCamera*>& spCam)
848{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected