添加机械臂和移液站

This commit is contained in:
zhangshixiang
2025-07-19 16:09:56 +08:00
parent ae712e35ab
commit 9f652fa78a
150 changed files with 9911 additions and 652 deletions

View File

@@ -1,6 +1,6 @@
class HotelContainer:
def __init__(self, rotation: dict, device_config: dict):
def __init__(self, rotation: dict, device_config: dict ,**kwargs):
self.rotation = rotation
self.device_config = device_config
self.status = 'idle'