Fixed-interval RTS-smoothed GNSS/INS fusion trajectory.
Summary
Types
@type t() :: %Sidereon.GNSS.Fusion.SmoothedFusionTrajectory{handle: reference()}
Functions
@spec epoch_count(t()) :: non_neg_integer()
Return the number of smoothed epochs.
@spec epochs(t()) :: [Sidereon.GNSS.Fusion.SmoothedFusionEpoch.t()]
Return smoothed epochs as structs.