44 void feed(
const Eigen::Vector3f& measured,
54 Eigen::Matrix<float, Eigen::Dynamic, 6> samples;
55 Eigen::Vector3f ref = {0, 0, 0};
56 unsigned numSamples = 0;
void setReferenceVector(Eigen::Vector3f ref)
void feed(const Eigen::Vector3f &measured, const AxisOrientation &transform)
SixParameterCalibration(Eigen::Vector3f ref)
Eigen::Vector3f getReferenceVector()
SixParameterCalibration()
SixParametersCorrector computeResult()
Six-parameter correction uses, for each axis, a coefficient to be multiplied and a constant to be add...
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...