Replies: 1 comment 3 replies
-
Thanks for posting this. There's definitely something missing. Could you share more on the configuration files? Also, there is a section in our docs on actuator groups that points to some examples. Have these been of any help? Thanks. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to model a parallel elastic actuator by adding two ImplicitActuators to a single joint. One actuator would be controller normally (the motor), and the other actuator would have zero damping and have a set point of 0.0 to model the spring. Is this possible? Thanks!
I tried just adding another set of actuators to my ArticulationCfg like so
actuators={"base_legs": BASE_LEGS_CFG, "springs": SPRING_CFG},
but I got the following error
2025-04-03 20:12:23 [13,774ms] [Warning] [isaaclab.assets.articulation.articulation] Not all actuators are configured! Total number of actuated joints not equal to number of joints available: 28 != 16.
Beta Was this translation helpful? Give feedback.
All reactions