It seems that step["gripper_open"] does not yield a correct value of the gripper state. It can be easily checked by comparing this value with images from the wrist camera. They mismatch significantly.
We currently use step["misc"]["joint_position_action"][-1] which aligns well with the images. There is no step["misc"]["joint_position_action"] for the first step, so the value is set to 1.0.
However, we should look into this.
It seems that
step["gripper_open"]does not yield a correct value of the gripper state. It can be easily checked by comparing this value with images from the wrist camera. They mismatch significantly.We currently use
step["misc"]["joint_position_action"][-1]which aligns well with the images. There is nostep["misc"]["joint_position_action"]for the first step, so the value is set to1.0.However, we should look into this.