FOUND
Loading...
Searching...
No Matches
found::CalibrationAlgorithm Class Reference

The CalibrationAlgorithm is an interface for algorithms that calibrate our orientation to the reference orientation. More...

#include <calibrate.hpp>

Inheritance diagram for found::CalibrationAlgorithm:
Collaboration diagram for found::CalibrationAlgorithm:

Additional Inherited Members

- Public Member Functions inherited from found::FunctionStage< std::pair< EulerAngles, EulerAngles >, Quaternion >
 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.
 
- Public Member Functions inherited from found::Stage< Input, Output >
virtual Output Run (Input input)=0
 Runs this stage.
 
- Protected Attributes inherited from found::FunctionStage< std::pair< EulerAngles, EulerAngles >, Quaternion >
std::pair< EulerAngles, EulerAnglesresource
 The stored input for this.
 
Quaternionproduct
 The pointer to the stored output for this.
 

Detailed Description

The CalibrationAlgorithm is an interface for algorithms that calibrate our orientation to the reference orientation.


The documentation for this class was generated from the following file: