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

Fix xml and image in create maritime vehicle tutorial #2583

Conversation

alexandrosnic
Copy link
Contributor

@alexandrosnic alexandrosnic commented Sep 3, 2024

🦟 Bug fix

Fixes #

Summary

Replaced single quotes '' to double quotes "" in xml (my xml parser did not accept the single quotes), and fixed the path to the image in order to be displayed.

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.

tomcreutz and others added 6 commits August 27, 2024 00:57
The angular velocity was calculated using euler angles which led to singularities

---------

Signed-off-by: Tom Creutz <tcreutz97@gmail.com>
Signed-off-by: Shameek Ganguly <shameek@google.com>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org>
Co-authored-by: Aditya Pande <aditya050995@gmail.com>
Co-authored-by: Ian Chen <ichen@openrobotics.org>
Co-authored-by: Shameek Ganguly <shameek@google.com>
Added a check for non-empty laser scan ranges before accessing the elements.

Signed-off-by: Ian Chen <ichen@openrobotics.org>
* check !empty(), not compare to size()
* include what you use: add missing, remove unused
  headers, alphabetize.

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
* Model.hh: add ModelByName and ModelCount APIs
  Backport nested model accessor APIs from #2494.
* Add WrenchMeasured component
* Physics.cc: fix typo in comment
* sensor_TEST.py: move PreUpdate callback to Update
  The test's PreUpdate callback assumes that it executes
  after the ForceTorque::PreUpdate, so just move it to
  Update to gurantee it. Also fix a spelling error in
  the callback variable names.
* fix spelling in on_post_update_cb
* backport minor fixes to force-torque test
* Include System.hh from some systems, add comment

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Azmyin M. Kamal <azmyin12@gmail.com>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
@mjcarroll
Copy link
Contributor

@alexandrosnic can you sign off DCO please.

@azeey
Copy link
Contributor

azeey commented Sep 3, 2024

also, do you mind targeting the gz-sim9 branch since that's the branch used for Ionic?

Signed-off-by: Alexandros Nikolaou <alexnic31@gmail.com>
@alexandrosnic alexandrosnic changed the base branch from gz-sim8 to gz-sim9 September 4, 2024 14:32
Signed-off-by: Alexandros Nicolaou <34197007+alexandrosnic@users.noreply.github.com>
@alexandrosnic alexandrosnic closed this by deleting the head repository Sep 4, 2024
@alexandrosnic
Copy link
Contributor Author

@azeey @mjcarroll sorry for the mess, but just to not mess up with commits and rebase, I created a new PR #2592 with the correct branch gz-sim9 (and DCO)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎵 harmonic Gazebo Harmonic
Projects
Status: Inbox
Development

Successfully merging this pull request may close these issues.

7 participants