A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

nas/thinning-end-effector Private

[참조 MVP] 적과 엔드이펙터 제어 — 과실 후보에 대한 접근·분리·회수 시퀀스를 표현하는 참조 MVP입니다.

https://git.agrithing.ai/nas/thinning-end-effector.git
4 commits
1 items · feat/concrete-mvp-v2
·/ contracts/component.interface.json
json · 734 B · 3067e4d Download
{  "$schema": "https://json-schema.org/draft/2020-12/schema",  "title": "적과 엔드이펙터 제어 reference interface",  "type": "object",  "required": [    "component",    "accepted",    "status",    "target",    "targetId",    "sequence",    "interlocks",    "estimatedCycleMs"  ],  "properties": {    "component": {      "const": "nas/thinning-end-effector"    },    "accepted": {      "type": "boolean"    },    "status": {      "type": "string"    },    "target": {      "const": "mcu"    },    "targetId": {      "type": "string"    },    "sequence": {      "type": "array"    },    "interlocks": {      "type": "array"    },    "estimatedCycleMs": {      "type": "integer"    }  }}