FOUND
|
The CalibrationAlgorithm is an interface for algorithms that calibrate our orientation to the reference orientation. More...
#include <calibrate.hpp>
Additional Inherited Members | |
![]() | |
FunctionStage ()=default | |
Constructs a new Stage. | |
virtual | ~FunctionStage ()=default |
Destroys this. | |
void | DoAction () override |
Executes Run (with a stored input and storing the output) | |
std::pair< EulerAngles, EulerAngles > & | GetResource () |
Returns the stored input of this. | |
Quaternion *& | GetProduct () |
Returns the stored output of this. | |
![]() | |
virtual Output | Run (Input input)=0 |
Runs this stage. | |
![]() | |
std::pair< EulerAngles, EulerAngles > | resource |
The stored input for this. | |
Quaternion * | product |
The pointer to the stored output for this. | |
The CalibrationAlgorithm is an interface for algorithms that calibrate our orientation to the reference orientation.