-
Notifications
You must be signed in to change notification settings - Fork 1
Implemented initial version of DVL API (backport #1) #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
(cherry picked from commit 2141b28) # Conflicts: # .vscode/c_cpp_properties.json
(cherry picked from commit db1fbdb) # Conflicts: # .docker/Dockerfile # .github/workflows/docker.yml
(cherry picked from commit 7327cf7)
(cherry picked from commit 2dfdec2) # Conflicts: # .vscode/c_cpp_properties.json
(cherry picked from commit a303c14)
(cherry picked from commit 13a6fa1) # Conflicts: # example_pkg/package.xml
(cherry picked from commit cc84fbc) # Conflicts: # .devcontainer/nouveau/Dockerfile # .devcontainer/nouveau/devcontainer.json # .devcontainer/nvidia/Dockerfile # .devcontainer/nvidia/devcontainer.json # .docker/Dockerfile # .github/workflows/ci.yml # .github/workflows/docker.yml # .vscode/settings.json # README.md
(cherry picked from commit 6fcd518)
…a recipe (cherry picked from commit 5884c7c)
(cherry picked from commit 779d126)
(cherry picked from commit e633970)
(cherry picked from commit 2d5736b) # Conflicts: # README.md
(cherry picked from commit 42bd6a0)
(cherry picked from commit 4155f21)
(cherry picked from commit 8823870)
(cherry picked from commit 7e71d7b)
(cherry picked from commit 1f14078)
(cherry picked from commit 05df972)
(cherry picked from commit acebd1e) # Conflicts: # .vscode/c_cpp_properties.json
(cherry picked from commit b4ac968) # Conflicts: # .devcontainer/nouveau/Dockerfile # .devcontainer/nouveau/devcontainer.json # .devcontainer/nvidia/Dockerfile # .devcontainer/nvidia/devcontainer.json # .docker/Dockerfile # .github/workflows/ci.yml # .github/workflows/docker.yml # .vscode/settings.json # README.md
(cherry picked from commit 1d8bc3c)
(cherry picked from commit f765049)
(cherry picked from commit b9461b6)
(cherry picked from commit bea8201)
(cherry picked from commit 8cedc34) # Conflicts: # .github/workflows/ci.yml
(cherry picked from commit 4411139)
(cherry picked from commit a70ec26)
(cherry picked from commit d71daa4)
(cherry picked from commit 357abfd)
Cherry-pick of 2141b28 has failed:
Cherry-pick of db1fbdb has failed:
Cherry-pick of 2dfdec2 has failed:
Cherry-pick of 13a6fa1 has failed:
Cherry-pick of cc84fbc has failed:
Cherry-pick of 2d5736b has failed:
Cherry-pick of acebd1e has failed:
Cherry-pick of b4ac968 has failed:
Cherry-pick of 8cedc34 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
Changes Made
This PR introduces the v0.0.1 implementation of the Water Linked DVL API, including the
libwaterlinked
library and thewaterlinked_dvl_driver
package.Testing
Unit tests were implemented and hardware testing was performed using a DVL-A50.
This is an automatic backport of pull request #1 done by [Mergify](https://mergify.com).