Skip to content

Commit 845c0b4

Browse files
committedApr 9, 2019
update
1 parent d660902 commit 845c0b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/System.cc

+2
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ void System::SaveKeyFrameTrajectoryTUM(const string &filename)
456456
cout << endl << "trajectory saved!" << endl;
457457
}
458458

459+
/*
459460
void System::SaveDetectedLoops(const string &filename)
460461
{
461462
cout << endl << "Saving detected loops to " << filename << " ..." << endl;
@@ -481,6 +482,7 @@ void System::SaveDetectedLoops(const string &filename)
481482
f.close();
482483
cout << endl << "detected loops saved!" << endl;
483484
}
485+
*/
484486

485487
void System::SaveTrajectoryKITTI(const string &filename)
486488
{

0 commit comments

Comments
 (0)
Please sign in to comment.