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 hotfix for connecting to Blunux >3.0 #119

Closed sindrehan closed 1 year ago

sindrehan commented 1 year ago

Starting with Blunux 3.0 the drone requires a TCP connection before starting the service responsible for publishing UDP messages.

codecov[bot] commented 1 year ago

Codecov Report

Merging #119 (e79d5d3) into master (1d22dd0) will decrease coverage by 0.42%. The diff coverage is 55.55%.

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   85.55%   85.13%   -0.42%     
==========================================
  Files           8        8              
  Lines         706      713       +7     
==========================================
+ Hits          604      607       +3     
- Misses        102      106       +4     
Flag Coverage Δ
macos_python310 85.13% <55.55%> (-0.42%) :arrow_down:
macos_python37 83.93% <55.55%> (-0.45%) :arrow_down:
macos_python38 85.13% <55.55%> (-0.42%) :arrow_down:
macos_python39 85.13% <55.55%> (-0.42%) :arrow_down:
ubuntu_python310 85.13% <55.55%> (-0.42%) :arrow_down:
ubuntu_python37 83.93% <55.55%> (-0.45%) :arrow_down:
ubuntu_python38 85.13% <55.55%> (-0.42%) :arrow_down:
ubuntu_python39 85.13% <55.55%> (-0.42%) :arrow_down:
windows_python310 85.11% <55.55%> (-0.42%) :arrow_down:
windows_python37 83.91% <55.55%> (-0.45%) :arrow_down:
windows_python38 85.11% <55.55%> (-0.42%) :arrow_down:
windows_python39 85.11% <55.55%> (-0.42%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
blueye/sdk/drone.py 84.57% <55.55%> (-1.51%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.