mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AutoTest: reduce copter throttle when flying square
This will keep the copter lower during this test and resolve the timeout during landing
This commit is contained in:
parent
3d8f1e03e1
commit
68be36d4f8
@ -160,7 +160,7 @@ def fly_square(mavproxy, mav, side=50, timeout=120):
|
||||
save_wp(mavproxy, mav)
|
||||
|
||||
# switch back to stabilize mode
|
||||
mavproxy.send('rc 3 1400\n')
|
||||
mavproxy.send('rc 3 1380\n')
|
||||
mavproxy.send('switch 6\n')
|
||||
wait_mode(mav, 'STABILIZE')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user