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

tymict/icu-platform Private

[참조 MVP] ICU 실행 플랫폼 — 센서 프레임과 A-SW 목표값을 ICU 액추에이터 명령 봉투로 변환합니다.

https://git.agrithing.ai/tymict/icu-platform.git
6 commits
1 items · main
·/ contracts/component.interface.json
json · 541 B · 5367b1b Download
{  "$schema": "https://json-schema.org/draft/2020-12/schema",  "title": "ICU 실행 플랫폼 interface",  "type": "object",  "required": [    "component",    "inputContract",    "outputContract"  ],  "properties": {    "component": {      "const": "tymict/icu-platform"    },    "inputContract": {      "type": "string"    },    "outputContract": {      "type": "string"    },    "transport": {      "enum": [        "JSON/CLI",        "ROS2-adapter",        "HTTP-adapter",        "CAN-adapter"      ]    }  }}