-
Notifications
You must be signed in to change notification settings - Fork 95
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
Added HasLensProjection #1203
Added HasLensProjection #1203
Conversation
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
@azeey Let me know if I should backport this to |
What's the motivation for this PR? Why do we need to know if the projection is custom or default? |
This is the motivation gazebosim/gz-sensors#289 |
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Codecov Report
@@ Coverage Diff @@
## sdf13 #1203 +/- ##
=======================================
Coverage 87.52% 87.53%
=======================================
Files 124 124
Lines 16124 16143 +19
=======================================
+ Hits 14113 14131 +18
- Misses 2011 2012 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
friendly ping @azeey |
If it's not too much effort, yes please. |
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
this looks like a parallel of the |
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
This PR allows users to specify custom camera projection using the <projection> values from SDF (in addition to <instrinscs>, see #293). Also bumped sdformat dep version as it need gazebosim/sdformat#1203 --------- Signed-off-by: Ian Chen <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Alejandro Hernández Cordero [email protected]
🎉 New feature
Summary
Added
HasLensProjection
to Camera class, this PR is connected with a PR ingz-sensors
.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.