AP_Scripting: fix error in Tricks on a Switch qualifier

This commit is contained in:
Henry Wurzburg 2022-02-07 14:29:39 -06:00 committed by Peter Barker
parent 99fd0cb3e6
commit 92f76d0b7f
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ singleton AP_Vehicle method get_wp_crosstrack_error_m boolean float'Null
singleton AP_Vehicle method get_pan_tilt_norm boolean float'Null float'Null 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 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 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_target_throttle_rate_rpy void 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 singleton AP_Vehicle method set_desired_turn_rate_and_speed boolean float'skip_check float'skip_check
singleton AP_Vehicle method nav_scripting_enable boolean uint8_t 0 UINT8_MAX singleton AP_Vehicle method nav_scripting_enable boolean uint8_t 0 UINT8_MAX