☢️ update 初步更新投料框架
This commit is contained in:
10
CU/Catch.py
Normal file
10
CU/Catch.py
Normal file
@ -0,0 +1,10 @@
|
||||
class catch_jaw:
|
||||
def __init__(self, x, y, width, height, angle, color):
|
||||
pass
|
||||
|
||||
def run(self):
|
||||
pass
|
||||
|
||||
|
||||
def take_bag(self):
|
||||
return True
|
||||
Reference in New Issue
Block a user