The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

t/imu: Update docs to specify units for gyro.

+2 -2
+2 -2
src/xrt/auxiliary/tracking/t_imu.h
··· 55 55 * @param fusion The IMU Fusion object 56 56 * @param timestamp_ns The timestamp corresponding to the information being 57 57 * processed with this call. 58 - * @param ang_vel Angular velocity vector from gyroscope 58 + * @param ang_vel Angular velocity vector from gyroscope: in radians per second. 59 59 * @param ang_vel_variance The variance of the angular velocity measurements: 60 60 * part of the characteristics of the IMU being used. 61 61 * ··· 109 109 * @param fusion The IMU Fusion object 110 110 * @param timestamp_ns The timestamp corresponding to the information being 111 111 * processed with this call. 112 - * @param ang_vel Angular velocity vector from gyroscope 112 + * @param ang_vel Angular velocity vector from gyroscope: radians/s 113 113 * @param ang_vel_variance The variance of the angular velocity measurements: 114 114 * part of the characteristics of the IMU being used. 115 115 * @param accel Accelerometer data (in m/s/s) including the effect of gravity -