The measurement here has been split into a base and derived type, so that the derived type only contains the little bit that depends on a particular state type.
More...
#include <AbsoluteOrientationMeasurement.h>
The measurement here has been split into a base and derived type, so that the derived type only contains the little bit that depends on a particular state type.
§ getJacobianBlock()
types::Matrix<DIMENSION, 3> osvr::kalman::AbsoluteOrientationBase::getJacobianBlock |
( |
| ) |
const |
|
inline |
Get the block of jacobian that is non-zero: your subclass will have to put it where it belongs for each particular state type.
§ getResidual()
template<typename State >
Gets the measurement residual, also known as innovation: predicts the measurement from the predicted state, and returns the difference.
State type doesn't matter as long as we can .getCombinedQuaternion()
The documentation for this class was generated from the following file: