mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tools: autotest: correct progress message
This commit is contained in:
parent
50687c9add
commit
d6674a3bb1
@ -1765,8 +1765,8 @@ class AutoTest(ABC):
|
||||
self.reboot_sitl()
|
||||
raise NotAchievedException(
|
||||
"(%f, %f, %f) != (%f, %f, %f)" %
|
||||
(home.latitude, home.longitude, home.altitude),
|
||||
(new_x, new_y, new_z))
|
||||
(home.latitude, home.longitude, home.altitude,
|
||||
new_x, new_y, new_z))
|
||||
|
||||
# watch it for a little while to ensure it doesn't drift at all:
|
||||
tstart = self.get_sim_time()
|
||||
|
Loading…
Reference in New Issue
Block a user