-
Notifications
You must be signed in to change notification settings - Fork 18k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autotest: test ArduSub surface tracking modes
- Loading branch information
1 parent
e4115ef
commit 7a0569f
Showing
2 changed files
with
170 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
Tools/autotest/ArduSub_Tests/SimTerrainMission/terrain_mission.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
QGC WPL 110 | ||
|
||
# Drive in a square over the synthetic ocean bottom | ||
# Item 0 is the home position, frame=3 | ||
0 0 3 16 0.000000 0.000000 0.000000 0.000000 33.809780 -118.393982 0.0 1 | ||
|
||
# Sub has already descended to 15m above sea floor. Start mission at 15 and maintain that height, frame=10 | ||
1 0 10 16 0.000000 0.000000 0.000000 0.000000 33.809780 -118.394232 15.0 1 | ||
|
||
# Travel at current rangefinder reading (15m), frame=10 | ||
2 0 10 16 0.000000 0.000000 0.000000 0.000000 33.809780 -118.394432 15.0 1 | ||
|
||
# Travel at current range finder reading, frame=10 | ||
3 0 10 16 0.000000 0.000000 0.000000 0.000000 33.809250 -118.394432 15.0 1 | ||
|
||
# Travel at current range finder reading, frame=10 | ||
4 0 10 16 0.000000 0.000000 0.000000 0.000000 33.809250 -118.394232 15.0 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters