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

Method SetReferenceMapPoints

src/Map.cc:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void Map::SetReferenceMapPoints(const vector<MapPoint *> &vpMPs)
130{
131 unique_lock<mutex> lock(mMutexMap);
132 mvpReferenceMapPoints = vpMPs;
133}
134
135void Map::InformNewBigChange()
136{

Callers 3

StereoInitializationMethod · 0.45
UpdateLocalMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected