This commit is contained in:
cdeyw
2025-08-13 11:42:19 +08:00
parent 92778fa76a
commit b3f417fb3f
10 changed files with 2226 additions and 20702 deletions

View File

@ -35,7 +35,7 @@ class ResetStatus(Enum):
class FeedStatus(IntEnum):
FNone = 0
FNone = 0 #
FStart = 1
FCheck = 2
FMid = 3
@ -243,7 +243,7 @@ class Feeding(QObject):
self.detect.run()
time.sleep(0.02)
def run(self):
def run(self):
self.catch.run()
# 获取事件坐标
real_position = Real_Position()