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

Method SaveSubTrajectory

src/Tracking.cc:4068–4072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4066}
4067
4068void Tracking::SaveSubTrajectory(string strNameFile_frames, string strNameFile_kf, string strFolder)
4069{
4070 mpSystem->SaveTrajectoryEuRoC(strFolder + strNameFile_frames);
4071 //mpSystem->SaveKeyFrameTrajectoryEuRoC(strFolder + strNameFile_kf);
4072}
4073
4074void Tracking::SaveSubTrajectory(string strNameFile_frames, string strNameFile_kf, Map* pMap)
4075{

Callers

nothing calls this directly

Calls 3

SaveTrajectoryEuRoCMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected