mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
autotest: rover: wait ready to arm before running motor test
This commit is contained in:
parent
f32fe77602
commit
013bee99f4
@ -4552,6 +4552,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
||||
def test_motor_test(self):
|
||||
'''AKA run-rover-run'''
|
||||
magic_throttle_value = 1812
|
||||
self.wait_ready_to_arm()
|
||||
self.run_cmd(
|
||||
mavutil.mavlink.MAV_CMD_DO_MOTOR_TEST,
|
||||
1, # p1 - motor instance
|
||||
|
Loading…
Reference in New Issue
Block a user