mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AutoTest: reduce copter turn rate in fly square
This commit is contained in:
parent
95e83314ac
commit
a57965d15f
@ -111,7 +111,7 @@ def fly_square(mavproxy, mav, side=50, timeout=120):
|
||||
|
||||
print("turn")
|
||||
hover(mavproxy, mav)
|
||||
mavproxy.send('rc 4 1700\n')
|
||||
mavproxy.send('rc 4 1550\n')
|
||||
if not wait_heading(mav, 0):
|
||||
return False
|
||||
mavproxy.send('rc 4 1500\n')
|
||||
|
Loading…
Reference in New Issue
Block a user