-
Notifications
You must be signed in to change notification settings - Fork 312
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
Sparse map multiple cameras #804
base: develop
Are you sure you want to change the base?
Conversation
Bug fixes and tuning updates
…trobee into release-0.19.1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming you tested with both new and previous maps. Impressed you managed to finish this in time, great work!
Thanks! Yeah I tested map creation with different camera models, including merging, and localizing on maps old and new. Looks good, we might want to have @amoravargas test it with a real mapping pipeline before we merge, also haven't done granite tests |
Make sure to fix the CI too |
Add support for using multiple cameras when making sparse maps. Updated localization node to localize with the camera params from the current robot config.
@amoravargas