-
|
Thank you for your open-source contribution to IPC simulation. I would like to apply IPC to the field of robotic manipulation and add actuator constraints, such as a PD controller. The |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
As you can see in the tutorial-animation. If you want to implement a torque-driven motor, you need some knowledge to convert such a motor into a general constraint. (I will add the information of the BUT, I think at this time, the Please leave some formulas you wanna use to simulate the torque-driven motor here, and see if we can put it into the simulator. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your attention. We have implemented an |
Beta Was this translation helpful? Give feedback.

Thank you for your attention. We have implemented an
ExternalArticulationConstraintconstitution to incorporate any possible joint drivers. You can use your favorite articulation solver as input to get a strong coupling with IPC. More detailed documentation is available here, and a playable GUI example is here.