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

jbnu/environment-adaptive-perception Private

[참조 MVP] 환경 적응형 인지 A-SW — 조도·강우·먼지 조건에 따라 탐지 임계값과 센서 우선순위를 조정합니다.

https://git.agrithing.ai/jbnu/environment-adaptive-perception.git
7 commits
1 items · main
·/ contracts/component.interface.json
json · 566 B · 4fff5ed Download
{  "$schema": "https://json-schema.org/draft/2020-12/schema",  "title": "환경 적응형 인지 A-SW interface",  "type": "object",  "required": [    "component",    "inputContract",    "outputContract"  ],  "properties": {    "component": {      "const": "jbnu/environment-adaptive-perception"    },    "inputContract": {      "type": "string"    },    "outputContract": {      "type": "string"    },    "transport": {      "enum": [        "JSON/CLI",        "ROS2-adapter",        "HTTP-adapter",        "CAN-adapter"      ]    }  }}