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

kiro/pinching-end-effector Private

[참조 MVP] 적심 엔드이펙터 제어 — 생장점 접근·파지·절단 순서를 안전 상태와 함께 실행하는 참조 MVP입니다.

https://git.agrithing.ai/kiro/pinching-end-effector.git
4 commits
1 items · feat/concrete-mvp-v2
·/ contracts/component.interface.json
json · 735 B · 83f0046 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": "kiro/pinching-end-effector"    },    "accepted": {      "type": "boolean"    },    "status": {      "type": "string"    },    "target": {      "const": "mcu"    },    "targetId": {      "type": "string"    },    "sequence": {      "type": "array"    },    "interlocks": {      "type": "array"    },    "estimatedCycleMs": {      "type": "integer"    }  }}