i2Nav-WHU / OB_GINS

An Optimization-Based GNSS/INS Integrated Navigation System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about dVel and dTheta sampling frequency

iceberg1369 opened this issue · comments

I have seen in many of your papers that icm20602 datasets are in 200hz. I would like to know the raw imu sampling freqency. is imu samples (eg 1000hz) are trapzoidql integrated to achieve dvel and dtheta. Or it is a simple devided by 200 to represent dtheta and devel?

Actually, the raw imu is sampled in 1000Hz in our dataset, and it is integrated to achieve the dvel and the dtheta in 200Hz.
This issuse is not related to the OB_GINS itself, and it will be closed.

thanks for reply.
apologies for opening issue again. the timestamp of 200 Hz data is at first IMU sample or 5th IMU sample or middle?

The timestamp should be the 5th IMU sample for the delta measurement, or the middle for the velocity measurement.

in the current study, the dTheta timestamp is 5th IMU sample and dVel timestamp is in the middle of integrated IMU samples?

in the current study, the dTheta timestamp is 5th IMU sample and dVel timestamp is in the middle of integrated IMU samples?

The delta measurement denote the delta angle and the delta velocity, while the velocity measurement denote the angular velocity and the acceleration.
The timestamp of the 200Hz IMU data in our dataset is the timestamp of the 5th IMU sample of the 1000Hz raw IMU data.
Please do not reply in this closed issue again.