54 void feed(
const Eigen::Vector3f& measured,
56 void feed(
const Eigen::Vector3f& measured);
61 Eigen::Vector3f mean = {0, 0, 0};
63 unsigned numSamples = 0;
This is the dumbest type of calibration possible: an offset.
Eigen::Vector3f getReferenceVector()
BiasCorrector computeResult()
void setReferenceVector(Eigen::Vector3f ref)
void feed(const Eigen::Vector3f &measured, const AxisOrientation &transform)
BiasCalibration(Eigen::Vector3f ref)
void feed(const Eigen::Vector3f &measured)
Bias correction removes a bias from a measurement.
This file includes all the types the logdecoder script will decode.
This struct represents in the most general way any kind of transformation of the reference frame (axi...