diff --git a/ArduCopter/Attitude.pde b/ArduCopter/Attitude.pde index 272efa24bc..9c9a04d75f 100644 --- a/ArduCopter/Attitude.pde +++ b/ArduCopter/Attitude.pde @@ -412,6 +412,9 @@ static void reset_nav_params(void) // We want to by default pass WPs slow_wp = false; + + // make sure we stick to Nav yaw on takeoff + auto_yaw = nav_yaw; } /*