Skip to content

Commit

Permalink
AP_Scripting: fix gripper binding docs
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Hall <[email protected]>
  • Loading branch information
rmackay9 and IamPete1 authored Jul 1, 2024
1 parent 453d229 commit d713f53
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 @@ -1320,7 +1320,7 @@ function winch:healthy() end
-- Gripper object
gripper = {}

-- desc move the gripper to the grab position
-- Move the gripper to the grab position
function gripper:grab() end

-- desc move the gripper to the release position
Expand Down

0 comments on commit d713f53

Please sign in to comment.