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

jbnu/global-localization Private

[참조 MVP] GIS 기반 전역 측위 A-SW — WGS84 좌표를 기준점 중심의 농경지 로컬 좌표계로 변환합니다.

https://git.agrithing.ai/jbnu/global-localization.git
6 commits
1 items · main
·/ contracts/component.interface.json
json · 555 B · 8d4c9f2 Download
{  "$schema": "https://json-schema.org/draft/2020-12/schema",  "title": "GIS 기반 전역 측위 A-SW interface",  "type": "object",  "required": [    "component",    "inputContract",    "outputContract"  ],  "properties": {    "component": {      "const": "jbnu/global-localization"    },    "inputContract": {      "type": "string"    },    "outputContract": {      "type": "string"    },    "transport": {      "enum": [        "JSON/CLI",        "ROS2-adapter",        "HTTP-adapter",        "CAN-adapter"      ]    }  }}