ArduCopter: bug fix - increase mpu6k sample rate to 100hz

This commit is contained in:
rmackay9 2012-11-30 23:49:18 +09:00
parent b237c0583d
commit 8141f0b600
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ DataFlash_APM1 DataFlash(&spi_semaphore);
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// the rate we run the main loop at // the rate we run the main loop at
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
static const AP_InertialSensor::Sample_rate ins_sample_rate = AP_InertialSensor::RATE_50HZ; static const AP_InertialSensor::Sample_rate ins_sample_rate = AP_InertialSensor::RATE_100HZ;
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// Sensors // Sensors