Skip to content
Snippets Groups Projects
Commit c1bb0cbd authored by Dennis Mannhart's avatar Dennis Mannhart Committed by Beat Küng
Browse files

smoothing xy: remove unused variable

parent 23b294b4
No related branches found
No related tags found
No related merge requests found
......@@ -89,10 +89,8 @@ private:
float _jerk_state_dependent{0.0f};
/* Previous setpoints */
float _yaw_prev{};
matrix::Vector2f _vel_sp_prev{}; // previous velocity setpoint
/* Params */
param_t _acc_hover_h{PARAM_INVALID};
param_t _acc_xy_max_h{PARAM_INVALID};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment