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
I want to pick a bottle with fetch robot, but the gripper posture is specific as rot_ctrl=[1.0, 0.0, 1.0, 0.0] in fetch_env.py _set_action. With such posture fetch robot cann't pick bottle sucessfully, so I wang to know the mapping of action and posture in utils.mocap_set_action(self.sim, action).
The text was updated successfully, but these errors were encountered:
PR #2762 is about to be merged, introducing V4 MuJoCo environments using new bindings and a dramatically newer version of the engine. If this issue still persists with the V4 ones, please create a new issue for it.
I want to pick a bottle with fetch robot, but the gripper posture is specific as
rot_ctrl=[1.0, 0.0, 1.0, 0.0]
in fetch_env.py_set_action
. With such posture fetch robot cann't pick bottle sucessfully, so I wang to know the mapping of action and posture inutils.mocap_set_action(self.sim, action)
.The text was updated successfully, but these errors were encountered: