SITL: use AP_Math/definitions.h

This commit is contained in:
Andrew Tridgell 2017-11-13 14:35:12 +11:00
parent 2480a62e55
commit 5c3afa2621

View File

@ -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