-
Notifications
You must be signed in to change notification settings - Fork 56
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
About the comments about coordinate systems in tv_wrapper.py #25
Comments
For this issue, a reference image is provided for your convenience. If you have any further questions, please feel free to add them under this issue. Thank you! Taking the left hand as an example:
|
@silencht Thank you for the answer! I am still confused about the Unitree convention of hand. Assuming that the coordinate of robot convention is fixed, is the initial position of Unitree hand different from the VR position or is the coordinate system different? Because the coordinate of our hands varies from the example, I want to be clear how |
@BBBBBBob As for some of the other content, using the left hand as an example: As for the |
@silencht Thank you for pointing out! |
Yes. What you drew is correct. avp_teleoperate/assets/unitree_hand/unitree_dex3_left.urdf Lines 257 to 261 in 0b598c1
Perhaps I can use a diagram to explain this: To be honest, explaining these coordinate transformations is indeed quite troublesome. I hope that in the future, I can explain all these changes in the form of documentation. However, this will take time, and the timeline is uncertain. If you have any further questions, feel free to ask here. |
Indeed, I have already solved the transformation based on our hand's urdf. Take your image for example: The green coordinate is the unitree hand convention as described above. I first adjusted the hand configuration as shown in the image and then calculated the rotation matrix between the red and green coordinates, which also works for our urdf coordinate. I hope this way is easier to understand. |
This issue is created to address the branching problem raised in issue #19.
The problem is described as follows:
Hi I am reading the comments about coordinate systems in tv_wrapper. I am a little bit confused by the wrist coordinates as stated in the comments:
The coordinates of both hands do not align with the website statement. Can you explain what is the difference?
The text was updated successfully, but these errors were encountered: