mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
drone: Add amsl height parameter to gps frame
This commit is contained in:
@@ -40,7 +40,10 @@ rotation = float_list(default=list(0.0, 0.0, 0.0), min=3, max=3)
|
||||
[GPS FRAME]
|
||||
lat = string(default=0)
|
||||
lon = string(default=0)
|
||||
# Clockwise yaw rotation from North direction in degrees
|
||||
yaw = float(default=0)
|
||||
# AMSL height of frame. Available options: "current" of float value in meters.
|
||||
amsl = string(default=current)
|
||||
|
||||
[ANIMATION]
|
||||
# Available options:
|
||||
|
||||
Reference in New Issue
Block a user