SITL: lower the noise and drift levels for general autotest usage

This commit is contained in:
Andrew Tridgell 2012-03-10 10:33:19 +11:00
parent b02ca58901
commit ba8e764349
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
#include <stdlib.h>
#include <math.h>
static const float vibration_level = 0.5;
static const float drift_speed = 0.5; // degrees/second/minute
static const float vibration_level = 0.2;
static const float drift_speed = 0.2; // degrees/second/minute
static const float drift_time = 5; // time to reverse drift direction (minutes)
// order zgyro, xgyro, ygyro, temp, xacc, yacc, zacc, aspd
static const float noise_scale[8] = { 150, 150, 150, 0, 400, 400, 400, 0 };