Displays information about the avlr object

# S3 method for imu_avlr
print(x, ...)

Arguments

x

A avlr object

...

Other arguments passed to specific methods

Value

Text output via print

Examples

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