如何理解MWC飞控中的“GYRO_SCALE”-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 3803|回复: 1

如何理解MWC飞控中的“GYRO_SCALE”

[复制链接]
发表于 2016-6-19 17:59 | 显示全部楼层 |阅读模式
请问高手,MWC飞控中IMU代码里的GYRO_SCALE如何理解?
相关源代码如下:
#define GYRO_SCALE ((2279 * PI)/((32767.0f / 4.0f ) * 180.0f * 1000000.0f)) //(ITG3200 and MPU6050)
// +-2000/sec deg scale
// for WMP, empirical value should be #define GYRO_SCALE (1.0f/200e6f)
// !!!!should be adjusted to the rad/sec and be part defined in each gyro sensor
此处如果不考虑经验值修正的问题,理论上是否应该如下:
(2000/32768)*(PI/180)
他这里理想算式为:
(2000/(32768/4))*(PI/180)
这里面的“/4”是怎么来的,我不理解,请有明白的高手来指点一下,谢谢!
 楼主| 发表于 2016-6-20 05:27 | 显示全部楼层
无标题.jpg
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-12-1 04:40 , Processed in 0.129094 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表