Replies: 2 comments
-
Thanks for posting this. Could you elaborate on what you mean with "compute two output torques" in a way that is not possible now? Currently, the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @vicltz, if you need to actuate several joints at once, maybe, you need to create a controller rather than an actuator. What you can do for example is the following:
Hope that this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create a custom explicit actuator that heritates from the
ActuatorBase
class (like theIdealPDActuator
).Each explicit actuator has a
compute
method (source here) that manages to compute the torque that is sent to the joint.My need is the following: I would like to compute two output torques based on the angles of two joint angles (I cannot split the calculation).
Do you have any idea on how to do that ?
Beta Was this translation helpful? Give feedback.
All reactions