#include <UnscentedKalmanFilter.hpp>
|
| virtual void | predictionStepImpl (double delta_t)=0 |
| |
| template<int DIM, typename scalar_type > |
| void | checkMeasurment (const Eigen::Matrix< scalar_type, DIM, 1 > &mu, const Eigen::Matrix< scalar_type, DIM, DIM > &cov) const |
| |
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<int DIM, typename scalar_type >
template<typename Manifold>
Provides the current state and covariance of the filter.
- Returns
- false if the filter has not been initialized.
template<typename Manifold>
Provides the current state of the filter.
- Returns
- false if the filter has not been initialized.
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
(Re-)initializes the UKF filter from a given state.
template<typename Manifold>
template<typename Manifold>
Calls the predictionStepImpl after checking the delta_t value.
- Exceptions
-
| runtime_error | if delta_t is negative or greater then the allowed maximum. |
template<typename Manifold>
Computes the time delta from a given sample timestamp and calls predictionStep(delta_t)
- Exceptions
-
| runtime_error | if delta_t is negative or greater then the allowed maximum. |
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
template<typename Manifold>
The documentation for this class was generated from the following file: