mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 07:07:58 +00:00
drone: Add animation_check_ground parameter
This commit is contained in:
@@ -56,6 +56,7 @@ takeoff_level = float(default=0.5)
|
|||||||
# * 'current' - current height of copter
|
# * 'current' - current height of copter
|
||||||
# * z coordinate in meters
|
# * z coordinate in meters
|
||||||
ground_level = string(default=current)
|
ground_level = string(default=current)
|
||||||
|
check_ground = boolean(default=True)
|
||||||
# Frame delay in seconds
|
# Frame delay in seconds
|
||||||
frame_delay = float(default=0.1, min=0.01)
|
frame_delay = float(default=0.1, min=0.01)
|
||||||
# Available options:
|
# Available options:
|
||||||
|
|||||||
Reference in New Issue
Block a user