Skip to content
Snippets Groups Projects
Commit 20592ce4 authored by Johan Jansen's avatar Johan Jansen
Browse files

AttPosEKF: Compile fix for protected HIL function

parent 5f5a6e84
No related branches found
No related tags found
No related merge requests found
......@@ -379,6 +379,12 @@ public:
* true if the vehicle moves like a Fixed Wing, false otherwise
**/
void setIsFixedWing(const bool fixedWing);
/**
* @brief
* Reset internal filter states and clear all variables to zero value
*/
void ZeroVariables();
protected:
......@@ -407,12 +413,6 @@ protected:
void AttitudeInit(float ax, float ay, float az, float mx, float my, float mz, float declination, float *initQuat);
void ResetStoredStates();
/**
* @brief
* Reset internal filter states and clear all variables to zero value
*/
void ZeroVariables();
private:
bool _isFixedWing; ///< True if the vehicle is a fixed-wing frame type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment