Configuration d'un GPS.
struct GPSConfigStruct {
MODAVECTOR3 IntrinsicError;
float Noise;
MU32 UpdateDelay;
};modacommons.h
|
Members |
Description |
|
MODAVECTOR3 IntrinsicError; |
GPS's intrinsic error (E), in meters . The error is computed per sensor on sensor startup in the range [-E, E] and is added at every sensor position measurement. |
|
float Noise; |
Bruit du capteur (N) en mètres, dans le range [-N, +N], calculé aléatoirement à chaque relevé de position. |
|
MU32 UpdateDelay; |
Délai entre 2 mises à jour des données GPS. |
|
Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|