I have similar situation except I want to control two additional motors from a custom module not just RC mapping to a AUX channel.
I basically want to send PWM values on PWM outputs 5 and 6 from a custom module without affecting PWM 1-4 which is required for the quadcopter to fly.
I already have a custom module compiled and running on my board. Can this be done via uorb or does it have to be at a lower level ? a code snippet for achieving what I’ve described would be helpful. Any help is appreciated : )