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

ogre: Add missing required Paging component #452

Merged
merged 1 commit into from
Oct 4, 2021

Conversation

traversaro
Copy link
Contributor

@traversaro traversaro commented Oct 4, 2021

🦟 Bug fix

Add the missing dependency on Paging Ogre component for the ogre renderer. See https://github.com/ignitionrobotics/ign-rendering/blob/ign-rendering5/ogre/include/ignition/rendering/ogre/OgreIncludes.hh#L66 for a Paging-related include that is required.

Summary

I noticed this missing component while working on conda-forge/libignition-rendering4-feedstock#19 (comment) . Not sure if that failure was just related to this fix, but given that this fix seems to be correct in any case, I tought it could make sense to submit it.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

@github-actions github-actions bot added the 🏢 edifice Ignition Edifice label Oct 4, 2021
@codecov
Copy link

codecov bot commented Oct 4, 2021

Codecov Report

Merging #452 (a0ea9cf) into ign-rendering5 (421f381) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           ign-rendering5     #452   +/-   ##
===============================================
  Coverage           56.07%   56.08%           
===============================================
  Files                 161      161           
  Lines               16085    16085           
===============================================
+ Hits                 9020     9021    +1     
+ Misses               7065     7064    -1     
Impacted Files Coverage Δ
...e/ignition/rendering/base/BaseGaussianNoisePass.hh 100.00% <0.00%> (+3.33%) ⬆️

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 421f381...a0ea9cf. Read the comment docs.

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.

looks good to me!

@iche033 iche033 merged commit 6f3105b into gazebosim:ign-rendering5 Oct 4, 2021
chapulina added a commit that referenced this pull request Oct 18, 2021
* Fix ray query distance calculation (#438)

* fix ray query dist calc

Signed-off-by: Ian Chen <[email protected]>

* disable test

Signed-off-by: Ian Chen <[email protected]>

* ogre: Add missing required Paging component (#452)

Signed-off-by: Silvio <[email protected]>

* Fix selection buffer material script (#456)

Signed-off-by: Ian Chen <[email protected]>

Co-authored-by: Ian Chen <[email protected]>
Co-authored-by: Silvio Traversaro <[email protected]>
srmainwaring pushed a commit to srmainwaring/gz-rendering that referenced this pull request Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏢 edifice Ignition Edifice
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants