Skip to content

Commit

Permalink
smoothing xy: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Stifael authored and bkueng committed Apr 5, 2018
1 parent 23b294b commit c1bb0cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/FlightTasks/tasks/Utility/ManualSmoothingXY.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ class ManualSmoothingXY
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};
Expand Down

0 comments on commit c1bb0cb

Please sign in to comment.