Hi,
Is there a supported/public API in ProtoMotions to apply external forces to specific rigid bodies at each simulation step?
We found apply_rigid_body_force_tensors used in test_isaacgym_friction_mode.py via _gym and _sim directly, but those are private attributes.
Questions:
- Is there a public wrapper for applying per-body forces (similar to _apply_simulator_torques but for rigid body forces)?
- If not, is accessing simulator._gym / simulator._sim directly safe, or will it conflict with ProtoMotions' tensor refresh cycle?
- Is there a recommended hook point to inject forces without fighting the simulation loop?
Thanks
Hi,
Is there a supported/public API in ProtoMotions to apply external forces to specific rigid bodies at each simulation step?
We found apply_rigid_body_force_tensors used in test_isaacgym_friction_mode.py via _gym and _sim directly, but those are private attributes.
Questions:
Thanks