mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
autotest: tweak soaring test SOAR_VSPEED
This is right on the edge on master
This commit is contained in:
parent
b9a4902aa6
commit
5cf62e8fb3
@ -2147,6 +2147,8 @@ class AutoTestPlane(AutoTest):
|
||||
self.progress("Waiting for thermal")
|
||||
self.wait_mode('THERMAL', timeout=600)
|
||||
|
||||
self.set_parameter("SOAR_VSPEED", 0.6)
|
||||
|
||||
# Wait to climb to SOAR_ALT_MAX
|
||||
self.progress("Waiting for climb to max altitude")
|
||||
alt_max = self.get_parameter('SOAR_ALT_MAX')
|
||||
|
Loading…
Reference in New Issue
Block a user