.asw/product.json +131−0 View file@@ -0,0 +1,131 @@
1 +
{ 2 +
"schemaVersion": "asw.product/v1", 3 +
"id": "fruit-thinning-pinching-robot", 4 +
"name": "과채류 적과·적심 로봇", 5 +
"description": "온실 과채류의 작업대상 인식, 로봇팔 작업, 전용 엔드이펙터, 이동 플랫폼과 다중로봇 관제를 하나의 제품 기준선으로 통합합니다.", 6 +
"workspaceId": "RS-2025-02219411", 7 +
"ownerOrg": "metafarmers", 8 +
"owner": "주식회사 메타파머스", 9 +
"releasePolicy": { 10 +
"validationGate": { 11 +
"id": "integration-validation", 12 +
"label": "작업 시나리오 통합검증", 13 +
"detail": "고정된 구성요소 리비전의 제품 시나리오 증빙 확인" 14 +
}, 15 +
"acceptanceGate": { 16 +
"id": "product-acceptance", 17 +
"label": "META 제품 검수", 18 +
"detail": "선행 품질 게이트, 기관 승인, 통합검증 완료 후 제품 소유기관이 검수" 19 +
} 20 +
}, 21 +
"targets": [ 22 +
{ 23 +
"id": "vpu", 24 +
"name": "VPU", 25 +
"description": "과채류 인지와 3D 작업공간 매핑" 26 +
}, 27 +
{ 28 +
"id": "acu", 29 +
"name": "ACU", 30 +
"description": "비주얼 서보와 로봇팔 작업 제어" 31 +
}, 32 +
{ 33 +
"id": "lpu", 34 +
"name": "LPU", 35 +
"description": "온실 LPS 기반 측위·주행" 36 +
}, 37 +
{ 38 +
"id": "mcu", 39 +
"name": "MCU", 40 +
"description": "엔드이펙터와 고소작업 플랫폼 제어" 41 +
}, 42 +
{ 43 +
"id": "service", 44 +
"name": "Service", 45 +
"description": "다중로봇 작업·OTA 관제" 46 +
} 47 +
], 48 +
"components": [ 49 +
{ 50 +
"org": "metafarmers", 51 +
"repo": "fruit-work-target-perception", 52 +
"institution": "주식회사 메타파머스", 53 +
"institutionCode": "META", 54 +
"name": "과채류 작업대상 인식", 55 +
"domain": "Perception", 56 +
"target": "vpu" 57 +
}, 58 +
{ 59 +
"org": "metafarmers", 60 +
"repo": "visual-servo-manipulation", 61 +
"institution": "주식회사 메타파머스", 62 +
"institutionCode": "META", 63 +
"name": "비주얼 서보 매니퓰레이션", 64 +
"domain": "Manipulation", 65 +
"target": "acu" 66 +
}, 67 +
{ 68 +
"org": "kiro", 69 +
"repo": "pinching-end-effector", 70 +
"institution": "한국로봇융합연구원", 71 +
"institutionCode": "KIRO", 72 +
"name": "적심 엔드이펙터 제어", 73 +
"domain": "End Effector", 74 +
"target": "mcu" 75 +
}, 76 +
{ 77 +
"org": "nas", 78 +
"repo": "thinning-end-effector", 79 +
"institution": "국립농업과학원", 80 +
"institutionCode": "NAS", 81 +
"name": "적과 엔드이펙터 제어", 82 +
"domain": "End Effector", 83 +
"target": "mcu" 84 +
}, 85 +
{ 86 +
"org": "daedongrobotics", 87 +
"repo": "greenhouse-lps-navigation", 88 +
"institution": "대동로보틱스", 89 +
"institutionCode": "DAEDONG", 90 +
"name": "온실 LPS 측위·주행", 91 +
"domain": "Localization & Navigation", 92 +
"target": "lpu" 93 +
}, 94 +
{ 95 +
"org": "agerobotics", 96 +
"repo": "high-lift-mobile-platform", 97 +
"institution": "에이지로보틱스", 98 +
"institutionCode": "AGE", 99 +
"name": "고소작업 이동 플랫폼", 100 +
"domain": "Mobile Platform", 101 +
"target": "mcu" 102 +
}, 103 +
{ 104 +
"org": "via", 105 +
"repo": "fruit-multi-robot-control", 106 +
"institution": "주식회사 비아", 107 +
"institutionCode": "VIA", 108 +
"name": "과채류 다중로봇 관제", 109 +
"domain": "Service Platform", 110 +
"target": "service" 111 +
}, 112 +
{ 113 +
"org": "unist", 114 +
"repo": "crop-structure-mapping", 115 +
"institution": "울산과학기술원", 116 +
"institutionCode": "UNIST", 117 +
"name": "작물구조 3D 매핑", 118 +
"domain": "3D Mapping", 119 +
"target": "vpu" 120 +
} 121 +
], 122 +
"validationAssets": [ 123 +
{ 124 +
"org": "metafarmers", 125 +
"repo": "fruit-robot-validation", 126 +
"name": "적과·적심 로봇 통합검증", 127 +
"owner": "주식회사 메타파머스", 128 +
"required": true 129 +
} 130 +
] 131 +
}