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