-
Notifications
You must be signed in to change notification settings - Fork 297
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
Merge 8 -> main #2378
Merge 8 -> main #2378
Conversation
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: retinfai <aferetipama@gmail.com>
…ata (#2358) Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
# Summary The examples/worlds directory does not contain any example world for DopplerVelocityLogSystem plugin. This PR adds the following: Example world based on test/worlds/flat_seabed.sdf but with a SceneBroadcaster. README.md in test/worlds directory to inform users not to use those world files. More information can be found in Issue #2344 and PR #2346. # Test it This world can be tested (after building and sourcing the workspace) using the following command ``` gz sim flat_seabed.sdf ``` --------- Signed-off-by: Saurabh Kamat <kamatsaurabh01@gmail.com>
* Do not need distutils on jammy Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org> --------- Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
--------- Signed-off-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2378 +/- ##
==========================================
+ Coverage 65.66% 65.95% +0.28%
==========================================
Files 324 327 +3
Lines 30938 31319 +381
==========================================
+ Hits 20315 20655 +340
- Misses 10623 10664 +41 ☔ View full report in Codecov by Sentry. |
I think the warning on Jammy is an existing issue and should be fixed in a follow up PR. This is good to merge. |
➡️ Forward port
Port gz-sim8 to main
Branch comparison: main...gz-sim8
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)