mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
autotest: tweak tweak timeout on proximity test
half this allowed time was going on actually getthing the EKF happy
This commit is contained in:
parent
74199d75c0
commit
277d16831d
@ -6915,9 +6915,11 @@ class AutoTestCopter(AutoTest):
|
|||||||
})
|
})
|
||||||
self.set_analog_rangefinder_parameters()
|
self.set_analog_rangefinder_parameters()
|
||||||
self.reboot_sitl()
|
self.reboot_sitl()
|
||||||
tstart = self.get_sim_time()
|
|
||||||
self.change_mode('LOITER')
|
self.change_mode('LOITER')
|
||||||
self.wait_ekf_happy()
|
self.wait_ekf_happy()
|
||||||
|
|
||||||
|
tstart = self.get_sim_time()
|
||||||
while True:
|
while True:
|
||||||
if self.armed():
|
if self.armed():
|
||||||
break
|
break
|
||||||
@ -6934,6 +6936,7 @@ class AutoTestCopter(AutoTest):
|
|||||||
255 # covariance
|
255 # covariance
|
||||||
)
|
)
|
||||||
self.send_mavlink_arm_command()
|
self.send_mavlink_arm_command()
|
||||||
|
|
||||||
self.takeoff(15, mode='LOITER')
|
self.takeoff(15, mode='LOITER')
|
||||||
self.progress("Poking vehicle; should avoid")
|
self.progress("Poking vehicle; should avoid")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user