-
Notifications
You must be signed in to change notification settings - Fork 295
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 user commands to example thermal camera world #442
Conversation
Codecov Report
@@ Coverage Diff @@
## ign-gazebo3 #442 +/- ##
============================================
Coverage 77.31% 77.31%
============================================
Files 205 205
Lines 11018 11018
============================================
Hits 8519 8519
Misses 2499 2499 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
take a look at this comment for including images using @image
I think a section on interpreting thermal camera data would be useful, i.e. the info here. This lets users know how to convert the raw unsigned int 16 bit image data back to to Kelvin
c3391b1
to
1694fb7
Compare
91bf4b6
to
1cd36a6
Compare
The tutorial has been moved over to gazebosim/gz-sensors#61 in ac386d8. We still need this PR because it adds the user commands plugin to the example SDF world. |
c5994b2
to
3d05bbf
Compare
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
3d05bbf
to
990e4f2
Compare
Signed-off-by: Ashton Larkin <ashton@openrobotics.org> Signed-off-by: Guillaume Doisy <guillaume.doisy@wyca.fr>
Connects to gazebosim/gz-sensors#61.