How to get Franka Panda Robot Arm seize objects tightly #2000
Unanswered
song-siqi
asked this question in
Asking for Help
Replies: 1 comment
-
You can experiment with the xml, editing the hand actuator's force limits or gain. Then again, this behaviour may be accurate, and a control policy should take into account it should lift the object before moving it (so it is not in contact with the ground) |
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 a student and I'm trying to use MuJoCo for a project on robot manipulation. I'm looking for some help with the model of menagerie.
I tried to control the Panda hand to seize a cube or a rectangular box, resulting in the fingers slipping from the object after I tried to move other joints to lift it up.
I used
data.ctrl
to control the actuator of the Franka Panda hand fingers using python, only to find that the fingers can be easily separated by the box, which can be seen in the video.I am looking for some hard-coding policy codebases for reference, or is there any parameters I can adjust to make the tendon between fingers tighter?
test.mp4
Beta Was this translation helpful? Give feedback.
All reactions