mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
vehicle_command: specify what SPEED_TYPEs are for
This commit is contained in:
committed by
Roman Bapst
parent
3ed929c7b6
commit
6ce3e88f9d
@@ -155,6 +155,7 @@ uint8 FAILURE_TYPE_SLOW = 5
|
||||
uint8 FAILURE_TYPE_DELAYED = 6
|
||||
uint8 FAILURE_TYPE_INTERMITTENT = 7
|
||||
|
||||
# used as param1 in DO_CHANGE_SPEED command
|
||||
uint8 SPEED_TYPE_AIRSPEED = 0
|
||||
uint8 SPEED_TYPE_GROUNDSPEED = 1
|
||||
uint8 SPEED_TYPE_CLIMB_SPEED = 2
|
||||
|
||||
Reference in New Issue
Block a user