navlie
generate_sigmapoints()
Generates unit sigma points from three available methods.
dof (int) – dof of the state involved
method (str) – Method for generating sigma points ‘unscented’: Unscented method ‘cubature’: cubature method ‘gh’: Gauss-Hermite method
returns the unit sigma points and the weights, respectively. For the sigmapoints, each column will represent a sigma point.
Tuple[np.ndarray, np.ndarray]
previous
navlie.filters.check_outlier
next
navlie.filters.mean_state