mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
SITL: lower baro noise a bit
This commit is contained in:
parent
9f3da1bf7f
commit
1ce4a03147
@ -28,7 +28,7 @@ class SITL
|
||||
{
|
||||
public:
|
||||
SITL() {
|
||||
baro_noise = 10; // Pascals
|
||||
baro_noise = 3; // Pascals
|
||||
gyro_noise = 30; // degrees/s
|
||||
accel_noise = 3; // m/s/s
|
||||
mag_noise = 10; // mag units
|
||||
|
Loading…
Reference in New Issue
Block a user