@@ -83,7 +83,7 @@ def _build_sequence(self, marker_pose: Pose6D) -> List[dict]:
8383 {
8484 'motion_type' : 'RELATIVE_MOVE' , # move backwards from Ledger + UP
8585 'marker_pose' : _make_pose6d (),
86- 'approach_offset' : [0 , 0.12 , - 0.05 , 0 , 0.0 , 0.0 ], # TCP frame
86+ 'approach_offset' : [0 , 0.15 , - 0.05 , 0 , 0.0 , 0.0 ], # TCP frame
8787 },
8888 {
8989 'motion_type' : 'RELATIVE_MOVE' , # Rotate Tool to face wedgelock
@@ -93,7 +93,7 @@ def _build_sequence(self, marker_pose: Pose6D) -> List[dict]:
9393 {
9494 'motion_type' : 'RELATIVE_MOVE' , # Move towards wedgelock (sideways) for contact 2D
9595 'marker_pose' : _make_pose6d (),
96- 'approach_offset' : [0.080 , 0 , 0 , 0 , 0.0 , 0.0 ], # TCP frame
96+ 'approach_offset' : [0.080 , - 0.05 , 0 , 0 , 0.0 , 0.0 ], # TCP frame
9797 },
9898 {
9999 'motion_type' : 'MOVE_TO_CONTACT' , # Touch ledger top down
@@ -118,7 +118,7 @@ def _build_sequence(self, marker_pose: Pose6D) -> List[dict]:
118118 {
119119 'motion_type' : 'RELATIVE_MOVE' , # Move into striking position
120120 'marker_pose' : _make_pose6d (),
121- 'approach_offset' : [0.0 , 0.0 , - 0.00200 , 0.0 , 0.0 , 0.0 ], # TCP frame
121+ 'approach_offset' : [0.0 , 0.0 , - 0.00150 , 0.0 , 0.0 , 0.0 ], # TCP frame
122122 },
123123 ]
124124
0 commit comments