Browse Source

remove inline modifier

master
Kamil Ritz 5 years ago committed by Mathieu Bresciani
parent
commit
e835bc34c4
  1. 4
      EKF/ekf.h

4
EKF/ekf.h

@ -578,7 +578,7 @@ private: @@ -578,7 +578,7 @@ private:
// reset velocity states of the ekf
bool resetVelocity();
inline void resetVelocityToGps();
void resetVelocityToGps();
inline void resetHorizontalVelocityToOpticalFlow();
@ -594,7 +594,7 @@ private: @@ -594,7 +594,7 @@ private:
bool resetHorizontalPosition();
inline void resetHorizontalPositionToGps();
void resetHorizontalPositionToGps();
inline void resetHorizontalPositionToVision();

Loading…
Cancel
Save