Where to fine the physics scripting-related document such as PhysxSchema PhysxSchemaTools

Hi, I am stuyding isaac sim.

I am analyzing some standalone example codes, but it is difficult to find pxr-related documents such as PhysxSchema PhysxSchemaTools, etc. And where can I get the document about omni.physx.scripts?

Where can I get a document that I can read and understand related to it?
There is a lot of omniverse related material… but it is too scattered and hard to find.

Hi,
You can check the doxygen doc generated for the UsdPhysics and PhysxSchema:
http://omniverse-docs.s3-website-us-east-1.amazonaws.com/omni_usd_schema_physics/104.2/index.html

General python scripting doc can be also found here:
http://omniverse-docs.s3-website-us-east-1.amazonaws.com/omni_physics/104.2/source/extensions/index.html

I would also recommend to open the physics demos: Window->Simulation->Physics->Demos, there each demo is generated from a python script, so you can view the source python file (there is a button for that).

Regards,
Ales

1 Like

Thanks so much. It is really helpful.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.