An invalid measurement needed for the measurement container to report if something went wrong.
#include <msf_measurement.h>
Additional Inherited Members |
template<class H_type , class Res_type , class R_type > |
void | calculateAndApplyCorrection (shared_ptr< EKFState_T > state, MSF_Core< EKFState_T > &core, const Eigen::MatrixBase< H_type > &H, const Eigen::MatrixBase< Res_type > &residual, const Eigen::MatrixBase< R_type > &R) |
void | calculateAndApplyCorrection (shared_ptr< EKFState_T > state, MSF_Core< EKFState_T > &core, const Eigen::MatrixXd &H, const Eigen::MatrixXd &residual, const Eigen::MatrixXd &R) |
template<class H_type , class Res_type , class R_type > |
void | calculateAndApplyCorrectionRelative (shared_ptr< EKFState_T > state_old, shared_ptr< EKFState_T > state_new, MSF_Core< EKFState_T > &core, const Eigen::MatrixBase< H_type > &H_old, const Eigen::MatrixBase< H_type > &H_new, const Eigen::MatrixBase< Res_type > &residual, const Eigen::MatrixBase< R_type > &R) |
Constructor & Destructor Documentation
template<typename EKFState_T >
template<typename EKFState_T >
Member Function Documentation
template<typename EKFState_T >
template<typename EKFState_T >
Member Data Documentation
template<typename EKFState_T >
The documentation for this class was generated from the following file: