Hello, I am looking to build an AUV that will run ardusub auto mission with ceruleansoner’s ROV Locator Mk II.
is auto mode or guide mode available with ROV Locator Mk II?
Any advice would be appreciated.
Hi @K-mura -
If ArduSub is receiving a location from the ROVL, then auto mode can indeed be used. You will need to configure the Cerulean Tracker software (Windows only) to send the position to the vehicle via NMEA.
You can then:
Go to the autopilot firmware page in BlueOS, and set SERIAL2 to udpin:0.0.0.0:27000
set the parameter SERIAL2_PROTOCOL to GPS
set the parameter GPS_TYPE to NMEA
Restart the autopilot
Finally, you may need to enter in the latitude and longitude of your ROVL topside receiver, or connect a USB GPS and configure it in Cerulean Tracker. If you have issues, please reach out to Cerulean for assistance!
This thread may be helpful!
@tony-white Thank you very much. I am a beginner and it helped me a lot.
Let me ask a few more questions. I understand how to use the ROV locator with the cellular tracker. I would like to eventually do these without a tether.
Is there any way to use the ROV locator with Blue OS alone, Or do I need to write an original python script to route the ROVlocator information to the Blue OS NMEA injector?
Any advice would be appreciated.
Hi @K-mura -
While the topside ROVL receiver will be able to locate the ROVL transmitter on your vehicle, without a tether to send this position information via the vehicle won’t know where it is located! An acoustic or optical modem could conceivably be used to send this information?
The ROVL transmitter could be mounted on the surface, with the receiver on the vehicle as mentioned in the documentation, however this is not the typical arrangement - I’d recommend contacting Cerulean for assistance with this approach if you require it.