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 10, 2024
1 parent 237226a commit 31fa1cb
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 31fa1cb

Please sign in to comment.