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

question about 'q' #7

Open
lululovecode opened this issue May 9, 2023 · 2 comments
Open

question about 'q' #7

lululovecode opened this issue May 9, 2023 · 2 comments

Comments

@lululovecode
Copy link

Hello, I think the ‘q’ in vis_multidex.py will print rotation、translation and the rotation angles of the revolute joints. But I print 33 numbers.Could you please explain what are they?And the order about q、t and angles?Thanks a lot!

@Xiaoyao-Li
Copy link
Contributor

Xiaoyao-Li commented May 9, 2023

I believe that you print a 'q' for a shadowhand grasping pose. Each 'q' is list as [global translation(3 DoF), global rotation(6 DoF), joint angles(N DoF)], where N is the DoF of a specific robotic hand.

By the way, we experimentally use 6d-rotation representation instead of rpy or other 3d-rotation representation in our handmodel when optimize DFC to synthesize MultiDex, for its property of continuity in rotation space. For 6d-rotation representation, please refer to this paper.

@PostResPerditas
Copy link

Hello,

Could you please explain which joint name corresponds to each joint angle in the joint angles (N DOF)?
I tried reading directly from the MultiDex/shadowhand/shadowhand.pt file, but I could only obtain information like 'joint data' and 'object name' .
I want to assign the joint values to the corresponding joints for visualization in ROS.

Thank you in advance.
QuestionAboutGendex

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

3 participants