Skip to content

Commit

Permalink
autotest: fixed race condition in Copter.MinAltFenceAvoid
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Dec 11, 2024
1 parent c9e9b13 commit 6173356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1728,6 +1728,7 @@ def MinAltFenceAvoid(self):
"FENCE_ALT_MIN": 20,
"FENCE_ACTION": 0,
})
self.reboot_sitl()

self.takeoff(30, mode="LOITER")
"""Hold loiter position."""
Expand Down

0 comments on commit 6173356

Please sign in to comment.