feat(actuators): Control Flaps from AUX channel (#26913)

* feat(rc): flaps via AUX channel

* docs(actuators): add flaps and spoilers from RC

Co-authored-by: Silvan Fuhrer <silvan@auterion.com>

* docs(actuators): Update docs/en/payloads/generic_actuator_control.md

Co-authored-by: Hamish Willee <hamishwillee@gmail.com>

* docs(actuators): move flaps setup docs

---------

Co-authored-by: Silvan Fuhrer <silvan@auterion.com>
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
This commit is contained in:
Nick
2026-04-02 11:48:44 +02:00
committed by GitHub
parent 0b621009d5
commit 76eca4b7a4
5 changed files with 78 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ To map a particular RC channel to an output function `RC AUX n` (and hence it's
For example, to control an actuator attached to AUX pin 3 (say) you would assign the output function `RC AUX 5` to the output `AUX3`.
You could then use set the RC channel to control the `AUX3` output using `RC_MAP_AUX5`.
## Generic Actuator Control in Missions
To use generic actuator control in a mission you must first [configure the outputs that you want to control using MAVLink](#generic-actuator-control-with-mavlink).