-
Notifications
You must be signed in to change notification settings - Fork 143
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
Function to transform from 3D XYZ to exponential map #59
Comments
I have the same doubt. Can anyone help with it? Also, the definitions of offset and RotInd are little confusing from the code in forward_kinematics.py. Can anyone clarify? Thanks, |
Hi @MukundSeethamraju I have the same question right now, have you work out, need your help. |
I implemented this a while ago, so please test if it works. def xyz2expmap(J0, J1, J2): def skew(x): def norm_vec(u): def xzy2rotmat(J0, J1, J2): |
I have been doing some testing of @DungxNguyen implementation but I can't obtain similar exponential map angles to the starting point. From this skeleton (in exponential map format): I apply the forward kinematics step and obtain the following skeleton in xyz format: When I use xyz2expmap function on the first three joints, I obtain the following angles: Which are not similar to the original first joint angles: Am I doing something wrong? |
Hi all there, while this can be a bit late, can I know if anyone have solved this problem? |
From my understanding now, it seems that rotation matrix cannot be uniquely recovered from only the two vectors |
Hello,
Do you know how to transform from 3D XYZ coordinates of joints to the exponential map of the joint angle?
Is it a simple way to transform them?
Best,
The text was updated successfully, but these errors were encountered: