MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / GetLastKeyFrame

Method GetLastKeyFrame

include/Tracking.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90
91 void UpdateFrameIMU(const float s, const IMU::Bias &b, KeyFrame* pCurrentKeyFrame);
92 KeyFrame* GetLastKeyFrame()
93 {
94 return mpLastKeyFrame;
95 }
96
97 void CreateMapInAtlas();
98 //std::mutex mMutexTracks;

Callers 1

MergeLocal2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected