You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the default manipulation env with kinova jaco arm, why the joint position has 2 dim for each joint for a 6-DoF jaco arm? How to convert this observation to qpos, which has exactly 1 dim per joint?
For the same env, how to turn the torque control to joint position control (control qpos)?
@yuvaltassa @kevinzakka
Hi
dm_control
developers team,As the title suggested, I have 2 questions:
For the default manipulation env with kinova jaco arm, why the joint position has 2 dim for each joint for a 6-DoF jaco arm? How to convert this observation to
qpos
, which has exactly 1 dim per joint?For the same env, how to turn the torque control to joint position control (control
qpos
)?The minimum code is:
and this gives me:
by processing info from above we have:
And I just wonder why it's (1, 6, 2).
The text was updated successfully, but these errors were encountered: