Browse Source

SITL: use AP_Math/definitions.h

master
Andrew Tridgell 7 years ago
parent
commit
5c3afa2621
  1. 3
      libraries/SITL/SIM_Aircraft.h

3
libraries/SITL/SIM_Aircraft.h

@ -194,9 +194,6 @@ protected: @@ -194,9 +194,6 @@ protected:
AP_Terrain *terrain;
float ground_height_difference() const;
const float FEET_TO_METERS = 0.3048f;
const float KNOTS_TO_METERS_PER_SECOND = 0.51444f;
virtual bool on_ground() const;
// returns height above ground level in metres

Loading…
Cancel
Save