We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa945b commit 736528aCopy full SHA for 736528a
Tools/autotest/arducopter.py
@@ -1993,9 +1993,9 @@ def FenceMargin(self, timeout=180):
1993
self.progress("flying forward (east) until we hit fence")
1994
pitching_forward = True
1995
self.set_rc(2, 1100)
1996
- self.wait_statustext("Polygon fence close")
+ self.wait_statustext("Polygon fence in ([0-9]+[.])?[0-9]?m", regex=True)
1997
1998
- self.wait_statustext("Circle and Polygon fences close")
+ self.wait_statustext("Circle and Polygon fences in ([0-9]+[.])?[0-9]?m", regex=True)
1999
self.progress("Waiting for fence breach")
2000
tstart = self.get_sim_time()
2001
while not self.mode_is("RTL"):
0 commit comments