ethzasl-msf - Modular Sensor Fusion
Time delay compensated single and multi sensor fusion framework based on an EKF
|
#include <Eigen/Dense>
#include <msf_core/msf_fwds.h>
#include <boost/fusion/container.hpp>
#include <msf_updates/static_ordering_assertions.h>
Go to the source code of this file.
Namespaces | |
namespace | msf_updates |
Typedefs | |
typedef msf_core::GenericState_T < fullState_T, StateDefinition > | msf_updates::EKFState |
The state we want to use in this EKF. | |
typedef shared_ptr< EKFState > | msf_updates::EKFStatePtr |
typedef shared_ptr< const EKFState > | msf_updates::EKFStateConstPtr |