ORB_SLAM2-PythonBindings
ORB_SLAM2-PythonBindings copied to clipboard
get_tracked_mappoints seems only take points from the last key frame
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.