☢️ update 初步更新投料框架
This commit is contained in:
@ -32,6 +32,8 @@ class FeedStatus(IntEnum):
|
||||
|
||||
class FeedLine:
|
||||
def __init__(self,id,name,safe_position:Real_Position,broken1_position:Real_Position,broken2_position:Real_Position,shake_position:Real_Position,drop_bag_position:Real_Position):
|
||||
|
||||
|
||||
self.safe_position = safe_position
|
||||
self.broken1_position = broken1_position
|
||||
self.broken2_position = broken2_position
|
||||
@ -68,6 +70,7 @@ class Feeding :
|
||||
self.init_detection_image()
|
||||
self.pause = False
|
||||
self.cRis_photo = CRisOrFall()
|
||||
|
||||
pass
|
||||
|
||||
def init_detection_image(self):
|
||||
|
||||
Reference in New Issue
Block a user