Browse Source

ManualSmoothingXY: remove empty lines

sbg
Dennis Mannhart 7 years ago committed by Lorenz Meier
parent
commit
65ad6edaf0
  1. 2
      src/lib/FlightTasks/tasks/Utility/ManualSmoothingXY.cpp

2
src/lib/FlightTasks/tasks/Utility/ManualSmoothingXY.cpp

@ -61,8 +61,6 @@ void @@ -61,8 +61,6 @@ void
ManualSmoothingXY::_updateAcceleration(matrix::Vector2f &vel_sp, const matrix::Vector2f &vel, const float &yaw,
const float &yawrate_sp, const float dt)
{
Intention intention = _getIntention(vel_sp, vel, yaw, yawrate_sp);
// Adapt acceleration and jerk based on current state and

Loading…
Cancel
Save