Sidereon.GNSS.Fusion.SmoothedFusionEpoch (Sidereon v0.29.0)

Copy Markdown View Source

One fixed-interval smoothed GNSS/INS fusion epoch.

Summary

Types

t()

@type t() :: %Sidereon.GNSS.Fusion.SmoothedFusionEpoch{
  covariance: [[float()]],
  error_state_correction: [float()],
  rts_gain_to_next: [[float()]] | nil,
  snapshot: map(),
  t_j2000_s: float()
}