mirror of https://github.com/ArduPilot/ardupilot
AP_Follow: remove unused variables
This commit is contained in:
parent
74a70e52b8
commit
f7f29650ba
|
@ -142,7 +142,6 @@ private:
|
|||
AP_Int16 _options; // options for mount behaviour follow mode
|
||||
|
||||
// local variables
|
||||
bool _healthy; // true if we are receiving mavlink messages (regardless of whether they have target position info within them)
|
||||
uint32_t _last_location_update_ms; // system time of last position update
|
||||
Location _target_location; // last known location of target
|
||||
Vector3f _target_velocity_ned; // last known velocity of target in NED frame in m/s
|
||||
|
|
Loading…
Reference in New Issue