Camera Sim Update
This commit is contained in:
26
config/missions/square.yaml
Normal file
26
config/missions/square.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
name: square
|
||||
description: Fly a square pattern
|
||||
|
||||
altitude: 5.0
|
||||
side_length: 5.0
|
||||
|
||||
steps:
|
||||
- action: takeoff
|
||||
altitude: 5.0
|
||||
- action: move_rel
|
||||
x: 5.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
- action: move_rel
|
||||
x: 0.0
|
||||
y: 5.0
|
||||
z: 0.0
|
||||
- action: move_rel
|
||||
x: -5.0
|
||||
y: 0.0
|
||||
z: 0.0
|
||||
- action: move_rel
|
||||
x: 0.0
|
||||
y: -5.0
|
||||
z: 0.0
|
||||
- action: land
|
||||
Reference in New Issue
Block a user