Open geokarant opened 8 years ago
ORB-SLAM2 has many saveTrajectory methods, aiming different file formats related to datasets, none of them are orb-slam specific. I personally don't know any of them.
You can write your own saveTrajectory method and recompile orb-slam2, or post-process keyframeTrajectory.txt .
Thank you very much!
Στις 14 Νοε 2016 20:47, ο χρήστης "AlejandroSilvestri" < notifications@github.com> έγραψε:
ORB-SLAM2 has many saveTrajectory methods, aiming different file formats related to datasets, none of them are orb-slam specific. I personally don't know any of them.
You can write your own saveTrajectory method and recompile orb-slam2, or post-process keyframeTrajectory.txt .
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/raulmur/ORB_SLAM2/issues/195#issuecomment-260424199, or mute the thread https://github.com/notifications/unsubscribe-auth/AVoPC0GOoDb5NMZBLdRANQIDlAnqTcT1ks5q-KyzgaJpZM4KxJHe .
Hello @AlejandroSilvestri, the keyframeTrajectory.txt provides you the quaternion angles of rotations. Is it possible to get the Euler Angles instead? I am new in orbslam2 code and in SLAM area generally. Thank you very much in advance!