AP_Scripting: Allow scripts to set Rovers turn rate and speed guided command

This commit is contained in:
Rishabh 2022-01-16 15:40:56 +05:30 committed by Randy Mackay
parent d90d3d1283
commit 2e7e4a36ff

View File

@ -227,6 +227,7 @@ singleton AP_Vehicle method get_pan_tilt_norm boolean float'Null float'Null
singleton AP_Vehicle method nav_script_time boolean uint16_t'Null uint8_t'Null float'Null float'Null
singleton AP_Vehicle method nav_script_time_done void uint16_t'skip_check
singleton AP_Vehicle method set_target_throttle_rate_rpy boolean float -100 100 float'skip_check float'skip_check float'skip_check
singleton AP_Vehicle method set_desired_turn_rate_and_speed boolean float'skip_check float'skip_check
include AP_SerialLED/AP_SerialLED.h
singleton AP_SerialLED alias serialLED