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

Panda forward kinematics is WRONG #125

Open
Fjakob opened this issue Feb 21, 2023 · 1 comment
Open

Panda forward kinematics is WRONG #125

Fjakob opened this issue Feb 21, 2023 · 1 comment

Comments

@Fjakob
Copy link

Fjakob commented Feb 21, 2023

The forward kinematics of rtb.models.Panda() is wrong. This can be easily verified by comparing the Denavit-Hartenberg values or just looking at the zero configuration:

panda = rtb.models.Panda()
print(panda.fkine(np.zeros(7))

which yiels

   0.7071    0.7071    0         0.088     
   0.7071   -0.7071    0         0         
   0         0        -1         0.8226    
   0         0         0         1  

and not

   1         0         0         0.088     
   0        -1         0         0         
   0         0        -1         0.926     
   0         0         0         1   
@Zheng-JIA
Copy link

Not sure if you solved it or not. The difference is because the rtb assumes the panda hand is attached, so an extra 0.104 mm is subtracted from 0.926, and the hand has 45 degrees of offset.

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

No branches or pull requests

2 participants