This data set contains gyroscope and accelerometer data from a XSens MTi-G sensor.
imu6
A matrix with 873,684 observations and 6 columns. The columns are defined as follows:
Gyro. XGyroscope X-Axis
Gyro. YGyroscope Y-Axis
Gyro. ZGyroscope Z-Axis
Accel. XAccelerometer X-Axis
Accel. YAccelerometer Y-Axis
Accel. ZAccelerometer Z-Axis
Geodetic Engineering Laboratory (TOPO), Swiss Federal Institute of Technology Lausanne (EPFL)
This data set is equivalent to the mtig data set. The only difference
is that this data set acts as a way to showcase the imu cast function whereas
mtig has already been cast using imu.
mtig
# NOT RUN { data(imu6) summary(imu6) # }