mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-06-22 07:51:28 +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:
@@ -0,0 +1,3 @@
|
||||
# Anchor Verification Native Bridge
|
||||
|
||||
Reserved for native feature extraction, matching, and RANSAC acceleration code owned by `anchor_verification`.
|
||||
@@ -1 +0,0 @@
|
||||
"""BASALT VIO adapter component."""
|
||||
@@ -1,3 +0,0 @@
|
||||
# BASALT Bridge
|
||||
|
||||
Reserved for native BASALT integration code wrapped by `basalt_vio_adapter`.
|
||||
@@ -1,3 +0,0 @@
|
||||
# Feature Matching Bridge
|
||||
|
||||
Reserved for native feature extraction, matching, and RANSAC acceleration code.
|
||||
@@ -1,3 +0,0 @@
|
||||
# TensorRT Bridge
|
||||
|
||||
Reserved for Jetson/TensorRT descriptor inference integrations.
|
||||
@@ -0,0 +1,3 @@
|
||||
# Satellite Service Native Bridge
|
||||
|
||||
Reserved for ONNX/TensorRT descriptor inference integrations owned by `satellite_service`.
|
||||
@@ -0,0 +1 @@
|
||||
"""Replaceable VIO adapter component."""
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Public BASALT VIO adapter interfaces."""
|
||||
"""Public VIO adapter interfaces."""
|
||||
|
||||
from typing import Any, Protocol
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
# VIO Native Bridge
|
||||
|
||||
Reserved for native VIO backend integration code owned by `vio_adapter`.
|
||||
@@ -1,4 +1,4 @@
|
||||
"""Public BASALT VIO type aliases."""
|
||||
"""Public VIO type aliases."""
|
||||
|
||||
from typing import Any
|
||||
|
||||
Reference in New Issue
Block a user