-
Notifications
You must be signed in to change notification settings - Fork 58
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 Camera Info topic support for cameras #285
Conversation
Signed-off-by: ahcorde <[email protected]>
0bcce0a
to
05ed21f
Compare
Signed-off-by: ahcorde <[email protected]>
hmm I'm seeing a change in behavior in terms of default camera info topic names with this change. I tried commenting out this before this change, I see these relevant topics
after this change, I get
I think that's because the camera_info element has a default value of So in gz-sensors, the topic will always be set to How about changing the default |
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
changes look good to me now. Needs an sdformat9 release |
@osrf-jenkins run tests please! |
Codecov Report
@@ Coverage Diff @@
## ign-sensors3 #285 +/- ##
================================================
- Coverage 79.80% 79.78% -0.02%
================================================
Files 23 23
Lines 2377 2380 +3
================================================
+ Hits 1897 1899 +2
- Misses 480 481 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: ahcorde [email protected]
🎉 New feature
Summary
Related with gazebosim/sdformat#1198
Added Camera Info topic support for cameras
Test it
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.