mirror of https://github.com/ArduPilot/ardupilot
Arducopter: Added Slow_WP setting to regular wp navigation
This commit is contained in:
parent
1efc9eac58
commit
3a62608355
|
@ -257,6 +257,7 @@ static void do_takeoff()
|
|||
static void do_nav_wp()
|
||||
{
|
||||
wp_control = WP_MODE;
|
||||
slow_wp = false;
|
||||
|
||||
set_next_WP(&command_nav_queue);
|
||||
|
||||
|
|
Loading…
Reference in New Issue