Skip to content

Commit

Permalink
AP_Scripting: add bindings to support Plane scripted follow
Browse files Browse the repository at this point in the history
  • Loading branch information
timtuxworth committed Jun 2, 2024
1 parent d561189 commit 1bd4ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Scripting/docs/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2351,7 +2351,7 @@ function vehicle:set_desired_speed(param1) end

-- desc set the guided mode radious and direction used for the final loiter at the target
---@return boolean
---@param radius float
---@param radius number
---@param direction_is_ccw boolean
function vehicle:set_guided_radius_and_direction(radius, direction_is_ccw) end

Expand Down

0 comments on commit 1bd4ad8

Please sign in to comment.