REPOSITORY
agerobotics/high-lift-mobile-platform Private
[참조 MVP] 고소작업 이동 플랫폼 — 주행·시저리프트·충전 상태를 단일 플랫폼 상태로 조정하는 참조 MVP입니다.
https://git.agrithing.ai/agerobotics/high-lift-mobile-platform.git 00cd734 feat: 고소작업 이동 플랫폼 구체 MVP 구현
5b12bc4 ci: add static dynamic and evidence gates
44bd3b7 feat: add executable institution reference MVP
6c4ec50 docs: define product role and interface contract
1 items · feat/concrete-mvp-v2
·/ contracts/component.interface.json
json · 746 B · 456f47a Download
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "고소작업 이동 플랫폼 reference interface", "type": "object", "required": [ "component", "accepted", "status", "target", "command", "deltaM", "blockingReasons", "batteryPercent" ], "properties": { "component": { "const": "agerobotics/high-lift-mobile-platform" }, "accepted": { "type": "boolean" }, "status": { "type": "string" }, "target": { "const": "mcu" }, "command": { "type": "string" }, "deltaM": { "type": "number" }, "blockingReasons": { "type": "array" }, "batteryPercent": { "type": "number" } }}