mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
SITL: SIM_Tracker: remove unused variable
This commit is contained in:
parent
5dad8745d5
commit
d3422d1653
@ -45,7 +45,6 @@ private:
|
|||||||
const float yaw_range = 170;
|
const float yaw_range = 170;
|
||||||
const float zero_yaw = 270; // yaw direction at startup
|
const float zero_yaw = 270; // yaw direction at startup
|
||||||
const float zero_pitch = 10; // pitch at startup
|
const float zero_pitch = 10; // pitch at startup
|
||||||
bool verbose = false;
|
|
||||||
uint64_t last_debug_us = 0;
|
uint64_t last_debug_us = 0;
|
||||||
|
|
||||||
float pitch_input;
|
float pitch_input;
|
||||||
|
Loading…
Reference in New Issue
Block a user