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

kitech/speed-control-asw Private

[참조 MVP] 작업 속도 제어 A-SW — 곡률, 작업 종류와 장애물 거리를 이용해 안전 목표 속도를 산정합니다.

https://git.agrithing.ai/kitech/speed-control-asw.git
6 commits
1 items · main
·/ contracts/component.interface.json
json · 551 B · f13396b Download
{  "$schema": "https://json-schema.org/draft/2020-12/schema",  "title": "작업 속도 제어 A-SW interface",  "type": "object",  "required": [    "component",    "inputContract",    "outputContract"  ],  "properties": {    "component": {      "const": "kitech/speed-control-asw"    },    "inputContract": {      "type": "string"    },    "outputContract": {      "type": "string"    },    "transport": {      "enum": [        "JSON/CLI",        "ROS2-adapter",        "HTTP-adapter",        "CAN-adapter"      ]    }  }}