update 余料继续
This commit is contained in:
@ -27,7 +27,7 @@ class FeedStatus(IntEnum):
|
||||
FFinished = 12
|
||||
|
||||
class FeedLine:
|
||||
def __init__(self,name,safe_position:Real_Position,photo_position:Real_Position,mid_position:Real_Position,broken1_position:Real_Position,broken2_position:Real_Position,drop_bag_position:Real_Position,zip_bag_position:Real_Position,feed_position:Real_Position):
|
||||
def __init__(self,id,name,safe_position:Real_Position,photo_position:Real_Position,mid_position:Real_Position,broken1_position:Real_Position,broken2_position:Real_Position,drop_bag_position:Real_Position,zip_bag_position:Real_Position,feed_position:Real_Position):
|
||||
self.safe_position = safe_position
|
||||
self.photo_position = photo_position
|
||||
self.feed_position = feed_position
|
||||
@ -38,6 +38,7 @@ class FeedLine:
|
||||
self.zip_bag_position = zip_bag_position
|
||||
self.take_position = None
|
||||
self.name = name
|
||||
self.id=id
|
||||
|
||||
class FeedingConfig:
|
||||
def __init__(self, num:int, feedLine:FeedLine):
|
||||
|
||||
Reference in New Issue
Block a user