Files
PX4-Autopilot/src/modules/rc_update
Jacob Dahl 2209cb0a97 docs(rc_update): clarify that RC_CHAN_CNT gates RC input validity (#27443)
RC_CHAN_CNT is not "only meant for ground station use" — rc_update
reads it to compute _rc_calibrated, which gates
manual_control_input.valid. A value of 0 causes the RC manual
control input to be marked invalid and silently ignored by the
manual control selector, so flight mode switching and stick inputs
from RC stop working.

Tighten the short to mention calibration state and rewrite the long
to state the actual rule the firmware enforces.

Refs PX4#27439

Signed-off-by: Jacob Dahl <dahl.jakejacob@gmail.com>
2026-05-23 16:24:52 +10:00
..