Skip to content

Commit afcbc38

Browse files
committed
update pump sleep time
1 parent d4dc2aa commit afcbc38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,10 +1771,10 @@ def moved(self, x, y, yaw_degrees):
17711771
[37.8, 233, 251.4, -170.6, -6.75, 88.53], # B Sorting area
17721772
]
17731773
self.myCobot.send_coords([x, y, 230, -173.84, -0.14, -74.37], 100, 1)
1774-
time.sleep(2.5)
1774+
time.sleep(3)
17751775
self.myCobot.send_coords([x, y, self.camera_z, -173.84, -0.14, -74.37], 100,
17761776
1) # origin z : 100
1777-
time.sleep(3)
1777+
time.sleep(4.5)
17781778

17791779
# open pump
17801780
if func != 'object recognition' or func != '物体识别' or func != 'Color recognition grip' or func != '颜色识别 夹爪' or func != 'Intelligent gripping' or func != '智能夹取':

0 commit comments

Comments
 (0)