-
Notifications
You must be signed in to change notification settings - Fork 275
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 heat signature option to thermal system #498
Conversation
69258d5
to
70c4015
Compare
Codecov Report
@@ Coverage Diff @@
## ign-gazebo4 #498 +/- ##
===============================================
+ Coverage 77.29% 77.44% +0.14%
===============================================
Files 208 216 +8
Lines 11198 12079 +881
===============================================
+ Hits 8655 9354 +699
- Misses 2543 2725 +182
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.
a couple todos from discussion:
- Look into path issue with models: I had to update the thermal texture path in model.sdf for rescue randy and phone to load (they were all lowercase and ign-gazebo couldn't load them for me). Not sure why
- add an integration test
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.
just one very minor comment. Otherwise this looks good.
I will merge this once I have updated the fuel models used in the example/tests worlds as mentioned here |
Signed-off-by: Ashton Larkin <[email protected]>
5612a48
to
b4e152d
Compare
For an example of how this may be useful, take a look at gazebosim/gz-rendering#189.
Makes use of #578 as well.
TODO
TemperatureRange
componentSigned-off-by: Ashton Larkin [email protected]