-
Notifications
You must be signed in to change notification settings - Fork 302
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 support for custom render engines #373
Add support for custom render engines #373
Conversation
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo3 #373 +/- ##
================================================
+ Coverage 65.71% 77.30% +11.59%
================================================
Files 127 205 +78
Lines 6238 11018 +4780
================================================
+ Hits 4099 8518 +4419
- Misses 2139 2500 +361
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.
Works for me! I tested with ign-rendering
's hello world example like this:
cd src/ign-rendering/examples/hello_world_plugin/build
IGN_GAZEBO_RENDER_ENGINE_PATH=`pwd` ign gazebo -v 2 sensors_demo.sdf --render-engine HelloWorldPlugin
Mind adding a tutorial similar to https://github.com/ignitionrobotics/ign-gazebo/blob/main/tutorials/physics.md?
I think you can get most of the way there by copying that tutorial and s/physics/rendering
Removed the "needs upstream release" label because Mind updating the minimum required version here? |
Signed-off-by: John Shepherd <[email protected]>
|
Signed-off-by: John Shepherd <[email protected]> Co-authored-by: Louise Poubel <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
See gazebosim/gz-rendering#142 for the PR adding this functionality.
Signed-off-by: John Shepherd [email protected]