Skip to content
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

Add tethys model with DVL sensor #9

Merged
merged 9 commits into from
Sep 29, 2023
Merged

Add tethys model with DVL sensor #9

merged 9 commits into from
Sep 29, 2023

Conversation

iche033
Copy link
Contributor

@iche033 iche033 commented Sep 13, 2023

🎉 New feature

Summary

Adds tethys underwater vehicle that contains various sensors. One of them is a DVL sensor which is a new harmonic feature.

The dvl sensor uses bottom tracking model. It's placed close to the surface of the water because the sea bed is currently quite shallow.

Test it

Requires this sensors system deadlock fix: gazebosim/gz-sim#2141

export GZ_SIM_RESOURCE_PATH=`pwd`/harmonic_demo:$GZ_SIM_RESOURCE_PATH
gz sim -v 4 -r harmonic_demo/harmonic.sdf

# move the vehicle
gz topic -t /model/tethys/joint/propeller_joint/cmd_thrust -m gz.msgs.Double -p 'data: -31'

# echo the dvl velocity topic and make sure that the velocities are changing
gz topic -e -t /tethys/dvl/velocity

teths_dvl

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

iche033 and others added 8 commits September 21, 2023 10:46
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Signed-off-by: Ian Chen <[email protected]>

---------

Signed-off-by: Dharini Dutia <[email protected]>
Signed-off-by: Ian Chen <[email protected]>
Co-authored-by: Ian Chen <[email protected]>
@iche033
Copy link
Contributor Author

iche033 commented Sep 29, 2023

merging this as the demo was already presented

@iche033 iche033 merged commit 8954ffb into main Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants