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

agerobotics/high-lift-mobile-platform Private

[참조 MVP] 고소작업 이동 플랫폼 — 주행·시저리프트·충전 상태를 단일 플랫폼 상태로 조정하는 참조 MVP입니다.

https://git.agrithing.ai/agerobotics/high-lift-mobile-platform.git
4 commits
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"    }  }}