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 4 of 4 #2260

Merged
merged 68 commits into from
Dec 23, 2023
Merged

Conversation

caguero
Copy link
Contributor

@caguero caguero commented Dec 6, 2023

Summary

This pull request finishes the series of maritime tutorials. I'm adding a new tutorial covering how to create a maritime surface vehicle.

Screenshot from 2023-12-06 21-11-01

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.

caguero and others added 30 commits December 1, 2023 19:08
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: 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]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[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: Alejandro Hernández Cordero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
caguero and others added 11 commits December 12, 2023 11:08
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]>
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]>
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]>
Signed-off-by: Carlos Agüero <[email protected]>
…im/gz-sim into caguero/maritime_tutorials_part2
Signed-off-by: Carlos Agüero <[email protected]>
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.

No more changes requested from me, looks good.

Base automatically changed from caguero/maritime_tutorials_part3 to gz-sim8 December 22, 2023 17:10
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
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.

Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
Signed-off-by: Carlos Agüero <[email protected]>
@caguero
Copy link
Contributor Author

caguero commented Dec 22, 2023

wait some linters are failing https:/gazebosim/gz-sim/actions/runs/7302639519/job/19901655075?pr=2260

It should be fixed now.

Copy link

codecov bot commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8b40b54) 65.62% compared to head (33ba83e) 65.63%.
Report is 4 commits behind head on gz-sim8.

Additional details and impacted files
@@             Coverage Diff             @@
##           gz-sim8    #2260      +/-   ##
===========================================
+ Coverage    65.62%   65.63%   +0.01%     
===========================================
  Files          324      324              
  Lines        30924    30925       +1     
===========================================
+ Hits         20293    20298       +5     
+ Misses       10631    10627       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@caguero caguero merged commit 8f84b05 into gz-sim8 Dec 23, 2023
8 of 10 checks passed
@caguero caguero deleted the caguero/maritime_tutorials_part4 branch December 23, 2023 08:30
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.

3 participants