mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
Tools: Update autotest to accomodate accel cal changes
This commit is contained in:
parent
5282dba42a
commit
80d7bf9b11
@ -2717,6 +2717,7 @@ function'''
|
||||
"INS_GYR_CAL": 1,
|
||||
})
|
||||
self.reboot_sitl()
|
||||
self.delay_sim_time(5)
|
||||
self.progress("Running accelcal")
|
||||
self.run_cmd(mavutil.mavlink.MAV_CMD_PREFLIGHT_CALIBRATION,
|
||||
0, 0, 0, 0, 4, 0, 0,
|
||||
|
@ -10866,6 +10866,7 @@ switch value'''
|
||||
def ahrstrim(self):
|
||||
self.start_subtest("Attitude Correctness")
|
||||
self.ahrstrim_attitude_correctness()
|
||||
self.delay_sim_time(5)
|
||||
self.start_subtest("Preflight Calibration")
|
||||
self.ahrstrim_preflight_cal()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user