修改钢针到达抓料点位后再收缩和在震动点不走的问题

This commit is contained in:
cdeyw
2025-02-27 10:48:42 +08:00
parent ef50aed6bb
commit 308ac2229c
4 changed files with 1502 additions and 7 deletions

View File

@ -38,7 +38,7 @@ class Detect:
target_position, noraml_base = getPosition(*xyz, *uvw, None, points)
position = Real_Position().init_position(*target_position[:3], *noraml_base[:3])
position.Z = position.Z + 200
position.Z = position.Z
self.detect_position = position
self.detect_status = DetectStatus.DOk