mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: adjust StabilityPatch test
fixed to account for use of propeller expo in model
This commit is contained in:
parent
4e553bcbde
commit
ca6da722a9
@ -1021,9 +1021,9 @@ class AutoTestCopter(AutoTest):
|
||||
self.progress("Holding loiter at %u meters for %u seconds" %
|
||||
(start_altitude, holdtime))
|
||||
|
||||
# cut motor 1 to 55% efficiency
|
||||
self.progress("Cutting motor 1 to 60% efficiency")
|
||||
self.set_parameter("SIM_ENGINE_MUL", 0.60)
|
||||
# cut motor 1 to 65% efficiency
|
||||
self.progress("Cutting motor 1 to 65% efficiency")
|
||||
self.set_parameter("SIM_ENGINE_MUL", 0.65)
|
||||
|
||||
while self.get_sim_time_cached() < tstart + holdtime:
|
||||
m = self.mav.recv_match(type='VFR_HUD', blocking=True)
|
||||
|
Loading…
Reference in New Issue
Block a user