REPOSITORY
via/fruit-multi-robot-control Private
[참조 MVP] 과채류 다중로봇 관제 — 작업 주문, 로봇 가용성, OTA 상태를 연결하는 SaaS 관제 참조 MVP입니다.
https://git.agrithing.ai/via/fruit-multi-robot-control.git 8232a9c feat: 과채류 다중로봇 관제 구체 MVP 구현
9216e1f ci: add static dynamic and evidence gates
8af54e0 feat: add executable institution reference MVP
8c9cb0d docs: define product role and interface contract
2 items · feat/concrete-mvp-v2
·/ examples/input.json
json · 370 B · 5123ddd Download
{ "workOrder": "WO-FRUIT-081", "taskCount": 12, "robots": [ { "id": "fruit-bot-01", "state": "AVAILABLE", "batteryPercent": 72, "capabilities": [ "fruit_work" ] }, { "id": "fruit-bot-02", "state": "CHARGING", "batteryPercent": 91, "capabilities": [ "fruit_work" ] } ]}