Browse Source

AP_Scripting: add bindings for start_takeoff and set_target_velocity_NED

c415-sdk
Randy Mackay 5 years ago committed by WickedShell
parent
commit
60b3c6ca94
  1. 2
      libraries/AP_Scripting/generator/description/bindings.desc

2
libraries/AP_Scripting/generator/description/bindings.desc

@ -154,8 +154,10 @@ singleton AP_Vehicle method set_mode boolean uint8_t 0 UINT8_MAX ModeReason::SCR @@ -154,8 +154,10 @@ singleton AP_Vehicle method set_mode boolean uint8_t 0 UINT8_MAX ModeReason::SCR
singleton AP_Vehicle method get_mode uint8_t
singleton AP_Vehicle method get_likely_flying boolean
singleton AP_Vehicle method get_time_flying_ms uint32_t
singleton AP_Vehicle method start_takeoff boolean float (-LOCATION_ALT_MAX_M*100+1) (LOCATION_ALT_MAX_M*100-1)
singleton AP_Vehicle method set_target_location boolean Location
singleton AP_Vehicle method get_target_location boolean Location'Null
singleton AP_Vehicle method set_target_velocity_NED boolean Vector3f
include AP_SerialLED/AP_SerialLED.h
singleton AP_SerialLED alias serialLED

Loading…
Cancel
Save