A IMU fusion specially made for 3dof devices.
More...
Go to the source code of this file.
|
#define | M_IMU_3DOF_USE_GRAVITY_DUR_300MS (1 << 0) |
|
#define | M_IMU_3DOF_USE_GRAVITY_DUR_20MS (1 << 1) |
|
|
enum | m_imu_3dof_state { M_IMU_3DOF_STATE_START = 0
, M_IMU_3DOF_STATE_RUNNING = 1
} |
|
A IMU fusion specially made for 3dof devices.
- Author
- Jakob Bornecrantz jakob.nosp@m.@col.nosp@m.labor.nosp@m.a.co.nosp@m.m
◆ m_imu_3dof_update()
void m_imu_3dof_update |
( |
struct m_imu_3dof * |
f, |
|
|
uint64_t |
timestamp_ns, |
|
|
const struct xrt_vec3 * |
accel, |
|
|
const struct xrt_vec3 * |
gyro |
|
) |
| |