dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.89k stars 242 forks source link

Query joint angles/positions and set joint forces/torques directly? #457

Open torshepherd opened 1 year ago

torshepherd commented 1 year ago

I'm working on a quick robotics simulation in the browser with user-provided control laws, and it would be super useful to be able to query the angle of revolute joints and set torques directly myself instead of having to use the built-in PD controllers. Can I open an MR to expose some functions for this purpose?