mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
smoothing xy: remove unused variable
This commit is contained in:
committed by
Beat Küng
parent
23b294b434
commit
c1bb0cbdcc
@@ -89,10 +89,8 @@ private:
|
|||||||
float _jerk_state_dependent{0.0f};
|
float _jerk_state_dependent{0.0f};
|
||||||
|
|
||||||
/* Previous setpoints */
|
/* Previous setpoints */
|
||||||
float _yaw_prev{};
|
|
||||||
matrix::Vector2f _vel_sp_prev{}; // previous velocity setpoint
|
matrix::Vector2f _vel_sp_prev{}; // previous velocity setpoint
|
||||||
|
|
||||||
|
|
||||||
/* Params */
|
/* Params */
|
||||||
param_t _acc_hover_h{PARAM_INVALID};
|
param_t _acc_hover_h{PARAM_INVALID};
|
||||||
param_t _acc_xy_max_h{PARAM_INVALID};
|
param_t _acc_xy_max_h{PARAM_INVALID};
|
||||||
|
|||||||
Reference in New Issue
Block a user