mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 08:56:38 +00:00
initial structure implemented
docs -> _docs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class ConfidenceAssessment(BaseModel):
|
||||
overall_confidence: float
|
||||
vo_confidence: float
|
||||
litesam_confidence: float
|
||||
inlier_count: int
|
||||
tracking_status: str
|
||||
|
||||
Reference in New Issue
Block a user