mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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
|
lat = 5
|
||||||
lon = 5
|
lon = 5
|
||||||
alt = 10
|
alt = -10
|
||||||
|
|
||||||
tstart = self.get_sim_time()
|
tstart = self.get_sim_time()
|
||||||
while True:
|
while True:
|
||||||
|
Loading…
Reference in New Issue
Block a user