Implicit Actuator doesn't work as Isaac Sim Joint Drive and the arm falls down #5342
Unanswered
arambarricalvoj
asked this question in
Q&A
Replies: 1 comment
-
|
Solved by setting stiffness and damping to |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm starting to set up an environment for my robot. I've created the joints as ImplicitActuators with the same stiffness and damping values as in the manufacturer's USD file.
However, when I run this environment, it seems like the weight is overloading some of the joints, whereas in the Isaac Sim simulation (without Isaac Lab), the JointDrive works correctly, as shown in the video.
isaac_lab_implicitActuatorFalls.webm
I tried using IdealPDActuator, which does solve the problem, but the movement speed of some joints becomes very slow, and I haven’t found a way to adjust it.
Am I doing something wrong?
The
.usdfile used is an official version and provided by the manufacturer (although it has been modified only to disable the gripper). The code of my environment for Isaac Lab is as follows:Beta Was this translation helpful? Give feedback.
All reactions