forked from Archive/PX4-Autopilot
AttPosEKF: Compile fix for protected HIL function
This commit is contained in:
parent
5f5a6e841f
commit
20592ce4d8
|
@ -380,6 +380,12 @@ public:
|
|||
**/
|
||||
void setIsFixedWing(const bool fixedWing);
|
||||
|
||||
/**
|
||||
* @brief
|
||||
* Reset internal filter states and clear all variables to zero value
|
||||
*/
|
||||
void ZeroVariables();
|
||||
|
||||
protected:
|
||||
|
||||
/**
|
||||
|
@ -408,12 +414,6 @@ protected:
|
|||
|
||||
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
|
||||
bool _onGround; ///< boolean true when the flight vehicle is on the ground (not flying)
|
||||
|
|
Loading…
Reference in New Issue