mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user