.asw/product.json +192−0 View file@@ -0,0 +1,192 @@
1 +
{ 2 +
"schemaVersion": "asw.product/v1", 3 +
"id": "unmanned-autonomous-agri-machine", 4 +
"name": "무인자율 농작업 통합 시스템", 5 +
"description": "기관별 독립 A-SW를 하나의 농기계 제품 릴리스로 연결하고 검수합니다.", 6 +
"workspaceId": "RS-2025-25460711", 7 +
"ownerOrg": "kitech", 8 +
"owner": "한국생산기술연구원", 9 +
"targets": [ 10 +
{ 11 +
"id": "acu", 12 +
"name": "ACU", 13 +
"description": "경로 계획·추종과 통합 제어" 14 +
}, 15 +
{ 16 +
"id": "vpu", 17 +
"name": "VPU", 18 +
"description": "환경인지·측위·공간정보 처리" 19 +
}, 20 +
{ 21 +
"id": "mcu", 22 +
"name": "MCU", 23 +
"description": "안전 런타임과 저수준 제어" 24 +
}, 25 +
{ 26 +
"id": "hmi", 27 +
"name": "HMI", 28 +
"description": "농기계 운용 인터페이스" 29 +
}, 30 +
{ 31 +
"id": "service", 32 +
"name": "Service", 33 +
"description": "작업 최적화와 서비스 플랫폼" 34 +
}, 35 +
{ 36 +
"id": "validation", 37 +
"name": "Validation", 38 +
"description": "MIL/HIL 통합 검증" 39 +
}, 40 +
{ 41 +
"id": "tooling", 42 +
"name": "Tooling", 43 +
"description": "개발·연동 참조 도구" 44 +
} 45 +
], 46 +
"components": [ 47 +
{ 48 +
"org": "kitech", 49 +
"repo": "path-generation-asw", 50 +
"institution": "한국생산기술연구원", 51 +
"institutionCode": "KITECH", 52 +
"name": "작업경로 생성", 53 +
"domain": "Planning", 54 +
"target": "acu" 55 +
}, 56 +
{ 57 +
"org": "kitech", 58 +
"repo": "path-tracking-asw", 59 +
"institution": "한국생산기술연구원", 60 +
"institutionCode": "KITECH", 61 +
"name": "작업경로 추종", 62 +
"domain": "Control", 63 +
"target": "acu" 64 +
}, 65 +
{ 66 +
"org": "kitech", 67 +
"repo": "speed-control-asw", 68 +
"institution": "한국생산기술연구원", 69 +
"institutionCode": "KITECH", 70 +
"name": "작업 속도 제어", 71 +
"domain": "Control", 72 +
"target": "acu" 73 +
}, 74 +
{ 75 +
"org": "kitech", 76 +
"repo": "mil-hil-validation", 77 +
"institution": "한국생산기술연구원", 78 +
"institutionCode": "KITECH", 79 +
"name": "MIL/HIL 검증", 80 +
"domain": "Validation", 81 +
"target": "validation" 82 +
}, 83 +
{ 84 +
"org": "tymict", 85 +
"repo": "icu-platform", 86 +
"institution": "티와이엠아이씨티", 87 +
"institutionCode": "TYMICT", 88 +
"name": "ICU 실행 플랫폼", 89 +
"domain": "Runtime", 90 +
"target": "acu" 91 +
}, 92 +
{ 93 +
"org": "tymict", 94 +
"repo": "icu-safety-runtime", 95 +
"institution": "티와이엠아이씨티", 96 +
"institutionCode": "TYMICT", 97 +
"name": "ICU 안전 런타임", 98 +
"domain": "Safety", 99 +
"target": "mcu" 100 +
}, 101 +
{ 102 +
"org": "tymict", 103 +
"repo": "agri-hmi", 104 +
"institution": "티와이엠아이씨티", 105 +
"institutionCode": "TYMICT", 106 +
"name": "농기계 운용 HMI", 107 +
"domain": "HMI", 108 +
"target": "hmi" 109 +
}, 110 +
{ 111 +
"org": "jbnu", 112 +
"repo": "global-localization", 113 +
"institution": "전북대학교", 114 +
"institutionCode": "JBNU", 115 +
"name": "GIS 기반 전역 측위", 116 +
"domain": "Localization", 117 +
"target": "vpu" 118 +
}, 119 +
{ 120 +
"org": "jbnu", 121 +
"repo": "sensor-fusion-localization", 122 +
"institution": "전북대학교", 123 +
"institutionCode": "JBNU", 124 +
"name": "센서융합 측위", 125 +
"domain": "Localization", 126 +
"target": "vpu" 127 +
}, 128 +
{ 129 +
"org": "jbnu", 130 +
"repo": "3d-environment-perception", 131 +
"institution": "전북대학교", 132 +
"institutionCode": "JBNU", 133 +
"name": "3D 환경인지", 134 +
"domain": "Perception", 135 +
"target": "vpu" 136 +
}, 137 +
{ 138 +
"org": "jbnu", 139 +
"repo": "environment-adaptive-perception", 140 +
"institution": "전북대학교", 141 +
"institutionCode": "JBNU", 142 +
"name": "환경 적응형 인지", 143 +
"domain": "Perception", 144 +
"target": "vpu" 145 +
}, 146 +
{ 147 +
"org": "jbnu", 148 +
"repo": "spatial-information-db", 149 +
"institution": "전북대학교", 150 +
"institutionCode": "JBNU", 151 +
"name": "농경지 공간정보 DB", 152 +
"domain": "Data", 153 +
"target": "vpu" 154 +
}, 155 +
{ 156 +
"org": "ontariotech", 157 +
"repo": "path-optimization", 158 +
"institution": "Ontario Tech University", 159 +
"institutionCode": "Ontario Tech", 160 +
"name": "농작업 경로 최적화", 161 +
"domain": "Optimization", 162 +
"target": "service" 163 +
}, 164 +
{ 165 +
"org": "ontariotech", 166 +
"repo": "task-allocation", 167 +
"institution": "Ontario Tech University", 168 +
"institutionCode": "Ontario Tech", 169 +
"name": "다중 농기계 작업 배분", 170 +
"domain": "Orchestration", 171 +
"target": "service" 172 +
}, 173 +
{ 174 +
"org": "via", 175 +
"repo": "asw-service-platform", 176 +
"institution": "주식회사 비아", 177 +
"institutionCode": "VIA", 178 +
"name": "A-SW 서비스 플랫폼", 179 +
"domain": "Platform", 180 +
"target": "service" 181 +
}, 182 +
{ 183 +
"org": "via", 184 +
"repo": "asw-reference-ros2-kit", 185 +
"institution": "주식회사 비아", 186 +
"institutionCode": "VIA", 187 +
"name": "A-SW ROS2 참조 Kit", 188 +
"domain": "Developer Kit", 189 +
"target": "tooling" 190 +
} 191 +
] 192 +
}