mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-24 16:53:57 -04:00
AP_Scripting: fix error in Tricks on a Switch qualifier
This commit is contained in:
parent
99fd0cb3e6
commit
92f76d0b7f
@ -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 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_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 nav_scripting_enable boolean uint8_t 0 UINT8_MAX
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user