Skip to content

Commit

Permalink
SITL: slung payload sends pos updates at 10hz
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Sep 5, 2024
1 parent 2e594d0 commit 5cfcf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/SITL/SIM_SlungPayload.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class SlungPayloadSim {
uint32_t last_update_us; // system time of last update

// mavlink reporting variables
const float reporting_period_ms = 200; // reporting period in ms
const float reporting_period_ms = 100; // reporting period in ms
uint32_t last_report_ms; // system time of last MAVLink report sent to GCS
uint32_t last_heartbeat_ms; // system time of last MAVLink heartbeat sent to GCS
bool mavlink_connected; // true if a mavlink connection has been established
Expand Down

0 comments on commit 5cfcf46

Please sign in to comment.