mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
Arducopter: Added Slow_WP setting to regular wp navigation
This commit is contained in:
parent
bc843b0684
commit
35144ccbf2
@ -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
Block a user