Tools: relax navigation test accuracy

This commit is contained in:
Paul Riseborough 2021-07-15 16:29:57 +10:00 committed by Randy Mackay
parent 3714c1b2e2
commit ed30a7ce35
1 changed files with 1 additions and 1 deletions

View File

@ -3749,7 +3749,7 @@ class AutoTestCopter(AutoTest):
# determine if we've successfully navigated to close to
# where we should be:
dist = math.sqrt(delta_ef.x * delta_ef.x + delta_ef.y * delta_ef.y)
dist_max = 0.1
dist_max = 0.15
self.progress("dist=%f want <%f" % (dist, dist_max))
if dist < dist_max:
# success! We've gotten within our target distance