Browse Source

SITL: SIM_Tracker: remove unused variable

mission-4.1.18
Peter Barker 8 years ago committed by Lucas De Marchi
parent
commit
d3422d1653
  1. 1
      libraries/SITL/SIM_Tracker.h

1
libraries/SITL/SIM_Tracker.h

@ -45,7 +45,6 @@ private: @@ -45,7 +45,6 @@ private:
const float yaw_range = 170;
const float zero_yaw = 270; // yaw direction at startup
const float zero_pitch = 10; // pitch at startup
bool verbose = false;
uint64_t last_debug_us = 0;
float pitch_input;

Loading…
Cancel
Save