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