I am currently trying to make a stereo visual odometry using Matlab with the KITTI dataset
I know the folder 'poses.txt' contains the ground truth poses (trajectory) for the first 11 sequences. Each file xx.txt contains an N x 12 table, where N is the number of frames of this sequence. But, what are these 12 parameters? x,y,z, row, pitch, yaw and what?
My second question is if I want to create my own dataset, how can I acquire these poses with IMU?