mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-22 15:31:13 +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:
@@ -3,7 +3,7 @@
|
||||
```mermaid
|
||||
flowchart LR
|
||||
camera[01 Camera Ingest And Calibration]
|
||||
vio[02 BASALT VIO Adapter]
|
||||
vio[02 VIO Adapter]
|
||||
wrapper[03 Safety And Anchor Wrapper]
|
||||
retrieval[04 Satellite Service]
|
||||
verify[05 Anchor Verification]
|
||||
|
||||
@@ -7,7 +7,7 @@ flowchart TD
|
||||
occlusion -->|Yes| imuOnly[03 IMU-only dead_reckoned propagation]
|
||||
occlusion -->|No| frameOk{Frame usable for VIO?}
|
||||
frameOk -->|No| degrade[03 Safety wrapper degraded mode]
|
||||
frameOk -->|Yes| vio[02 BASALT VIO adapter]
|
||||
frameOk -->|Yes| vio[02 VIO adapter]
|
||||
telemetry[07 MAVLink telemetry] --> vio
|
||||
vio --> healthy{VIO healthy?}
|
||||
healthy -->|Yes| wrap[03 Covariance calibration + source label]
|
||||
|
||||
Reference in New Issue
Block a user