navlie.lib.preintegration.RelativeMotionIncrement¶
- class navlie.lib.preintegration.RelativeMotionIncrement(dof: int)¶
Bases:
Input
- covariance¶
the covariance matrix of the RMI
- Type:
np.ndarray
- state_id¶
an ID associated with the RMI
- Type:
Any
- property stamp¶
The later timestamp \(j\) of the RMI.
- abstract increment(u, dt)¶
In-place updating the RMI given an input measurement u and a duration dt over which to preintegrate.
- abstract new() → RelativeMotionIncrement¶
- symmetrize()¶
Symmetrize the covariance matrix of the RMI.
- update_bias(new_bias)¶
Update the bias of the RMI such that the new .value attribute of this RMI instance incorporates the new bias values.