Skip to content

Commit

Permalink
AP_Scripting: djirs2 reply timeout reduced to 0.1 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Dec 12, 2023
1 parent 4db987d commit 2c1d197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Scripting/drivers/mount-djirs2-driver.lua
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
-- global definitions
local INIT_INTERVAL_MS = 3000 -- attempt to initialise the gimbal at this interval
local UPDATE_INTERVAL_MS = 1 -- update interval in millis
local REPLY_TIMEOUT_MS = 1000 -- timeout waiting for reply after 1 sec
local REPLY_TIMEOUT_MS = 100 -- timeout waiting for reply after 0.1 sec
local REQUEST_ATTITUDE_INTERVAL_MS = 100-- request attitude at 10hz
local SET_ATTITUDE_INTERVAL_MS = 100 -- set attitude at 10hz
local MOUNT_INSTANCE = 0 -- always control the first mount/gimbal
Expand Down

0 comments on commit 2c1d197

Please sign in to comment.