Skip to content

get map points #3

Description

@dubing-bit

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions