autotest: fixed quadplane test
This commit is contained in:
parent
2b6ffe17e3
commit
eb492bd0aa
@ -817,7 +817,7 @@ class AutoTestQuadPlane(vehicle_test_suite.TestSuite):
|
|||||||
self.set_parameter("STALL_PREVENTION", 0)
|
self.set_parameter("STALL_PREVENTION", 0)
|
||||||
|
|
||||||
thr_min_pwm = self.get_parameter("Q_M_PWM_MIN")
|
thr_min_pwm = self.get_parameter("Q_M_PWM_MIN")
|
||||||
lim_roll_deg = self.get_parameter("LIM_ROLL_CD") * 0.01
|
lim_roll_deg = self.get_parameter("LIM_ROLL_DEG")
|
||||||
self.progress("Waiting for motors to stop (transition completion)")
|
self.progress("Waiting for motors to stop (transition completion)")
|
||||||
self.wait_servo_channel_value(5,
|
self.wait_servo_channel_value(5,
|
||||||
thr_min_pwm,
|
thr_min_pwm,
|
||||||
|
Loading…
Reference in New Issue
Block a user