Skip to content

Commit

Permalink
Fix Waterlinked -> Water Linked
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Apr 3, 2024
1 parent bc0e4d3 commit c752e22
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### v1.0.1
- Fixed an issue where the driver was sending Rangefinder messages with invalid data

This is a docker implementation of a Waterlinked DVL A50 and A125 driver as a BlueOS Extension.
This is a docker implementation of a Water Linked DVL A50 and A125 driver as a BlueOS Extension.

## Install

Expand Down
4 changes: 2 additions & 2 deletions dvl-a50/dvl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Code for integration of Waterlinked DVL A50/A125 with Companion and ArduSub
Code for integration of Water Linked DVL A50/A125 with Companion and ArduSub
"""

import json
Expand Down Expand Up @@ -48,7 +48,7 @@ class DvlDriver(threading.Thread):
version = ""
mav = Mavlink2RestHelper()
socket = None
port = 16171 # Waterlinked mentioned they won't allow changing or disabling this
port = 16171 # Water Linked mentioned they won't allow changing or disabling this
current_orientation = DVL_DOWN
enabled = True
rangefinder = True
Expand Down
2 changes: 1 addition & 1 deletion dvl-a50/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
"""
Driver for the Waterlinked DVL A-50
Driver for the Water Linked DVL A-50
"""

import json
Expand Down
2 changes: 1 addition & 1 deletion dvl-a50/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
setup(
name="dvl_service",
version="0.1.0",
description="Waterlinked A-50 DVL service",
description="Water Linked DVL service",
license="MIT",
install_requires=[
"python3-nmap == 1.5.4",
Expand Down
4 changes: 2 additions & 2 deletions dvl-a50/static/service.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"Waterlinked DVL",
"description":"Driver for Waterlinked's DVL",
"name":"Water Linked DVL",
"description":"Driver for Water Linked's DVL",
"icon":"mdi-dots-vertical",
"company":"Blue Robotics",
"version":"1.0.4",
Expand Down

0 comments on commit c752e22

Please sign in to comment.