navlie.composite.CompositeInput¶
- class navlie.composite.CompositeInput(input_list: List[Input])¶
Bases:
Input
<under development>
- get_index_by_id(state_id)¶
Get index of a particular state_id in the list of inputs.
- remove_input_by_id(state_id)¶
Removes a given input by ID.
- to_list()¶
Converts the CompositeInput object back into a list of inputs.
- copy() → CompositeInput¶
Creates a deep copy of the object.
- plus(w: ndarray)¶
Generic addition operation to modify the internal value of the input, and return a new modified object.
- covariance¶
Covariance matrix of the object. Has shape (dof, dof)
- Type:
np.ndarray
- state_id¶
Arbitrary optional identifier, possible to “assign” to a state.
- Type:
Any