bug in update_throttle_hover()
in update_throttle_hover() function:when I'm in loiter and leave all stick in mid ,I found I can not learn thr hover,I found the reason is
if (!is_zero(pos_control->get_desired_velocity().z))
{
return;
}
pos_control->get_desired_velocity().z: _
Read more…