-
Notifications
You must be signed in to change notification settings - Fork 15
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
Acoustic comms refactoring #232
Conversation
Signed-off-by: Aditya <[email protected]>
Signed-off-by: Aditya <[email protected]>
Signed-off-by: Aditya <[email protected]>
Signed-off-by: Aditya <[email protected]>
Signed-off-by: Aditya <[email protected]>
Signed-off-by: Aditya <[email protected]>
Signed-off-by: Aditya <[email protected]>
Signed-off-by: Aditya <[email protected]>
Signed-off-by: Aditya <[email protected]>
The failing tests are also failing on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems OK to me. We just need to make the tests pass.
Signed-off-by: Aditya <[email protected]>
@arjo129 , we have CI passing here ! Are the changes here compatible with LRAUV app ? i.e. I'm trying to understand how Acoustic comms used to interact with the app. Is the CI testing against the app here @hidmic ? AFA I see, the app does not contain any acoustic message interaction, so we should be safe. Note : Old acoustic comms message, CommsClient are not to be removed, as the comms client is now just wrapping over the old message. |
Signed-off-by: Aditya <[email protected]>
Signed-off-by: Aditya <[email protected]>
This PR attempts to use the upstream acoustic comms plugin (gazebosim/gz-sim#1608) in gz-sim, and replace the implementation here.