5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-09 17:38:32 -04:00

AP_Scripting: add guided mode set angle

This commit is contained in:
Iampete1 2020-06-01 00:30:20 +01:00 committed by Andrew Tridgell
parent 98d5aa91a8
commit dc34dfb003

View File

@ -164,6 +164,7 @@ singleton AP_Vehicle method start_takeoff boolean float (-LOCATION_ALT_MAX_M*100
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
singleton AP_Vehicle method set_target_angle_and_climbrate boolean float -180 180 float -90 90 float -360 360 float -FLT_MAX FLT_MAX boolean float -FLT_MAX FLT_MAX
include AP_SerialLED/AP_SerialLED.h
singleton AP_SerialLED alias serialLED