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

FlightTaskManualAltitude: fix update

parent 6a639373
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ bool FlightTaskManualAltitudeSmooth::activate()
void FlightTaskManualAltitudeSmooth::_updateSetpoints()
{
/* Get yaw, thrust */
FlightTaskManualStabilized::_updateSetpoints();
FlightTaskManualAltitude::_updateSetpoints();
/* Smooth velocity setpoint */
float vel_sp[2] = {_vel_sp_z, _vel_sp_prev_z};
......
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