navlie.batch.residuals¶
A set of commonly-used residuals in batch estimation.
- These residuals are
the PriorResidual, to assign a prior estimate on the state,
the ProcessResidual, which uses a navlie ProcessModel to compute an error between a predicted state and the actual state,
a MeasurementResidual, which uses a navlie Measurement to compare a true measurement to the measurement predicted by the MeasurementModel.
Classes
|
A generic measurement residual. |
|
A generic prior error. |
|
A generic process residual. |
|
Abstract class for a residual to be used in batch estimation. |