Displays information about the avlr object
# S3 method for imu_avlr print(x, ...)
x | A |
---|---|
... | Other arguments passed to specific methods |
Text output via print
data(navchip_av) navchip_avlr = avlr(navchip_av, wn_gyro = 1:20, rw_gyro = 1:20, wn_acc = 1:20, rw_acc = 1:20) print(navchip_avlr)#> #> Estimates for gyroscopes: #> Value #> WN 0.0003560985 #> RW 0.0001064770 #> #> Estimates for accelerometers: #> Value #> WN 0.0020475841 #> RW 0.0006122481