47 bool fromFile(
const std::string& fileName)
override;
48 bool toFile(
const std::string& fileName)
override;
50 Eigen::Vector3f
correct(
const Eigen::Vector3f& input)
const override;
52 Eigen::Vector3f
getA()
const;
53 void setA(
const Eigen::Vector3f&
A);
Bias correction removes a bias from a measurement.
Six-parameter correction uses, for each axis, a coefficient to be multiplied and a constant to be add...
bool fromFile(const std::string &fileName) override
void setA(const Eigen::Vector3f &A)
Eigen::Vector3f correct(const Eigen::Vector3f &input) const override
Eigen::Vector3f getA() const
bool toFile(const std::string &fileName) override
This file includes all the types the logdecoder script will decode.