Skip to content

Commit

Permalink
AP_InertialSensor: increase the sample rate for the SITL IMUs
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Dec 11, 2024
1 parent 70db719 commit 5939782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_InertialSensor/AP_InertialSensor_SITL.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// simulated sensor rates in Hz. This matches a pixhawk1
const uint16_t INS_SITL_SENSOR_A[] = { 1000, 1000 };
const uint16_t INS_SITL_SENSOR_B[] = { 760, 800 };
const uint16_t INS_SITL_SENSOR_B[] = { 840, 900 };

#include <SITL/SITL.h>

Expand Down

0 comments on commit 5939782

Please sign in to comment.