Skip to content
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

Workaround model sync #19

Merged
merged 2 commits into from
Mar 16, 2022
Merged

Conversation

koonpeng
Copy link
Collaborator

🦟 Bug fix

Summary

isaacsim/usd is much more flexible than ignition/sdf. It allows almost any prim to have transformations, changing the transformation of a prim that matches a non-transformable node in ignition causes errors.

The main downside to this workaround is that it makes an assumption on the scene graph of the usd. This means that it only works for usd generated by the connector, usd from other applications (including isaac sim) will not work. Actually this is already the case as the connector assumes the prims are named according to the sdf, this PR just makes the limitation more apparent.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

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.

@koonpeng koonpeng requested a review from ahcorde March 15, 2022 04:33
ahcorde added a commit that referenced this pull request Mar 15, 2022
Signed-off-by: ahcorde <[email protected]>
Copy link
Contributor

@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made some suggestions here #20

Signed-off-by: ahcorde <[email protected]>
@ahcorde ahcorde merged commit f858a4d into ahcorde/issacsim_2_ignition Mar 16, 2022
@ahcorde ahcorde deleted the kp/workaround-model-sync branch March 16, 2022 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants