手动/稳定模式在当遥控杆居中时可稳定多旋翼飞行器。 要手动移动/飞行飞机,您可以移动杆使其偏离居中位置。
:::note This multicopter mode is enabled if you set either Manual or Stabilized modes. :::
When under manual control the roll and pitch sticks control the angle of the vehicle (attitude) around the respective axes, the yaw stick controls the rate of rotation above the horizontal plane, and the throttle controls altitude/speed.
As soon as you release the control sticks they will return to the center deadzone. The multicopter will level out and stop once the roll and pitch sticks are centered. The vehicle will then hover in place/maintain altitude - provided it is properly balanced, throttle is set appropriately (see below), and no external forces are applied (e.g. wind). The craft will drift in the direction of any wind and you have to control the throttle to hold altitude.
The pilot's inputs are passed as roll and pitch angle commands and a yaw rate command. Throttle is rescaled (see below) and passed directly to the output mixer. The autopilot controls the attitude, meaning it regulates the roll and pitch angles to zero when the RC sticks are centered inside the controller deadzone (consequently leveling-out the attitude). The autopilot does not compensate for drift due to wind (or other sources).
:::note
- Manual input is required (RC controller, or gamepad/thumbsticks through MAVLink). :::
参数 | 描述 |
---|---|
MPC_THR_HOVER | 当油门杆居中并且MPC_THR_CURVE 设置为默认值时输出的悬停油门。 |
MPC_THR_CURVE | 定义油门比例。 默认设置为重新调节至悬停推力这意味着当油门杆居中时,输出配置的悬停油门( MPC_THR_HOVER )并且杆输入在其下方和上方线性重新调整(允许在稳定模式和高度/位置控制模式之间平滑过渡)。 |
在功率大的飞机上,悬停油门可能非常低(例如低于20%),因此重新调整会使油门输入变形—— 即这里80%的推力将仅由杆输入的上半部分控制,20%由底部的来控制。 如果需要,可以将MPC_THR_CURVE 设置为无重新调整,不进行重新调整(干输入对油门的映射的棒独立于MPC_THR_HOVER )。 |