We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447beb0 commit eea2589Copy full SHA for eea2589
src/architecture/msgPayloadDefC/IMUSensorMsgPayload.h
@@ -27,6 +27,8 @@ typedef struct{
27
double AccelPlatform[3]; //!< m/s2 Apparent acceleration of the platform
28
double DRFramePlatform[3]; //!< r Accumulated DRs in platform
29
double AngVelPlatform[3]; //!< r/s Angular velocity in platform frame
30
+ double timeTag; //!< [-] Observation time tag
31
+ double numberOfValidGyroMeasurements; //!< Number of valid gyro measurements
32
}IMUSensorMsgPayload;
33
34
0 commit comments