Hi,
I am having trouble displaying positions, both for the boat (external GPS) and for the ROV (equipped with WaterLinked DVL A-50). I’m running BlueOS 1.0.1 with a Navigator autopilot. My goal is to have a map display showing the position of the boat (the external GPS feed) and the position of the ROV (calculated by the DVL).
Forgetting the DVL for the moment, I have not yet succeeded at displaying the boat position in QGC. I’ve tried both a true serial NMEA feed from a Garmin GPS (confirmed it is sending GGA to the port at 4800 baud), and a USB puck antenna sending to a virtual serial port (also 4800 baud, also confirmed sending GGA). I’ve tried following various forum posts including:
- in BlueOS tools, using the NMEA Injector to establish a UDP endpoint on port 27000
- in BlueOS tools, establishing a new network bridge
- I couldn’t implement this because the minimum selectable baud rate is 9600
- in QGC Parameters, setting “GPS_TYPE” to MAV
- in QGC Application Settings, selecting Auto-connect to NMEA GPS Device (and selecting the correct serial port) and disabling auto-connect to RTK GPS
As for the DVL, it is running fine and in its plan-view position window I can see the calculated ROV position in terms of delta X, delta Y, delta Z from the origin.
Questions are:
- How to get the boat position displayed? (is my 4800 baud GPS precluding this?)
- How to then display the DVL-calculated position relative to the boat on the same map.
Thanks for any clues,
-Scott