-
Notifications
You must be signed in to change notification settings - Fork 95
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
USD -> SDF: Parse Physics and generated SDF file #863
Conversation
Codecov Report
@@ Coverage Diff @@
## sdf12 #863 +/- ##
==========================================
- Coverage 88.17% 88.15% -0.03%
==========================================
Files 96 100 +4
Lines 14547 14629 +82
==========================================
+ Hits 12827 12896 +69
- Misses 1720 1733 +13
Continue to review full report at Codecov.
|
this example doesn't look right to me. |
Thank you @scpeters , I updated the PR |
Signed-off-by: ahcorde <ahcorde@gmail.com>
d916dc5
to
48c499b
Compare
Signed-off-by: ahcorde <ahcorde@gmail.com>
8955a74
to
3a9b349
Compare
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
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 still have a few more files to review, but here are a few questions that I have so far.
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
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.
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: Ashton Larkin <42042756+adlarkin@users.noreply.github.com>
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.
…ionrobotics/sdformat into ahcorde/usd_to_sdf_physics
Signed-off-by: ahcorde <ahcorde@gmail.com>
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-04-13-fortress-edifice/1367/1 |
Signed-off-by: ahcorde ahcorde@gmail.com
🎉 New feature
Summary
Parse Physics and generated SDF file
Test it
If you have the isaac-sim-assets-2021.1.1 assets you can try for example:
The expected output must look like:
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.