autotest: loosen epsilon on arriving at boundary
We don't always get within 2.5m
This commit is contained in:
parent
e2d6e70895
commit
47e03d4e62
@ -4527,7 +4527,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
||||
expected_stopping_point,
|
||||
target_system=target_system,
|
||||
target_component=target_component,
|
||||
expected_distance_epsilon=2.5)
|
||||
expected_distance_epsilon=3)
|
||||
self.set_parameter("AVOID_ENABLE", 0)
|
||||
self.do_RTL()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user