Hi,
I’m using Isaac Sim 4.5.0 (Kit 106.5.x, PhysX 5.4.x).
One revolute joint is set to Exclude from Articulation (maximal-coordinate joint).
I need to read its real-time torque. Attempts so far:
- Added
PhysxSchema.JointStateAPI.Apply(prim, "angular")
via Python. - Checked
physx:jointState:angular:torque
, always returnsNone
. - Articulation State node doesn’t list this joint.
What’s the recommended API or workflow to access torque for such joints?
Any limitations on solver?
Thanks!