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

Create initial frame with gravity aligment from IMU #291

Closed
BioR0bot opened this issue Apr 25, 2022 · 10 comments
Closed

Create initial frame with gravity aligment from IMU #291

BioR0bot opened this issue Apr 25, 2022 · 10 comments
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@BioR0bot
Copy link

It would be very convenient to create a top view map using gravity alignment.

@BioR0bot BioR0bot added the enhancement New feature or request label Apr 25, 2022
@ymd-stella ymd-stella added the duplicate This issue or pull request already exists label Apr 25, 2022
@BioR0bot
Copy link
Author

This feature is not difficult to implement, is it?

@ymd-stella
Copy link
Contributor

ymd-stella commented Apr 25, 2022

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.

@ymd-stella
Copy link
Contributor

ymd-stella commented Apr 25, 2022

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.)

@BioR0bot
Copy link
Author

I saw that you tried to add work with sensors? Where can I get a piece of code from you that solves this problem?

@BioR0bot
Copy link
Author

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

@BioR0bot
Copy link
Author

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.)

code is in wip branch?

@ymd-stella
Copy link
Contributor

Yes.

@BioR0bot
Copy link
Author

Yes.

How can I access it?

@ymd-stella
Copy link
Contributor

@BioR0bot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants