Skip to content
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

Merged
merged 1 commit into from
Feb 2, 2021

Conversation

adlarkin
Copy link
Contributor

@adlarkin adlarkin commented Dec 17, 2020

For an example of how this may be useful, take a look at gazebosim/gz-rendering#189.

Makes use of #578 as well.

TODO

  • Write tests for TemperatureRange component
  • Update tests for thermal system plugin

Signed-off-by: Ashton Larkin [email protected]

@github-actions github-actions bot added the 🔮 dome Ignition Dome label Dec 17, 2020
@adlarkin adlarkin force-pushed the adlarkin/heat_signature branch 2 times, most recently from 69258d5 to 70c4015 Compare December 22, 2020 01:31
@codecov
Copy link

codecov bot commented Dec 22, 2020

Codecov Report

Merging #498 (b4e152d) into ign-gazebo4 (2a25fc7) will increase coverage by 0.14%.
The diff coverage is 81.10%.

Impacted file tree graph

@@               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     
Impacted Files Coverage Δ
include/ignition/gazebo/ServerConfig.hh 100.00% <ø> (ø)
include/ignition/gazebo/System.hh 100.00% <ø> (ø)
...e/ignition/gazebo/detail/EntityComponentManager.hh 95.00% <ø> (ø)
include/ignition/gazebo/gui/GuiRunner.hh 100.00% <ø> (ø)
src/SimulationRunner.hh 100.00% <ø> (ø)
src/gui/plugins/entity_tree/EntityTree.hh 100.00% <ø> (ø)
.../gui/plugins/transform_control/TransformControl.hh 100.00% <ø> (ø)
src/ign.cc 72.18% <ø> (ø)
src/systems/breadcrumbs/Breadcrumbs.hh 100.00% <ø> (ø)
src/systems/buoyancy/Buoyancy.cc 75.28% <ø> (ø)
... and 52 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d8b9d0c...b4e152d. Read the comment docs.

src/rendering/RenderUtil.cc Outdated Show resolved Hide resolved
src/rendering/RenderUtil.cc Outdated Show resolved Hide resolved
src/systems/thermal/Thermal.cc Outdated Show resolved Hide resolved
src/systems/thermal/Thermal.cc Outdated Show resolved Hide resolved
src/systems/thermal/Thermal.cc Outdated Show resolved Hide resolved
Copy link
Contributor

@iche033 iche033 left a 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

examples/worlds/thermal_camera.sdf Outdated Show resolved Hide resolved
examples/worlds/thermal_camera.sdf Outdated Show resolved Hide resolved
src/systems/sensors/Sensors.cc Outdated Show resolved Hide resolved
test/integration/thermal_system.cc Outdated Show resolved Hide resolved
@adlarkin adlarkin requested a review from iche033 January 27, 2021 17:33
examples/worlds/thermal_camera.sdf Outdated Show resolved Hide resolved
src/systems/thermal/Thermal.cc Outdated Show resolved Hide resolved
src/systems/thermal/Thermal.cc Outdated Show resolved Hide resolved
@adlarkin adlarkin requested a review from iche033 February 1, 2021 21:05
Copy link
Contributor

@iche033 iche033 left a 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.

test/integration/thermal_system.cc Outdated Show resolved Hide resolved
@adlarkin
Copy link
Contributor Author

adlarkin commented Feb 1, 2021

I will merge this once I have updated the fuel models used in the example/tests worlds as mentioned here

@adlarkin adlarkin force-pushed the adlarkin/heat_signature branch from 5612a48 to b4e152d Compare February 2, 2021 02:44
@adlarkin adlarkin merged commit b4e152d into ign-gazebo4 Feb 2, 2021
@adlarkin adlarkin deleted the adlarkin/heat_signature branch February 2, 2021 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔮 dome Ignition Dome
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants