mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 06:06:36 +00:00
initial structure implemented
docs -> _docs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class OptimizationResult(BaseModel):
|
||||
converged: bool
|
||||
final_error: float
|
||||
iterations_used: int
|
||||
optimized_frames: list[int]
|
||||
mean_reprojection_error: float = 0.0
|
||||
|
||||
Reference in New Issue
Block a user