Browse Source

AP_L1_Control: remove unused _xtrackVelPos

mission-4.1.18
Randy Mackay 9 years ago committed by Tom Pittenger
parent
commit
b2153fb97f
  1. 3
      libraries/AP_L1_Control/AP_L1_Control.h

3
libraries/AP_L1_Control/AP_L1_Control.h

@ -99,9 +99,6 @@ private: @@ -99,9 +99,6 @@ private:
// previous value of cross-track velocity
float _last_Nu;
// direction of last xtrack velocity - true positive
bool _xtrackVelPos;
// prevent indecision in waypoint tracking
void _prevent_indecision(float &Nu);

Loading…
Cancel
Save