mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: Copter.fly_square descends more quickly
This commit is contained in:
parent
f341429977
commit
ab2e429f32
@ -399,7 +399,7 @@ class AutoTestCopter(AutoTest):
|
||||
# descend to 10m
|
||||
self.progress("Descend to 10m in Loiter")
|
||||
self.change_mode('LOITER')
|
||||
self.set_rc(3, 1300)
|
||||
self.set_rc(3, 1200)
|
||||
time_left = timeout - (self.get_sim_time() - tstart)
|
||||
self.progress("timeleft = %u" % time_left)
|
||||
if time_left < 20:
|
||||
|
Loading…
Reference in New Issue
Block a user