Browse Source

SITL: method to return current vehicle location

mission-4.1.18
Peter Barker 8 years ago committed by Randy Mackay
parent
commit
0d77cfb6c3
  1. 2
      libraries/SITL/SIM_Aircraft.h

2
libraries/SITL/SIM_Aircraft.h

@ -113,6 +113,8 @@ public: @@ -113,6 +113,8 @@ public:
virtual float gross_mass() const { return mass; }
const Location &get_location() const { return location; }
protected:
SITL *sitl;
Location home;

Loading…
Cancel
Save