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

via/alice-sdv-demo Private

A-SW 코드-배포 파이프라인 검증용 ALICE SDV 예제

https://git.agrithing.ai/via/alice-sdv-demo.git
13 commits
COMMIT DETAIL

chore: synchronize ALICE SDV pipeline sample

A-SW Pipeline <[email protected]> · 2026. 8. 2. 오전 3:42:02
3e2934130cdf58ba6754c311c579c3b8c50a848b
2 changed files +17 −0 parent 6feeead
modified README.md +3−0 View file
@@ -5,6 +5,9 @@ code-to-deployment pipeline. It models a small, hardware-independent slice of
5 5 the ALICE control stack so that a local runner can validate the same contracts
6 6 before a Jetson or MCU is connected.
7 7
8 + The `assets/alice-pipeline.svg` file provides a browser-previewable overview
9 + of the teaching pipeline.
10 +
8 11 ## Included vertical slice
9 12
10 13 - explicit `IDLE -> ENTER -> PATROL -> RETURN -> IDLE` state transitions
added assets/alice-pipeline.svg +14−0 View file
@@ -0,0 +1,14 @@
1 + <svg xmlns="http://www.w3.org/2000/svg" width="880" height="220" viewBox="0 0 880 220" role="img" aria-labelledby="title desc">
2 + <title id="title">ALICE SDV pipeline</title>
3 + <desc id="desc">Code, contract test, package and local deployment stages.</desc>
4 + <rect width="880" height="220" rx="24" fill="#f7f7f8"/>
5 + <g font-family="Arial, sans-serif" text-anchor="middle">
6 + <g transform="translate(40 58)"><rect width="160" height="104" rx="14" fill="#18181b"/><text x="80" y="48" fill="#a7f3d0" font-size="14" font-weight="700">CODE</text><text x="80" y="73" fill="#d4d4d8" font-size="12">ALICE module</text></g>
7 + <path d="M210 110h54" stroke="#a1a1aa" stroke-width="3"/><path d="m254 102 12 8-12 8" fill="#a1a1aa"/>
8 + <g transform="translate(276 58)"><rect width="160" height="104" rx="14" fill="#eef2ff" stroke="#a5b4fc"/><text x="80" y="48" fill="#4338ca" font-size="14" font-weight="700">VERIFY</text><text x="80" y="73" fill="#52525b" font-size="12">tests + contracts</text></g>
9 + <path d="M446 110h54" stroke="#a1a1aa" stroke-width="3"/><path d="m490 102 12 8-12 8" fill="#a1a1aa"/>
10 + <g transform="translate(512 58)"><rect width="140" height="104" rx="14" fill="#ecfdf5" stroke="#6ee7b7"/><text x="70" y="48" fill="#047857" font-size="14" font-weight="700">PACKAGE</text><text x="70" y="73" fill="#52525b" font-size="12">artifact + SHA</text></g>
11 + <path d="M662 110h54" stroke="#a1a1aa" stroke-width="3"/><path d="m706 102 12 8-12 8" fill="#a1a1aa"/>
12 + <g transform="translate(728 58)"><rect width="112" height="104" rx="14" fill="#fff7ed" stroke="#fdba74"/><text x="56" y="48" fill="#c2410c" font-size="14" font-weight="700">DEPLOY</text><text x="56" y="73" fill="#52525b" font-size="12">local target</text></g>
13 + </g>
14 + </svg>