-
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
Add blender sdf export tutorial #895
Add blender sdf export tutorial #895
Conversation
Signed-off-by: ddengster <[email protected]>
Signed-off-by: ddengster <[email protected]>
Signed-off-by: ddengster <[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.
Thanks for the script! It has a lot of hardcoded values for things like casting shadows and bitmasks, but I think that this is a nice starting point that users can adapt to their needs. It would be nice to move these values to the top of the script to call attention to the fact that they can be customized.
Signed-off-by: ddengster <[email protected]>
Signed-off-by: ddengster <[email protected]>
Signed-off-by: ddengster <[email protected]>
Signed-off-by: ddengster <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo5 #895 +/- ##
===============================================
+ Coverage 65.32% 65.61% +0.28%
===============================================
Files 240 243 +3
Lines 17624 18303 +679
===============================================
+ Hits 11513 12009 +496
- Misses 6111 6294 +183
Continue to review full report at Codecov.
|
Signed-off-by: ddengster [email protected]
🎉 New feature
Summary
Adds a blender script to export models in the sdf format, accompanied with a simple tutorial as to how to use it.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge