Skip to content

Commit

Permalink
AP_Scripting: allow vehicles to yaw to target
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Dec 8, 2023
1 parent 01d7786 commit f7eb6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Scripting/generator/description/bindings.desc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ singleton AP_Vehicle method set_target_pos_NED boolean Vector3f boolean float -3
singleton AP_Vehicle method set_target_posvel_NED boolean Vector3f Vector3f
singleton AP_Vehicle method set_target_posvelaccel_NED boolean Vector3f Vector3f Vector3f boolean float -360 +360 boolean float'skip_check boolean
singleton AP_Vehicle method set_target_velaccel_NED boolean Vector3f Vector3f boolean float -360 +360 boolean float'skip_check boolean
singleton AP_Vehicle method set_target_velocity_NED boolean Vector3f
singleton AP_Vehicle method set_target_velocity_NED boolean Vector3f boolean
singleton AP_Vehicle method set_target_angle_and_climbrate boolean float -180 180 float -90 90 float -360 360 float'skip_check boolean float'skip_check
singleton AP_Vehicle method get_circle_radius boolean float'Null
singleton AP_Vehicle method set_circle_rate boolean float'skip_check
Expand Down

0 comments on commit f7eb6a0

Please sign in to comment.