mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 20:27:34 +08:00
sensor_simulator: set IMU rate to 200Hz as this is the new value
used in the Firmware
This commit is contained in:
committed by
Mathieu Bresciani
parent
6126c190b2
commit
62e15cbacf
@@ -106,7 +106,7 @@ void SensorSimulator::loadSensorDataFromFile(std::string file_name)
|
||||
|
||||
void SensorSimulator::setSensorRateToDefault()
|
||||
{
|
||||
_imu.setRateHz(250);
|
||||
_imu.setRateHz(200);
|
||||
_mag.setRateHz(80);
|
||||
_baro.setRateHz(80);
|
||||
_gps.setRateHz(5);
|
||||
|
||||
Reference in New Issue
Block a user