mirror of https://github.com/ArduPilot/ardupilot
Tools: sub set-position-target uses negative altitude
This commit is contained in:
parent
a8f4ab3d43
commit
d63fe1eb6c
|
@ -288,7 +288,7 @@ class AutoTestSub(AutoTest):
|
|||
|
||||
lat = 5
|
||||
lon = 5
|
||||
alt = 10
|
||||
alt = -10
|
||||
|
||||
tstart = self.get_sim_time()
|
||||
while True:
|
||||
|
|
Loading…
Reference in New Issue