-
Notifications
You must be signed in to change notification settings - Fork 399
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
Create initial frame with gravity aligment from IMU #291
Comments
This feature is not difficult to implement, is it? |
It would not be difficult to implement it yourself; All you have to do is load the generated map and rotate it. I think it is beyond the scope of the Visual SLAM library's main responsibilities. I do not plan to include post-processing of the generated maps in this repository. |
It is important to note that simply aligning the first keyframe may result in other keyframes having different gravity directions due to errors. (Aligning the whole map is dealt with at #235.) |
I saw that you tried to add work with sensors? Where can I get a piece of code from you that solves this problem? |
The map is initialized as far as I know with the first frame. It has an identity rotation matrix. To rotate the entire system, you need a transformation matrix from the sensor and a transition matrix from the camera to the sensor |
code is in wip branch? |
Yes. |
How can I access it? |
Thank You very much) |
It would be very convenient to create a top view map using gravity alignment.
The text was updated successfully, but these errors were encountered: