-
Notifications
You must be signed in to change notification settings - Fork 51
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
Thermal Camera: Visualize objects with a heat signature #189
Thermal Camera: Visualize objects with a heat signature #189
Conversation
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## ign-rendering4 #189 +/- ##
==================================================
+ Coverage 52.50% 52.54% +0.03%
==================================================
Files 143 143
Lines 13369 13410 +41
==================================================
+ Hits 7020 7046 +26
- Misses 6349 6364 +15
Continue to review full report at Codecov.
|
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
…211) * vary non-heat source temp based on rgb balues Signed-off-by: Ian Chen <ichen@osrfoundation.org> * add more comments, var to set rgb to temp Signed-off-by: Ian Chen <ichen@osrfoundation.org> * add more doc Signed-off-by: Ian Chen <ichen@osrfoundation.org> * remove comment Signed-off-by: Ian Chen <ichen@osrfoundation.org> * feedback changes Signed-off-by: Ian Chen <ichen@osrfoundation.org> * added reference link to RGB/grayscale equation Signed-off-by: Ashton Larkin <ashton@openrobotics.org> Co-authored-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
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.
@iche033, I've got a few final comments/questions.
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
oops, yes |
Everything looks good. Thanks to @chapulina's recent effort, we finally got rid of all windows warnings. Let's try to make windows build green. Can you address this warning on windows? |
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
Warning has been addressed in 6f1c4be |
Requires gazebosim/gz-sim#498 and makes use of #211.
This expands the current capabilities of the thermal camera to allow for rendering of objects with a heat signature. Currently, only objects with a uniform temperature are rendered by the thermal camera (objects with a heat signature can have varying temperature).
To learn how to use/test these updates, please see the related tutorial: gazebosim/gz-sensors#79
Testing can be done by running:
TODO
Signed-off-by: Ashton Larkin ashton@openrobotics.org