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 d427c54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libraries/AP_Scripting/docs/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2097,8 +2097,9 @@ 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
function vehicle:set_target_velocity_NED(vel_ned, align_yaw_to_target) end

-- desc
---@param target_vel Vector3f_ud
Expand Down

0 comments on commit d427c54

Please sign in to comment.