ifm3dpy.deserialize.IMUSample
- class ifm3dpy.deserialize.IMUSample
Bases:
NoneR(Class for managing an instance of imu sample data)
- __init__(self: ifm3dpy.deserialize.IMUSample) None
Constructor
Methods
__init__(self)Constructor
_pybind11_conduit_v1_Attributes
Accelerometer X-axis data in [m/s^2]
Accelerometer Y-axis data in [m/s^2]
Accelerometer Z-axis data in [m/s^2]
Gyroscope X-axis data in [rad/s]
Gyroscope Y-axis data in [rad/s]
Gyroscope Z-axis data in [rad/s]
Hardware timestamp of the IMU sample
Temperature at the time of the IMU sample
Timestamp of the IMU sample
- property acc_x
Accelerometer X-axis data in [m/s^2]
- property acc_y
Accelerometer Y-axis data in [m/s^2]
- property acc_z
Accelerometer Z-axis data in [m/s^2]
- property gyro_x
Gyroscope X-axis data in [rad/s]
- property gyro_y
Gyroscope Y-axis data in [rad/s]
- property gyro_z
Gyroscope Z-axis data in [rad/s]
- property hw_timestamp
Hardware timestamp of the IMU sample
- property temperature
Temperature at the time of the IMU sample
- property timestamp
Timestamp of the IMU sample