Obtain the value of an object's properties
Used to access different properties of the
gts
, imu
, or lts
object.
value(x, type) ## S3 method for class 'imu' value(x, type)
x |
A |
type |
A |
To access information about imu
properties use:
"accel"
Returns the number of accelerometers
"gyro"
Returns the number of gyroscopes
"sensors"
Returns total number of sensors
The method will return a single numeric or string result depending on the slot being accessed.
imu
: Access imu
object properties
James Balamuta
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.