How to use ArduPilot using bluerov-ros-pkg

Hello!

My name is Lukas and I’m building my own ROV using bluerov-ros-pkg. I cannot find an information, at which topic I should publish to control thrusters through ArduPilot? I would like to replace xbox gamepad insited of Hoats joystick, because I think that I can get better move control of the ROV and I need that information.

The teleop_joy node publishes rc commands on <span class=“pl-s”>/mavros/rc/override</span>. bluerov-ros-pkg/teleop_joy.cpp at master · bluerobotics/bluerov-ros-pkg · GitHub

It is possible to use a different joystick, but the buttons will probably have to be remapped.

I would suggest at least trying it with an xbox controller first because they are inexpensive, handheld, and control of the rov is actually quite easy.

-Jacob