mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-22 13:41:14 +00:00
[AZ-219] [AZ-228] Generalize VIO component layout
Keep VIO package and native bridge paths backend-neutral so BASALT remains an implementation choice rather than a component boundary. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
**Upstream dependencies**: Navigation camera, camera calibration files.
|
||||
|
||||
**Downstream consumers**: BASALT VIO adapter, Satellite Service, anchor verification, Tile Manager, FDR.
|
||||
**Downstream consumers**: VIO adapter, Satellite Service, anchor verification, Tile Manager, FDR.
|
||||
|
||||
## 2. Internal Interfaces
|
||||
|
||||
@@ -100,7 +100,7 @@ ImageQualityReport:
|
||||
|
||||
**Can be implemented in parallel with**: Tile Manager, MAVLink/GCS integration.
|
||||
|
||||
**Blocks**: BASALT VIO adapter, anchor verification, generated tile lifecycle.
|
||||
**Blocks**: VIO adapter, anchor verification, generated tile lifecycle.
|
||||
|
||||
## 8. Logging Strategy
|
||||
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
| Step | Action | Expected Result |
|
||||
|------|--------|-----------------|
|
||||
| 1 | Feed a calibrated normal frame | Occlusion status is `clear` |
|
||||
| 2 | Process quality gate | Frame is emitted to BASALT adapter |
|
||||
| 2 | Process quality gate | Frame is emitted to VIO adapter |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user