mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
Tools: autotest: acceptance distance for rally points is WP_RADIUS
This commit is contained in:
parent
c464da69f1
commit
e4b3ad377d
@ -932,7 +932,7 @@ Brakes have negligible effect (with=%0.2fm without=%0.2fm delta=%0.2fm)
|
||||
-105.229401,
|
||||
0,
|
||||
0)
|
||||
self.wait_location(loc)
|
||||
self.wait_location(loc, accuracy=self.get_parameter("WP_RADIUS"))
|
||||
self.disarm_vehicle()
|
||||
|
||||
def tests(self):
|
||||
|
Loading…
Reference in New Issue
Block a user