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

acquiring global position(lat, lon) data through blueye.sdk #96

Closed jae-hyeong-hwang closed 3 years ago

jae-hyeong-hwang commented 3 years ago

Hi! I am trying to connect information from blueye pioneer to my gui.

Is your feature request related to a problem? Please describe. I think I have looked into every files inside blueye.sdk package. But I couldn't find function that I can get global position data. Is there? If not, how can I get the data by CLI?

Additional context p.s. how can I also get the temperature data? without accessing to log file.

Thank you in advance