I have been working with stereo KITTI dataset and ORB-SLAM2. It is clear that the output trajectory is of the SE(3) format ([R|T]). I want to convert the rotation matrix to euler angles. I noticed in Issue #378 it was mentioned that the order of rotation is x,y,z. I would like to confirm if it is right because I am getting weird results when I convert them.
I have been working with stereo KITTI dataset and ORB-SLAM2. It is clear that the output trajectory is of the SE(3) format ([R|T]). I want to convert the rotation matrix to euler angles. I noticed in Issue #378 it was mentioned that the order of rotation is x,y,z. I would like to confirm if it is right because I am getting weird results when I convert them.
Please help