mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-22 17:51: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:
@@ -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