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

Maritime tutorials 💧 - Part 2 of 4 #2258

Merged
merged 45 commits into from
Dec 22, 2023
Merged

Conversation

caguero
Copy link
Contributor

@caguero caguero commented Dec 2, 2023

Summary

This pull request continues the series of maritime tutorials. I'm adding two new tutorials covering the theory of operation of the buoyancy and hydrodynamics plugins.

Screenshot from 2023-12-02 17-22-05

Pinging @crvogt for review.

How to test it

colcon build --merge-install --packages-select gz-sim8 --cmake-target doc

Point your browser to build/gz-sim8/doxygen/html/tutorials.html and go from there.

Checklist

  • Signed all commits for DCO
  • Added tests
  • 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.

tutorials/theory_buoyancy.md Outdated Show resolved Hide resolved
tutorials/theory_buoyancy.md Outdated Show resolved Hide resolved
tutorials/theory_buoyancy.md Outdated Show resolved Hide resolved
tutorials/theory_buoyancy.md Outdated Show resolved Hide resolved
tutorials/theory_buoyancy.md Outdated Show resolved Hide resolved
tutorials/theory_hydrodynamics.md Outdated Show resolved Hide resolved
tutorials/theory_hydrodynamics.md Outdated Show resolved Hide resolved
tutorials/theory_hydrodynamics.md Outdated Show resolved Hide resolved
tutorials/theory_hydrodynamics.md Outdated Show resolved Hide resolved
tutorials/theory_hydrodynamics.md Outdated Show resolved Hide resolved
caguero and others added 13 commits December 5, 2023 10:26
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: crvogt <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: crvogt <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
@caguero caguero changed the title Maritime tutorials - Part 2 Maritime tutorials - Part 2 of 4 Dec 5, 2023
caguero and others added 10 commits December 5, 2023 22:06
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
caguero and others added 3 commits December 5, 2023 22:09
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
tutorials/theory_buoyancy.md Outdated Show resolved Hide resolved
tutorials/theory_buoyancy.md Outdated Show resolved Hide resolved
tutorials/theory_buoyancy.md Outdated Show resolved Hide resolved
caguero and others added 11 commits December 6, 2023 14:15
Co-authored-by: Ian Chen <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Ian Chen <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
…im/gz-sim into caguero/maritime_tutorials_part1
Co-authored-by: Ian Chen <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Ian Chen <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Ian Chen <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
…im/gz-sim into caguero/maritime_tutorials_part2
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
@caguero caguero changed the title Maritime tutorials - Part 2 of 4 Maritime tutorials 💧 - Part 2 of 4 Dec 7, 2023
Copy link
Contributor

@arjo129 arjo129 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I absolutely enjoyed reading the theory tutorial. :) Just would like to add a small note at the end of the buoyancy tutorial regarding collision meshes.

# Known limitations

When the buoyancy plugin is configured in `graded buoyancy mode`, only `<box>`
and `<sphere>` collision geometries are supported.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also add a note that it relies on collision meshes. This can be annoying for end users who want to accurately model collision and buoyancy but the two have two different types of behaviour.

Copy link
Contributor Author

@caguero caguero Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

caguero and others added 3 commits December 12, 2023 11:08
Co-authored-by: crvogt <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
…im/gz-sim into caguero/maritime_tutorials_part2
Copy link
Contributor

@crvogt crvogt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me.

@caguero caguero requested a review from ahcorde December 22, 2023 09:34
Copy link
Contributor

@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment related with one link, otherwise LGTM

tutorials/theory_buoyancy.md Outdated Show resolved Hide resolved
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Base automatically changed from caguero/maritime_tutorials_part1 to gz-sim8 December 22, 2023 16:58
Signed-off-by: Carlos Agüero <[email protected]>
@caguero caguero merged commit ae0070f into gz-sim8 Dec 22, 2023
3 of 8 checks passed
@caguero caguero deleted the caguero/maritime_tutorials_part2 branch December 22, 2023 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants