Browse Source

autotest: loosen epsilon on arriving at boundary

We don't always get within 2.5m
zr-v5.1
Peter Barker 5 years ago committed by Peter Barker
parent
commit
47e03d4e62
  1. 2
      Tools/autotest/apmrover2.py

2
Tools/autotest/apmrover2.py

@ -4527,7 +4527,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm) @@ -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…
Cancel
Save