Skip to content
Snippets Groups Projects
Commit d9221bb8 authored by Nicolas de Palezieux's avatar Nicolas de Palezieux Committed by Lorenz Meier
Browse files

mc_pos_control : add support for precision landing

parent aa4c6c03
No related branches found
No related tags found
No related merge requests found
......@@ -692,7 +692,7 @@ MulticopterPositionControl::parameters_update(bool force)
_acceleration_z_max_up.set(_acceleration_z_max_down.get());
}
/* acceleration horizontal max > decerleration hor */
/* acceleration horizontal max > deceleration hor */
if (_acceleration_hor_max.get() < _deceleration_hor_slow.get()) {
_acceleration_hor_max.set(_deceleration_hor_slow.get());
}
......
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