change the range of accel

This commit is contained in:
KalmanSLightech
2018-07-23 11:23:44 +08:00
parent 08fb1a425f
commit c5a4161b9c
3 changed files with 5 additions and 5 deletions

View File

@@ -37,6 +37,6 @@ IMU 包/小包,是一组 IMU 数据。
| Description | 序列号 | 时间戳 | 指定传感器类型 | IMU 的温度 | 陀螺仪或陀螺仪 x y z 三轴的值 |
* 加速度计和陀螺仪的计量值换算成物理值公式: **real = data * range / 0x10000**
* 加速度计量程默认值为 **8 g** ,陀螺仪量程默认值为 **1000 deg/s**
* 加速度计量程默认值为 **12 g** ,陀螺仪量程默认值为 **1000 deg/s**
* 温度计量值换算成物理值公式: **real = data / ratio + offset**
* ``ratio`` 默认值为 **326.8** ``offset`` 默认值为 **25℃**