.asw/product.json +99−0 View file@@ -0,0 +1,99 @@
1 +
{ 2 +
"schemaVersion": "asw.product/v1", 3 +
"id": "worker-following-transport-robot", 4 +
"name": "추종형 이송로봇", 5 +
"description": "작업자·제스처 인지, 작업자 추종 AMR, 온실 레일 안전제어와 서비스 관제를 하나의 제품 기준선으로 통합합니다.", 6 +
"workspaceId": "RS-2025-02219849", 7 +
"ownerOrg": "cwsfa", 8 +
"owner": "주식회사 정원에스에프에이", 9 +
"releasePolicy": { 10 +
"validationGate": { 11 +
"id": "integration-validation", 12 +
"label": "온실 추종·이송 통합검증", 13 +
"detail": "고정된 구성요소 리비전의 제품 시나리오 증빙 확인" 14 +
}, 15 +
"acceptanceGate": { 16 +
"id": "product-acceptance", 17 +
"label": "CWSFA 제품 검수", 18 +
"detail": "선행 품질 게이트, 기관 승인, 통합검증 완료 후 제품 소유기관이 검수" 19 +
} 20 +
}, 21 +
"targets": [ 22 +
{ 23 +
"id": "vpu", 24 +
"name": "VPU", 25 +
"description": "작업자·제스처 AI 인지" 26 +
}, 27 +
{ 28 +
"id": "acu", 29 +
"name": "ACU", 30 +
"description": "추종형 AMR 통합제어" 31 +
}, 32 +
{ 33 +
"id": "mcu", 34 +
"name": "MCU", 35 +
"description": "레일 진입·안전·플랫폼 제어" 36 +
}, 37 +
{ 38 +
"id": "service", 39 +
"name": "Service", 40 +
"description": "센서융합·원격제어·OTA 관제" 41 +
} 42 +
], 43 +
"components": [ 44 +
{ 45 +
"org": "cwsfa", 46 +
"repo": "following-transport-amr", 47 +
"institution": "주식회사 정원에스에프에이", 48 +
"institutionCode": "CWSFA", 49 +
"name": "작업자 추종 이송 AMR", 50 +
"domain": "AMR Integration", 51 +
"target": "acu" 52 +
}, 53 +
{ 54 +
"org": "kitech", 55 +
"repo": "greenhouse-rail-entry-safety", 56 +
"institution": "한국생산기술연구원", 57 +
"institutionCode": "KITECH", 58 +
"name": "온실 레일 진입·안전 제어", 59 +
"domain": "Safety Control", 60 +
"target": "mcu" 61 +
}, 62 +
{ 63 +
"org": "cnu", 64 +
"repo": "worker-gesture-perception", 65 +
"institution": "충남대학교", 66 +
"institutionCode": "CNU", 67 +
"name": "작업자·제스처 인지", 68 +
"domain": "AI Perception", 69 +
"target": "vpu" 70 +
}, 71 +
{ 72 +
"org": "via", 73 +
"repo": "greenhouse-fleet-control", 74 +
"institution": "주식회사 비아", 75 +
"institutionCode": "VIA", 76 +
"name": "온실 이송로봇 서비스 관제", 77 +
"domain": "Service Platform", 78 +
"target": "service" 79 +
}, 80 +
{ 81 +
"org": "hada", 82 +
"repo": "greenhouse-transport-platform", 83 +
"institution": "주식회사 하다", 84 +
"institutionCode": "HADA", 85 +
"name": "온실 이송 플랫폼 고도화", 86 +
"domain": "Field Platform", 87 +
"target": "mcu" 88 +
} 89 +
], 90 +
"validationAssets": [ 91 +
{ 92 +
"org": "cwsfa", 93 +
"repo": "following-amr-validation", 94 +
"name": "추종형 이송로봇 통합검증", 95 +
"owner": "주식회사 정원에스에프에이", 96 +
"required": true 97 +
} 98 +
] 99 +
}