1#ifndef SRC_CALIBRATE_CALIBRATE_HPP_
2#define SRC_CALIBRATE_CALIBRATE_HPP_
6#include "common/pipeline/stages.hpp"
7#include "common/spatial/attitude-utils.hpp"
43 Quaternion Run(
const std::pair<EulerAngles, EulerAngles> &orientations)
override;
The CalibrationAlgorithm is an interface for algorithms that calibrate our orientation to the referen...
Definition calibrate.hpp:16
A FunctionStage is a data structure that wraps a function, and taking in parameter Input and returnin...
Definition stages.hpp:56
The LostCalibrationAlgorithm class houses the calibration algorithm that uses the orientation informa...
Definition calibrate.hpp:29
Quaternion Run(const std::pair< EulerAngles, EulerAngles > &orientations) override
Runs the calibration algorithm.
Definition calibrate.cpp:9
A Quaternion is a mutable object that represents a Quaternion.
Definition attitude-utils.hpp:474