Skip to content

Commit

Permalink
AP_Scripting: docs for set_target_velocity_NED()
Browse files Browse the repository at this point in the history
  • Loading branch information
andyp1per committed Dec 8, 2023
1 parent 47d66ac commit 996dae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Scripting/docs/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2097,6 +2097,7 @@ function vehicle:set_target_angle_and_climbrate(roll_deg, pitch_deg, yaw_deg, cl

-- desc
---@param vel_ned Vector3f_ud
---@param align_yaw_to_target? boolean
---@return boolean
function vehicle:set_target_velocity_NED(vel_ned) end

Expand Down

0 comments on commit 996dae8

Please sign in to comment.