mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
autotest: stop vehicle running into terrain in MAV_CMD_NAV_LOITER_TURNS
This commit is contained in:
parent
cd207164a2
commit
2170c86b9c
@ -3707,7 +3707,7 @@ function'''
|
|||||||
|
|
||||||
def MAV_CMD_NAV_LOITER_TURNS(self, target_system=1, target_component=1):
|
def MAV_CMD_NAV_LOITER_TURNS(self, target_system=1, target_component=1):
|
||||||
'''test MAV_CMD_NAV_LOITER_TURNS mission item'''
|
'''test MAV_CMD_NAV_LOITER_TURNS mission item'''
|
||||||
alt = 20
|
alt = 100
|
||||||
seq = 0
|
seq = 0
|
||||||
items = []
|
items = []
|
||||||
tests = [
|
tests = [
|
||||||
|
Loading…
Reference in New Issue
Block a user