综合技术
直播中

云解相

7年用户 179经验值
私信 关注
[问答]

请问在remoter_ctrl的文件中trimPitch与trimRoll是做什么用的?

在remoter_ctrl 的文件中,trimPitch与trimRoll是做什么用的?不太明白。
/*遥控数据结构*/
typedef __packed struct
{
        float roll;   // 横滚
        float pitch;  // 俯仰
        float yaw;    // 航向
        float thrust;  //油门
        float trimPitch;
        float trimRoll;
        bool ctrlMode;   //遥控模式
        bool flightMode;  //飞行模式
        bool RCLock;    //锁定
} remoterData_t;

回帖(2)

施敏

2019-7-18 11:30:00
trimPitch和trimRoll是微调值,四轴漂移时可微调,就是这个微调值
举报

丁欣如

2019-7-18 11:45:56
谢谢啦,看明白了
举报

更多回帖

发帖
×
20
完善资料,
赚取积分