Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2b6fcc9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickelectric committed Jan 30, 2024
1 parent 8a63dc2 commit 953fee8
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 953fee8

Please sign in to comment.