Skip to content

Commit c5b3430

Browse files
committed
submodule: update BabyRobotPredicator to main
Brings in the auto-launch (#59), so a restarted droid server binds its robot handles instead of failing every read with 'FrankaRobot object has no attribute _robot', and the safety box (#61), which confines the end-effector and resolves fail-closed. The pin was at a 2026-07-28 commit that predated both. Cherry-picked from master; its exp_domino_real.yaml scene line is dropped in favour of the newer one already on this branch. Note this does NOT include BabyRobotPredicator #63 (the measured table height), which is still open -- the submodule wants bumping again once it lands, or a scene captured through the submodule's own scripts will carry the 4 mm z error back.
1 parent 7f68c71 commit c5b3430

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

predicators/envs/pybullet_domino/components/grid_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def _DominoAtRot_holds(self, state: State,
290290

291291
domino_rot = state.get(domino, "yaw")
292292
target_rot_radians = np.radians(state.get(rotation, "angle"))
293-
rotation_tolerance = np.radians(15)
293+
rotation_tolerance = np.radians(22)
294294
angle_diff = abs(utils.wrap_angle(domino_rot - target_rot_radians))
295295
return angle_diff <= rotation_tolerance
296296

submodules/BabyRobotPredicator

0 commit comments

Comments
 (0)