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

[Question] Using PhysxSchema without starting simulation #1634

Open
abhihjoshi opened this issue Jan 5, 2025 · 1 comment
Open

[Question] Using PhysxSchema without starting simulation #1634

abhihjoshi opened this issue Jan 5, 2025 · 1 comment

Comments

@abhihjoshi
Copy link

abhihjoshi commented Jan 5, 2025

Importing pxr Without Starting Simulation

Hello, I was wondering if it possible to get access to the PhysxSchema and UsdPhysics modules (or really any module in the pxr package for that matter) without having to start a simulation/use the app launcher. For instance, I would like to say something like:
from pxr import PhysxSchema, UsdPhysics
in my code so that I can write my own USD file using the provided APIs. I know that I can get access to UsdPhysics by installing something like usd-core directly, but I would like to get access to both if possible. Thanks!

@RandomOakForest
Copy link
Collaborator

There may be a workaround using Isaac Sim's Python environment.

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

No branches or pull requests

2 participants