实现行为树执行器、任务协调和技能接口

This commit is contained in:
2026-09-20 12:18:52 +08:00
commit 492676344a
143 changed files with 13010 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"client_request_id": "demo-001",
"robot_id": "robot_01",
"instruction": "把货架A的一瓶矿泉水放进周转箱A",
"known_info": {
"target_name": "water",
"quantity": 1,
"source_location": "shelf_A",
"destination": "tote_A"
}
}