Skip to content

Commit

Permalink
temp1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Jan 30, 2025
1 parent d529601 commit c77ba5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libraries/AP_Scripting/docs/docs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2981,6 +2981,12 @@ function gcs:last_seen() end
---@return integer -- MAV_RESULT
function gcs:run_command_int(command, params) end

-- call a MAVLink MAV_CMD_xxx command via command_int interface
---@param command integer -- MAV_CMD_xxx
---@param params table -- parameters of p1, p2, p3, p4, x, y and z and frame. Any not specified taken as zero
---@return integer -- MAV_RESULT
function gcs:run_command_int(command, params) end

-- The relay library provides access to controlling relay outputs.
relay = {}

Expand Down

0 comments on commit c77ba5d

Please sign in to comment.