# 飞行控制器/传感器方向

默认的飞行器(如果具有外部罗盘)应该向上安装在机架上部,箭头朝向飞行器的前方。 如果板载或外部罗盘被安装在其他方向,您需要在固件中配置。

# 计算朝向

ROLL, PITCH and/or YAW offsets of the flight controller are calculated relative to the vehicle around the forward, right, down axes.

The axes to rotate around stay the same from one rotation step to the next one. So the frame to perform the rotation in stays fixed. This is also known as extrinsic rotation.

For example, the vehicles shown below have rotations around the z-axis (only) corresponding to: ROTATION_NONE, ROTATION_YAW_90,ROTATION_YAW_180,ROTATION_YAW_270.

Yaw Rotation

# 设置朝向

To set the orientations:

  1. 打开 QGroundControl 并连接上飞机。

  2. 在工具栏选择 齿轮 图标 (机体设置),然后在侧边栏选择 传感器

  3. 选择 Set Orientations 按钮。

  4. 选择 自驾仪方向(AutoPilot Orientation)之前计算的值)。

  5. 同样的选择 外置罗盘方向(External Compass Orientation)(只有当您的飞行器有外部罗盘时,才会显示此选项)。

  6. 点击 OK

# 优化调整

You can use Level Horizon Calibration to compensate for small miss-alignments in controller orientation and to level the horizon in flight view.

# 更多信息