Issues with Drone Arm Kinematics in MuJoCo 3.2.6 #2532
Unanswered
clatrajim
asked this question in
Asking for Help
Replies: 1 comment 1 reply
-
It's penetrating despite the collisions or simply not colliding? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Intro
Hello!
I am a undergrad student /researcher at University of Seville, I use MuJoCo for my research on drones with arms, plus Reinforcement Learning and Neuronal Networks
The drone has to move and take a box.
My setup
MuJoCo 3.2.6 for create the dron with arms
I did a bridge between MuJoCo and Ardupilot.
My question
The drone's landing gear are positioned correctly, but the arms extend past the ground. I would like the arms to behave more like a human’s, remaining in contact with the ground (or resting on it) when no force is applied, and only moving when force is actively applied. I have configured two joints per arm (shoulder and elbow), but I can’t seem to prevent the arms from penetrating the ground at rest.
How can I modify my simulation parameters or constraints to have the arms "rest" on the ground and only lift when acted upon?
Minimal model and/or code that explain my question
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions