mirror of https://github.com/ArduPilot/ardupilot
AC_WPNav: remove unused _loiter_step member
This commit is contained in:
parent
9bfbe4c80a
commit
327c2b8b9d
|
@ -115,7 +115,6 @@ AC_WPNav::AC_WPNav(const AP_InertialNav& inav, const AP_AHRS& ahrs, AC_PosContro
|
|||
_ahrs(ahrs),
|
||||
_pos_control(pos_control),
|
||||
_attitude_control(attitude_control),
|
||||
_loiter_step(0),
|
||||
_pilot_accel_fwd_cms(0),
|
||||
_pilot_accel_rgt_cms(0),
|
||||
_loiter_ekf_pos_reset_ms(0),
|
||||
|
|
|
@ -329,7 +329,6 @@ protected:
|
|||
AP_Float _wp_accel_z_cms; // vertical acceleration in cm/s/s during missions
|
||||
|
||||
// loiter controller internal variables
|
||||
uint8_t _loiter_step; // used to decide which portion of loiter controller to run during this iteration
|
||||
int16_t _pilot_accel_fwd_cms; // pilot's desired acceleration forward (body-frame)
|
||||
int16_t _pilot_accel_rgt_cms; // pilot's desired acceleration right (body-frame)
|
||||
Vector2f _loiter_desired_accel; // slewed pilot's desired acceleration in lat/lon frame
|
||||
|
|
Loading…
Reference in New Issue