Skip to content

Монтаж Політного Контролера

Політний контролер слід розташувати на рамі якомога ближче до центру маси (CoG), верхньою стороною вгору, та орієнтувати так, щоб стрілка позначки курсу вказувала на передню частину апарату. Часто необхідна віброізоляція, тому слід дотримуватися рекомендацій виробника. Якщо змонтовано таким чином, подальша конфігурація PX4 не потрібна.

Orientation

Almost all Flight Controllers have a heading mark arrow (shown below). The controller should be placed on the frame top-side up, oriented so that the arrow points towards the front of the vehicle (on all aircraft frames - airplane, multirotor, VTOL, ground vehicles etc.).

FC Heading Mark

FC Orientation

:::note If the controller cannot be mounted in the recommended/default orientation due to physical constraints, you will need to configure the autopilot software with the orientation that you actually used: Flight Controller Orientation. :::

Position

The flight controller should be placed on the frame as close as possible to the centre-of-gravity.

If you can't mount the controller in this position, then you should configure the following parameters to set offset relative to the CoG: EKF2_IMU_POS_X, EKF2_IMU_POS_Y, EKF2_IMU_POS_Z (for the default EKF2 estimator).

Note that if you don't set these offsets then EKF2 position/velocity estimates will be at the IMU location rather that at the CoG. This may result in undesirable oscillations, depending on how far away the IMU is from the CoG.

Details

Explanation To understand the impact of not setting these offsets, consider the case when the flight controller (IMU) is in front of the CoG, you're flying in position mode, and there is a forward pitching motion around the CoG. The altitude estimate will go down, because the IMU has in fact moved down. As a reaction, the altitude controller will give more thrust to compensate. The amplitude depends on how far the IMU is located from the CoG. It might be negligible, but it is still some unneeded control effort that is constantly applied. If the offsets are specified, a pure pitch motion would not create any change in the altitude estimate so there will be less parasitic corrections.

Vibration Isolation

Flight Control boards with in-built accelerometers or gyros are sensitive to vibrations. Some boards include in-built vibration-isolation, while others come with mounting foam that you can use to isolate the controller from the vehicle.

Pixhawk Mounting foam Vibration damping foam

You should use the mounting strategy recommended in your flight controller documentation.

TIP

Log Analysis using Flight Review > Vibration explains how to test whether vibration levels are acceptable, and Vibration Isolation suggests a number of possible solutions if there is a problem.