RG6 Implementation #2418
Unanswered
adawne
asked this question in
Asking for Help
Replies: 1 comment
-
The Menagerie has a similar gripper, maybe take inspiration? |
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
-
Intro
Hi!
I am using MuJoCo for my research on manipulator.
My setup
MuJoCo 3.2.0, Python 3.11.10
My question
Hi everyone!
I’m working on implementing the RG6 Gripper in MuJoCo, based on this repository:
https://github.com/Zhengxuez/rg6_gripper_description/tree/main
My current issue is that both
r_out
andr_inner
need to connect tor_tip
, but MuJoCo doesn’t allow a single body (r_tip
) to have two parent bodies.To work around this, I used an
<equality connect>
constraint to linkr_tip
with bothr_out
andr_inner
. This partially works, but the gripper no longer opens/closes fully (see screenshot). When I mover_out_ctrl
andl_out_ctrl
, the connection between the tips (r_tip
andl_tip
) seems to break or lock up.Does anyone have suggestions on how to correctly implement this connection while allowing the gripper fingers to fully open/close? Any tips on alternative constraints, dummy bodies, or joint setups would be greatly appreciated!
Screenshots:
Thank you!
Minimal model and/or code that explain my question
Confirmations
Beta Was this translation helpful? Give feedback.
All reactions