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,
|
"INS_GYR_CAL": 1,
|
||||||
})
|
})
|
||||||
self.reboot_sitl()
|
self.reboot_sitl()
|
||||||
|
self.delay_sim_time(5)
|
||||||
self.progress("Running accelcal")
|
self.progress("Running accelcal")
|
||||||
self.run_cmd(mavutil.mavlink.MAV_CMD_PREFLIGHT_CALIBRATION,
|
self.run_cmd(mavutil.mavlink.MAV_CMD_PREFLIGHT_CALIBRATION,
|
||||||
0, 0, 0, 0, 4, 0, 0,
|
0, 0, 0, 0, 4, 0, 0,
|
||||||
|
@ -10866,6 +10866,7 @@ switch value'''
|
|||||||
def ahrstrim(self):
|
def ahrstrim(self):
|
||||||
self.start_subtest("Attitude Correctness")
|
self.start_subtest("Attitude Correctness")
|
||||||
self.ahrstrim_attitude_correctness()
|
self.ahrstrim_attitude_correctness()
|
||||||
|
self.delay_sim_time(5)
|
||||||
self.start_subtest("Preflight Calibration")
|
self.start_subtest("Preflight Calibration")
|
||||||
self.ahrstrim_preflight_cal()
|
self.ahrstrim_preflight_cal()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user