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

FlightTaskManualSmoothingZ: remove empty space

parent 6538a7e8
No related branches found
No related tags found
No related merge requests found
......@@ -60,13 +60,9 @@ void
ManualSmoothingZ::smoothVelFromSticks(float &vel_sp, const float dt)
{
updateParams();
updateAcceleration(vel_sp, dt);
velocitySlewRate(vel_sp, dt);
_vel_sp_prev = vel_sp;
}
void
......@@ -88,7 +84,6 @@ ManualSmoothingZ::setParams()
param_get(_acc_max_up_h, &_acc_max_up);
param_get(_acc_max_down_h, &_acc_max_down);
param_get(_jerk_max_h, &_jerk_max);
}
void
......
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