-
Notifications
You must be signed in to change notification settings - Fork 112
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
Visualize trajectory step by step #179
Comments
@anjugopinath it seems you can access the trajectories of the object and hand. I do not understand the inverse dynamics question though. Can you clarify what are you trying to do ? |
What do the 29 dof represent for the robot? Also what do the 7 values represent for the object. |
23 degrees of the hand + translation/rotation (6 dof) of the shoulder/arm |
so it would be [0....22] for joint angles |
check here |
Yeah, I saw that function, but I can't seem to find what the robot values represent (it just copies the robot ref). I specifically want the positions of the robot hand. |
you were correct, the first 23 elements correspond hand joints |
How about the translation? Is it the 3 elements after that? |
yes, first 3 after are translation and then orientation myosuite/myosuite/envs/myo/myodm/myodm_v0.py Line 315 in 7927eb0
|
Hello,
I want to visualize the trajectory of the robot and the object in unison.
I am using the .npz files in this path : https://github.com/MyoHub/myosuite/tree/main/myosuite/envs/myo/myodm/data
Is this something I can use?
https://github.com/MyoHub/myosuite/blob/main/docs/source/tutorials/6_Inverse_Dynamics.ipynb
The text was updated successfully, but these errors were encountered: