
Last chance! 50% off unlimited learning
Sale ends in
read.imu(file, type, unit = NULL, name = NULL)
string
containing file names or paths.string
that contains a supported IMU type given below.string
that contains the unit expression of the frequency. Default value is NULL
.string
that provides an identifier to the data. Default value is NULL
.imu
object that contains 3 gyroscopes and 3 accelerometers in that order.
We hope to soon be able to support delimited files.
## Not run:
# # Relative
# setwd("F:/")
#
# a = read.imu(file = "Documents/James/short_test_data.imu", type = "IXSEA")
#
# # Fixed path
# b = read.imu(file = "F:/Desktop/short_test_data.imu", type = "IXSEA")
# ## End(Not run)
Run the code above in your browser using DataLab