-
Notifications
You must be signed in to change notification settings - Fork 277
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
Backport material support to garden #2313
Conversation
* test script tag Signed-off-by: Dharini Dutia <[email protected]> * add dark grey before creating component Signed-off-by: Dharini Dutia <[email protected]> * material parser Signed-off-by: Dharini Dutia <[email protected]> * linters Signed-off-by: Dharini Dutia <[email protected]> * Update src/rendering/MaterialParser/MaterialParser.cc Co-authored-by: Alejandro Hernández Cordero <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> * fix configLoader, material struct and feedback Signed-off-by: Dharini Dutia <[email protected]> * default color and todos Signed-off-by: Dharini Dutia <[email protected]> * install/load one file, range based loop, hardcode dependent solid colors Signed-off-by: Dharini Dutia <[email protected]> * fix install_dir property Signed-off-by: Dharini Dutia <[email protected]> * credits, initializing cleanup Signed-off-by: Dharini Dutia <[email protected]> * eof Signed-off-by: Dharini Dutia <[email protected]> * reformat Signed-off-by: Dharini Dutia <[email protected]> * add integration test Signed-off-by: Dharini Dutia <[email protected]> * migration note Signed-off-by: Dharini Dutia <[email protected]> * intends, default case, invalid color Signed-off-by: Dharini Dutia <[email protected]> * optional materialValues, typo Signed-off-by: Dharini Dutia <[email protected]> * feedback Signed-off-by: Dharini Dutia <[email protected]> * size check Signed-off-by: Dharini Dutia <[email protected]> * get color values Signed-off-by: Dharini Dutia <[email protected]> * migration doc update Signed-off-by: Dharini Dutia <[email protected]> --------- Signed-off-by: Dharini Dutia <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Edited gazebo.material file to remove multiple passes in solid colors. Refactored the parser based on Gazebo's style guide. Signed-off-by: Dharini Dutia <[email protected]> Signed-off-by: Dharini Dutia <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Looks like the |
Also, we'll need the equivalent of gazebo-release/gz-sim8-release#5 for gz-sim7 before releasing. Would you be able to open a PR for that as well? |
Signed-off-by: Dharini Dutia <[email protected]>
gazebosim/gz-sim#2313 adds a file to usr/share/gz/gz-sim7/media, this change prevents CI warnings as per gazebo-release/gz-sim8-release/#5
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## gz-sim7 #2313 +/- ##
===========================================
+ Coverage 64.72% 64.91% +0.18%
===========================================
Files 357 360 +3
Lines 29160 29448 +288
===========================================
+ Hits 18873 19115 +242
- Misses 10287 10333 +46 ☔ View full report in Codecov by Sentry. |
gazebosim/gz-sim#2313 adds a file to usr/share/gz/gz-sim7/media, this change prevents CI warnings as per gazebo-release/gz-sim8-release/#5
homebrew is broken because of |
Looks like the homebrew CI passed! |
🦟 Bug fix
Fixes #10
Summary
Backport of support for Gazebo materials, #2269 and #2302
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.