38 std::ifstream input(fileName);
43 input.ignore(1000,
'\n');
45 for (
int i = 0; i < 3; i++)
61 std::ofstream output(fileName);
65 output <<
"b0,b1,b2" << std::endl;
66 output <<
b(0) <<
"," <<
b(1) <<
"," <<
b(1);
virtual bool toFile(const std::string &fileName)
virtual bool fromFile(const std::string &fileName)
void setb(const Eigen::Vector3f &b)
Eigen::Vector3f getb() const
virtual Eigen::Vector3f correct(const Eigen::Vector3f &data) const
This file includes all the types the logdecoder script will decode.