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

Method UpdateLocalMap

src/Tracking.cc:3417–3425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3415}
3416
3417void Tracking::UpdateLocalMap()
3418{
3419 // This is for visualization
3420 mpAtlas->SetReferenceMapPoints(mvpLocalMapPoints);
3421
3422 // Update
3423 UpdateLocalKeyFrames();
3424 UpdateLocalPoints();
3425}
3426
3427void Tracking::UpdateLocalPoints()
3428{

Callers

nothing calls this directly

Calls 1

SetReferenceMapPointsMethod · 0.45

Tested by

no test coverage detected