mirror of https://github.com/ArduPilot/ardupilot
Added slow_wp default in AP mode
This commit is contained in:
parent
336441b109
commit
265c5255a3
|
@ -245,6 +245,9 @@ static void reset_nav_params(void)
|
|||
|
||||
// Will be set by new command, used by loiter
|
||||
next_WP.alt = 0;
|
||||
|
||||
// We want to by default pass WPs
|
||||
slow_wp = false;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue