Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to convert from KITTI saved trajectory keyframes to the input of your code ? #1

Open
ngthanhtin opened this issue Nov 10, 2020 · 0 comments

Comments

@ngthanhtin
Copy link

Hello,
In these lines of code, I found that these are different from the output of the function getKeyFramePoints of the ORB_SLAM2, specifically, in ORB_SLAM2 it will output something like this:
Screenshot from 2020-11-10 13-48-01
R is a rotation matrix, t is the camera center, the output includes 12 values at all.

But in your code from pointCloudToGridMap2D.py, you want to read trajectory keyframes like this:
Screenshot from 2020-11-10 13-45-04
It means you only need 8 values at all included keyframe x,y,z, timestep, and keyframe quaternions.

So I want to ask, what is the difference between them and how to change from ORB_SLAM2 format to your code format.
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant