navlie
Input
Input.stamp
Input.dof
Input.state_id
Input.covariance
Input.plus()
Input.copy()
Bases: ABC
ABC
Timestamp
float
Degrees of freedom of the object
int
Arbitrary optional identifier, possible to “assign” to a state.
Any
Covariance matrix of the object. Has shape (dof, dof)
np.ndarray
Generic addition operation to modify the internal value of the input, and return a new modified object.
Creates a deep copy of the object.
previous
navlie.types.Dataset
next
navlie.types.Measurement