-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 2b6fcc9 🚀
- Loading branch information
1 parent
8a63dc2
commit 953fee8
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3182,6 +3182,49 @@ | |
"docker": "bluerobotics/blueos-water-linked-dvl", | ||
"website": "https://github.com/bluerobotics/BlueOS-Water-Linked-DVL/", | ||
"versions": { | ||
"v1.0.3": { | ||
"permissions": { | ||
"ExposedPorts": { | ||
"9001/tcp": {} | ||
}, | ||
"HostConfig": { | ||
"Binds": [ | ||
"/root/.config:/root/.config" | ||
], | ||
"PortBindings": { | ||
"9001/tcp": [ | ||
{ | ||
"HostPort": "" | ||
} | ||
] | ||
} | ||
} | ||
}, | ||
"requirements": "core >= 1.1", | ||
"tag": "v1.0.3", | ||
"website": "https://github.com/bluerobotics/BlueOS-Water-Linked-DVL", | ||
"authors": [ | ||
{ | ||
"name": "Willian Galvani", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"docs": null, | ||
"readme": "# BlueOS-Water-Linked-DVL\n\n## Changelog\n\n### v1.0.3\n - Uses an random available port instead of 9001 to avoid conflict\n - Updated menu icon\n\n### v1.0.2\n - Improved style\n\n### v1.0.1\n - Fixed an issue where the driver was sending Rangefinder messages with invalid data\n\nThis is a docker implementation of a Waterlinked DVL A50 driver as a BlueOS Extension.\n\n## Install\n\nInstall it from [BlueOS extensions tab](https://docs.bluerobotics.com/ardusub-zola/software/onboard/BlueOS-1.1/extensions/).\n\nThe service will show in the \"Extension Manager\" section in BlueOS, where there are some configuration options.\n", | ||
"company": { | ||
"name": "Blue Robotics", | ||
"about": "", | ||
"email": "[email protected]" | ||
}, | ||
"support": "https://github.com/bluerobotics/BlueOS-Water-Linked-DVL/issues", | ||
"type": "device-integration", | ||
"filter_tags": [ | ||
"positioning", | ||
"navigation", | ||
"doppler-velocity-log" | ||
], | ||
"extra_links": {} | ||
}, | ||
"v1.0.2": { | ||
"permissions": { | ||
"NetworkMode": "host" | ||
|