-
Notifications
You must be signed in to change notification settings - Fork 50
Fix render engine GUI name argument to be setted in the minimal scene #286
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
Fix render engine GUI name argument to be setted in the minimal scene #286
Conversation
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #286 +/- ##
==========================================
- Coverage 65.37% 65.35% -0.03%
==========================================
Files 32 32
Lines 4604 4618 +14
==========================================
+ Hits 3010 3018 +8
- Misses 1594 1600 +6
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.
The approach looks good to me. Can we add tests for the new functions?
Signed-off-by: ahcorde <[email protected]>
…tps://github.com/ignitionrobotics/ign-gui into ahcorde/minimal_scene/render_engine_gui_argument
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
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.
I pushed some tweaks in d057f65, LGTM. Feel free to merge if you and CI are happy with the changes :)
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde [email protected]
🦟 Bug fix
Summary
This PR will set the render engine GUI name as a property of the MainWindow. Then this could be consume by the plugins. Right now the minimal_scene only works with "ogre2" (as a default render engine) this PR fix this and allow to set the render engine not only with the sdf but with the command line argument
--render-engine-gui
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge