mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: autotest: correct debug for precision
This commit is contained in:
parent
695073db49
commit
584013de58
@ -499,7 +499,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
||||
home_distance_max = 5
|
||||
if home_distance > home_distance_max:
|
||||
raise NotAchievedException(
|
||||
"Did not get home (%u metres distant > %u)" %
|
||||
"Did not get home (%f metres distant > %f)" %
|
||||
(home_distance, home_distance_max))
|
||||
self.mavproxy.send('switch 6\n')
|
||||
self.wait_mode('MANUAL')
|
||||
|
Loading…
Reference in New Issue
Block a user