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
In real_env.py get_qpos() function, gripper_pos is left_qpos_raw[7], index is 7, while in sim_env.py, gripper_pos is left_qpos_raw[6], index is 6, while in sim_env.py, so I wonder what's the difference between position and joint? looking forward to your reply!
The text was updated successfully, but these errors were encountered:
In real_env.py get_qpos() function, gripper_pos is left_qpos_raw[7], index is 7, while in sim_env.py, gripper_pos is left_qpos_raw[6], index is 6, while in sim_env.py, so I wonder what's the difference between position and joint? looking forward to your reply!
The text was updated successfully, but these errors were encountered: