I am interested in controlling the lights and camera tilt of the BlueROV through mavros. I have the heavy addition of the BlueROV2 so my lights and camera servo are connected to the aux outputs of the BlueROV. I was thinking to use mavros_msgs/ActuatorControl Documentation but I was not sure if Ardusub supported this. Also, I was not sure what group mix value I would use in the message or the range is acceptable in the controls list of the message.
I have been looking at this github link. GitHub - patrickelectric/bluerov_ros_playground: Scripts to help BlueRov integration with ROS but there does not seem to be any implementation of what I am talking about. I was wondering if you guys have any idea about this or if this is possible right now.
Okay, thanks. according to that documentation in looks looks like it is for vehicle control. Is there a way to use that specifies light and camera control. Thank you.
Check your vehicle configuration and the joystick button that is used to control the light, you can use this same button in MANUAL_CONTROL message. There is no message for light control.