Skip to content

Commit

Permalink
AC_Autotune: Separate landing and terrain following.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthall authored and rmackay9 committed Sep 6, 2021
1 parent c2f7702 commit 30cda04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AC_AutoTune/AC_AutoTune.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ void AC_AutoTune::run()
}

// call position controller
pos_control->set_pos_target_z_from_climb_rate_cm(target_climb_rate_cms, false);
pos_control->set_pos_target_z_from_climb_rate_cm(target_climb_rate_cms);
pos_control->update_z_controller();

}
Expand Down

0 comments on commit 30cda04

Please sign in to comment.