Monado OpenXR Runtime
|
Parameters for accelerometer and gyroscope calibration. More...
#include <tracking/t_tracking.h>
Data Fields | |
double | transform [3][3] |
Linear transformation for raw measurements alignment and scaling. More... | |
double | offset [3] |
Offset to apply to raw measurements. More... | |
double | bias_std [3] |
Modeled sensor bias. More... | |
double | noise_std [3] |
Modeled measurement noise. More... | |
Parameters for accelerometer and gyroscope calibration.
double t_inertial_calibration::bias_std[3] |
Modeled sensor bias.
double t_inertial_calibration::noise_std[3] |
Modeled measurement noise.
double t_inertial_calibration::offset[3] |
Offset to apply to raw measurements.
double t_inertial_calibration::transform[3][3] |
Linear transformation for raw measurements alignment and scaling.
Referenced by vive_get_imu_calibration().