1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

In simulations a higher GPS noise is required for the INS

This commit is contained in:
James Cotton 2012-03-15 04:25:09 -05:00
parent 32f76db8ae
commit 5b3cc4876e

View File

@ -650,7 +650,7 @@ static int32_t updateAttitudeINSGPS(bool first_run, bool outdoor_mode)
if(gps_updated && outdoor_mode)
{
INSSetPosVelVar(1e-2f, 1e-2f);
INSSetPosVelVar(1.0e0f, 1.0e0f);
sensors |= POS_SENSORS | HORIZ_SENSORS;
GPSPositionData gpsPosition;
GPSPositionGet(&gpsPosition);