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

Port pinhole camera from ROS1 #4

Merged
merged 60 commits into from
Oct 7, 2024
Merged

Port pinhole camera from ROS1 #4

merged 60 commits into from
Oct 7, 2024

Conversation

henrygerardmoore
Copy link
Collaborator

Must merge after #2

@henrygerardmoore henrygerardmoore changed the base branch from main to merge_3d_models October 2, 2024 19:07
Base automatically changed from merge_3d_models to main October 7, 2024 17:53
Comment on lines +16 to +17
-cppcoreguidelines-pro-bounds-constant-array-index,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These two are annoying in test code and with Eigen in general.

-google-readability-casting,
-google-default-arguments,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There is a core class that uses a default argument that a ton of stuff inherits from (the print method in fuse models) so changing all these would be annoying.

-misc-include-cleaner,
-misc-non-private-member-variables-in-classes,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Purely stylistic one that I don't care for. False positives on structs too, for which you obviously want public member variables

Copy link
Collaborator

@bgill92 bgill92 left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏽

@henrygerardmoore henrygerardmoore merged commit 190ff99 into main Oct 7, 2024
4 checks passed
@henrygerardmoore henrygerardmoore deleted the pinhole_camera branch October 7, 2024 19:43
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