Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong robot model after attaching the allegro hand to a franka panda arm #138

Closed
HilbertXu opened this issue Jan 15, 2025 · 1 comment
Closed
Labels
question Further information is requested

Comments

@HilbertXu
Copy link

Which model is the issue affecting?
Franka panda: panda_nohand.xml
Allegro hand: right/left_hand.xml

What is the issue?
I tried to attach allegro hand to the panda arm with the code provided in the FAQ readme file, and export it as xml file with assets using the function here. This pipeline works fine and generates the xml file with both panda arm and allegro hand. However, when I tried to load the exported robot xml in Genesis simulator, I noticed that the allegro hand is not attached in the correct. It looks like the base of allegro hand is set to its palm ( see the attached screenshot). Could you please provide me with hints to address this issue?
Screenshot from 2025-01-15 15-03-49

Is there any additional context you can provide (e.g., a spec sheet or a URDF to show a value mismatch)?

@HilbertXu HilbertXu added the bug Something isn't working label Jan 15, 2025
@kevinzakka kevinzakka added question Further information is requested and removed bug Something isn't working labels Jan 22, 2025
@kevinzakka
Copy link
Collaborator

This isn't a bug. You'll most likely have to tweak the attachment frame (pos,quat) for different arm/hand pairs. Here is some reference code you can look at that I used in my IK library mink:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants