-
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
Add support for 16 bit image format #276
Conversation
Signed-off-by: Ian Chen <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-sensors6 #276 +/- ##
================================================
+ Coverage 72.16% 72.20% +0.04%
================================================
Files 34 34
Lines 3470 3483 +13
================================================
+ Hits 2504 2515 +11
- Misses 966 968 +2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
CIs are failing because of the bump of sdformat dep requirement to 12.6.0 in #259. We need to make a stable sdformat 12.6.0 release. |
@osrf-jenkins run tests please |
@iche033 @mjcarroll Awesome! Just what I've been looking for! Has this already hit the binaries in release yet? |
Also closes #1736. |
Not yet, but should be included in the next minor release, 6.7.0 |
Signed-off-by: Ian Chen [email protected]
🎉 New feature
Closes #275
Summary
Add check for 16 bit image format. This should already be supported at the gz-rendering library. It's just a matter of enabling it in gz-sensors.
You can also test with
sensors_demo.sdf
world. Change one of the cameras to output 16 bit images by adding<format>L_INT16</format>
here. You should grayscale images in the top left Image Display GUI pluginTest it
Run
INTEGRATION_camera
testChecklist
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.