···5555 * @param fusion The IMU Fusion object
5656 * @param timestamp_ns The timestamp corresponding to the information being
5757 * processed with this call.
5858- * @param ang_vel Angular velocity vector from gyroscope
5858+ * @param ang_vel Angular velocity vector from gyroscope: in radians per second.
5959 * @param ang_vel_variance The variance of the angular velocity measurements:
6060 * part of the characteristics of the IMU being used.
6161 *
···109109 * @param fusion The IMU Fusion object
110110 * @param timestamp_ns The timestamp corresponding to the information being
111111 * processed with this call.
112112- * @param ang_vel Angular velocity vector from gyroscope
112112+ * @param ang_vel Angular velocity vector from gyroscope: radians/s
113113 * @param ang_vel_variance The variance of the angular velocity measurements:
114114 * part of the characteristics of the IMU being used.
115115 * @param accel Accelerometer data (in m/s/s) including the effect of gravity -