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

via/asw-reference-ros2-kit Private

[참조 MVP] A-SW ROS2 참조 Kit — ROS2 토픽과 유사한 메시지 봉투로 인지→계획→제어 연결 방법을 보여주는 참조 Kit입니다.

https://git.agrithing.ai/via/asw-reference-ros2-kit.git
6 commits
1 items · main
·/ contracts/component.interface.json
json · 548 B · 66786d0 Download
{  "$schema": "https://json-schema.org/draft/2020-12/schema",  "title": "A-SW ROS2 참조 Kit interface",  "type": "object",  "required": [    "component",    "inputContract",    "outputContract"  ],  "properties": {    "component": {      "const": "via/asw-reference-ros2-kit"    },    "inputContract": {      "type": "string"    },    "outputContract": {      "type": "string"    },    "transport": {      "enum": [        "JSON/CLI",        "ROS2-adapter",        "HTTP-adapter",        "CAN-adapter"      ]    }  }}