mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
FlightTaskManualAltitude: respect maximum altitude if there is a valid distance sensor
This commit is contained in:
committed by
Lorenz Meier
parent
c907e7a9dc
commit
eb7139bc56
@@ -7,6 +7,7 @@ float32 speed_up # in meters/sec
|
||||
float32 speed_down # in meters/sec
|
||||
float32 tilt # in radians [0, PI]
|
||||
float32 min_distance_to_ground # in meters
|
||||
float32 max_distance_to_ground # in meters
|
||||
|
||||
int8 GEAR_DOWN = -1
|
||||
int8 GEAR_UP = 1
|
||||
|
||||
Reference in New Issue
Block a user