13 lines
182 B
YAML
13 lines
182 B
YAML
name: hover
|
|
description: Take off and hold position
|
|
|
|
altitude: 5.0
|
|
duration: 10.0
|
|
|
|
steps:
|
|
- action: takeoff
|
|
altitude: 5.0
|
|
- action: hover
|
|
duration: 10.0
|
|
- action: land
|