ORB_SLAM2-PythonBindings icon indicating copy to clipboard operation
ORB_SLAM2-PythonBindings copied to clipboard

get_tracked_mappoints seems only take points from the last key frame

Open s271 opened this issue 4 years ago • 0 comments

It use GetTrackedMapPoints and seems only return points from the last key frame. To get all the map points

vector<MapPoint*> vpMPs = mpMap->GetAllMapPoints()

should be used instead.

s271 avatar Aug 13 '20 15:08 s271