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

camerad: move camera related parameters to CameraInfo #27627

Closed
wants to merge 3 commits into from

Conversation

deanlee
Copy link
Contributor

@deanlee deanlee commented Mar 20, 2023

split from #25719, move camera related parameters to struct CameraInfo and accessing them through std::uniqueptr<const CameraInfo>.
this will improve code readability and prevent accidental modifications to variables in CameraInfo. additionally, it will make it easier to encapsulate all camera-related code into their own classes in the future.

@deanlee deanlee marked this pull request as draft July 6, 2023 18:25
@deanlee deanlee closed this Jul 13, 2023
@adeebshihadeh adeebshihadeh reopened this Dec 2, 2023
@deanlee
Copy link
Contributor Author

deanlee commented Dec 7, 2023

moved to #30639

@deanlee deanlee closed this Dec 7, 2023
@deanlee deanlee deleted the camerad_camera_info branch December 7, 2023 20:49
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

Successfully merging this pull request may close these issues.

2 participants