-
Notifications
You must be signed in to change notification settings - Fork 292
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 ign-gazebo3 ➡️ ign-gazebo6 #2013
Conversation
…usly (gazebosim#1962) The main reason that the Resource Spawner took a long time to load is that it tried to fetch the list of all available models on Fuel instead of just the selected owner. And it did that while blocking the Qt thread, so the user was unable to interact with the GUI while the model list was being fetched. The approach I've taken is to only fetch the list of models for the default owner ("openrobotics") and allow users to add/remove any owner they want. The fetching is also done in a separate thread so as to not block the GUI. --------- Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
* Include gz/msgs.hh instead of ignition * Install components.hh to gz/sim Signed-off-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org> Signed-off-by: Steve Peters <scpeters@openrobotics.org> Co-authored-by: Steve Peters <scpeters@openrobotics.org>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
…ts on a topic (gazebosim#1994) * Working on marker topic Signed-off-by: Nate Koenig <natekoenig@gmail.com> * Fixed build Signed-off-by: Nate Koenig <natekoenig@gmail.com> * Fixed test Signed-off-by: Nate Koenig <natekoenig@gmail.com> * Cleanup Signed-off-by: Nate Koenig <natekoenig@gmail.com> * codecheck Signed-off-by: Nate Koenig <natekoenig@gmail.com> --------- Signed-off-by: Nate Koenig <natekoenig@gmail.com>
…in a `<world>` (gazebosim#1998) Signed-off-by: Henrique-BO <henrique.barrosoliveira@usp.br>
Does this require an upstream release?
|
It does. I'll make one shortly. |
@osrf-jenkins run tests please |
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #2013 +/- ##
===============================================
- Coverage 65.38% 65.37% -0.02%
===============================================
Files 327 327
Lines 26993 27005 +12
===============================================
+ Hits 17649 17654 +5
- Misses 9344 9351 +7
|
Is the windows failure part of the homebrew proto upgrade issue? |
No, it's a test failure from a test that was added recently (in #1998). That PR targetted ign-gazebo3 which doesn't have windows CI. |
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
I've updated the test in
to
because I've also updated the branch to contain the latest PR added to ign-gazebo6. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine. I'll leave CI determination up to you.
The test failure on Ubuntu seems to also occur on the stable branch (https://build.osrfoundation.org/view/ign-fortress/job/ignition_gazebo-ci-ign-gazebo6-focal-amd64/178/) . The windows warnings are also (https://build.osrfoundation.org/view/ign-fortress/job/ign_gazebo-ign-6-win/177) even though they seem to disappear in newer builds. I think that's probably due to the workspace not being cleared (gazebo-tooling/release-tools#724 (comment)). Merging! |
➡️ Forward port
Port
ign-gazebo3
➡️ign-gazebo6
Branch comparison: ign-gazebo6...ign-gazebo3
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)