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

Spherical Camera Constructor Fix #976

Merged
merged 2 commits into from
Dec 21, 2021
Merged

Conversation

varunagrawal
Copy link
Collaborator

The SphericalCamera constructor which takes a calibration does not use the passed argument to initialize its calibration variable. This PR fixes that.

As a result, more issues were found due to non-initialization of EmptyCal shared pointers, so those have been fixed as well.

@varunagrawal varunagrawal added the bugfix Fixes an issue or bug label Dec 21, 2021
@varunagrawal varunagrawal self-assigned this Dec 21, 2021
@lucacarlone
Copy link
Contributor

@varunagrawal : very well done, thanks! I don't think the empty calibration is used anywhere, but still good to pass it down.

Copy link
Contributor

@lucacarlone lucacarlone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks!

@varunagrawal varunagrawal merged commit 86039bf into develop Dec 21, 2021
@varunagrawal varunagrawal deleted the fix/spherical-camera branch December 21, 2021 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix Fixes an issue or bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants