Skip to content

Commit 16f39fa

Browse files
committed
Fix coffee transport_z and add move_to_pose_tol for pour policy
1 parent f57c90c commit 16f39fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

predicators/ground_truth_models/coffee/options.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,8 @@ def _get_options_skill_factories(
839839
robot_init_wrist=PyBulletCoffeeEnv.robot_init_wrist,
840840
robot_home_pos=(env_cls.robot_init_x, env_cls.robot_init_y,
841841
env_cls.robot_init_z),
842-
transport_z=env_cls.z_ub - 0.1,
842+
transport_z=0.7,
843+
move_to_pose_tol=cls.pour_policy_tol,
843844
)
844845

845846
push_config = replace(config, transport_z=env_cls.z_ub - 0.3)

0 commit comments

Comments
 (0)