Skip to content

Commit eea2589

Browse files
committed
Add timeTag and numberOfValidGyroMeasurements to IMUSensorMsgPayload
1 parent 447beb0 commit eea2589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/architecture/msgPayloadDefC/IMUSensorMsgPayload.h

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ typedef struct{
2727
double AccelPlatform[3]; //!< m/s2 Apparent acceleration of the platform
2828
double DRFramePlatform[3]; //!< r Accumulated DRs in platform
2929
double AngVelPlatform[3]; //!< r/s Angular velocity in platform frame
30+
double timeTag; //!< [-] Observation time tag
31+
double numberOfValidGyroMeasurements; //!< Number of valid gyro measurements
3032
}IMUSensorMsgPayload;
3133

3234

0 commit comments

Comments
 (0)