BluEye-Robotics / blueye.sdk

A Python package for remote control of Blueye underwater drones.
GNU Lesser General Public License v3.0
17 stars 4 forks source link

Add example script forwarding drone position as NMEA over UDP #170

Closed follesoe closed 1 week ago

follesoe commented 3 weeks ago

A scenario that would make a nice example is to subscribe to the PositionEstimateTel, and forward it as NMEA sentences over UDP.

This would show customers how to use the SDK to see the drone position on external navigation systems capable of receiving data via UDP.