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

jbnu/sensor-fusion-localization Private

[참조 MVP] 센서융합 측위 A-SW — GNSS와 주행 추정값을 품질 가중치로 융합해 연속적인 위치를 제공합니다.

https://git.agrithing.ai/jbnu/sensor-fusion-localization.git
6 commits
1 items · main
·/ contracts/component.interface.json
json · 557 B · cacd7a9 Download
{  "$schema": "https://json-schema.org/draft/2020-12/schema",  "title": "센서융합 측위 A-SW interface",  "type": "object",  "required": [    "component",    "inputContract",    "outputContract"  ],  "properties": {    "component": {      "const": "jbnu/sensor-fusion-localization"    },    "inputContract": {      "type": "string"    },    "outputContract": {      "type": "string"    },    "transport": {      "enum": [        "JSON/CLI",        "ROS2-adapter",        "HTTP-adapter",        "CAN-adapter"      ]    }  }}