Header. More...
#include "FlexibleKalmanBase.h"
#include "ExternalQuaternion.h"
#include <Eigen/Core>
#include <Eigen/Geometry>
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::kalman | |
Header-only framework for building Kalman-style filters, prediction, and sensor fusion. | |
Functions | |
StateSquareMatrix | osvr::kalman::orient_externalized_rotation::stateTransitionMatrix (double dt) |
StateVector | osvr::kalman::orient_externalized_rotation::applyVelocity (StateVector const &state, double dt) |
Computes A(deltaT)xhat(t-deltaT) More... | |
template<typename OutputStream > | |
OutputStream & | osvr::kalman::orient_externalized_rotation::operator<< (OutputStream &os, State const &state) |
Accessors to blocks in the state vector. | |
StateVectorBlock3 | osvr::kalman::orient_externalized_rotation::incrementalOrientation (StateVector &vec) |
ConstStateVectorBlock3 | osvr::kalman::orient_externalized_rotation::incrementalOrientation (StateVector const &vec) |
StateVectorBlock3 | osvr::kalman::orient_externalized_rotation::angularVelocity (StateVector &vec) |
ConstStateVectorBlock3 | osvr::kalman::orient_externalized_rotation::angularVelocity (StateVector const &vec) |