上传
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user