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

Why you choose SPQR as the QR solver? #24

Open
ChenHancheng opened this issue Jul 16, 2019 · 1 comment
Open

Why you choose SPQR as the QR solver? #24

ChenHancheng opened this issue Jul 16, 2019 · 1 comment

Comments

@ChenHancheng
Copy link

Hello:
In Mourikis's paper, he says givens rotation is a convenient and "can be computed efficiently" solution. When I debug a mono version of msckf, I find the H matrix is not very sparse. Is the H matrix in your code sparse or you find this method is faster than givens rotation?

@cggos
Copy link

cggos commented Sep 25, 2020

i find givens rotation is faster than SPQR in measurementUpdate, you can find the code in this

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

2 participants