Custom RC out via mavros?

I want to develop a custom control system for BlueROV2. My plan is to make a ros node that subscribes to sensor topics, then determines motor output according to different control algorithms. Is it possible to drive each motor individually via mavros? If so what topic should I be publishing to? I’ve tried /mavros/rc/out but this topic seems to interfere with the other process.