Thank you for your work. I have a question, when I used ORB-SLAM3 before, I could use GetTrackedMapPoints()
vector<MapPoint*> System::GetTrackedMapPoints()
{
unique_lock<mutex> lock(mMutexState);
return mTrackedMapPoints;
}
to get the map points. does stella_vsalm have such a function? I don't seem to find this feature in system.h?
Thank you for your work. I have a question, when I used ORB-SLAM3 before, I could use GetTrackedMapPoints()
to get the map points. does stella_vsalm have such a function? I don't seem to find this feature in system.h?