mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-03-30 17:33:09 +00:00
feat: 新增AGV批量物料转运功能
添加AGV工作站设备驱动、注册表定义、批量转运编译器和消息定义。 包含跨工作站批量转运协议、AGV路径规划、容量分批等功能。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
11
unilabos_msgs/action/BatchTransfer.action
Normal file
11
unilabos_msgs/action/BatchTransfer.action
Normal file
@@ -0,0 +1,11 @@
|
||||
# 批量物料转运
|
||||
Resource from_repo
|
||||
Resource to_repo
|
||||
Resource[] transfer_resources
|
||||
string[] from_positions
|
||||
string[] to_positions
|
||||
---
|
||||
string return_info
|
||||
bool success
|
||||
---
|
||||
string status
|
||||
Reference in New Issue
Block a user