-
Notifications
You must be signed in to change notification settings - Fork 276
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 gz-sim8 ➡️ main #2525
Merged
Merged
Merge gz-sim8 ➡️ main #2525
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#2474) Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
This test was generating a warning about unused vairables. Unless built in debug mode, `aserts`are often optimized out we should be using the `ASSERT` macros from `gtest` instead. Signed-off-by: Arjo Chakravarty <arjoc@google.com>
n particular if a user despawns an entity, the associated plugin gets removed. This should prevent issues like #2165. TBH I'm not sure if this is the right way forward as a system should technically be able to access any entity in a traditional ECS. The PR has now been reworked and greatly simplified. All we do is stop all worker threads if an entity is removed and then recreate remaining threads.
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Shameek Ganguly <shameekarcanesphinx@gmail.com>
* Fix #2458 - checking linkEnity is empty Signed-off-by: Abhiroop Bhavsar <b22me002@iitj.ac.in> * Update src/systems/user_commands/UserCommands.cc Co-authored-by: Arjo Chakravarty <arjo129@gmail.com> Signed-off-by: Abhiroop Bhavsar <126786356+akky20@users.noreply.github.com> --------- Signed-off-by: Abhiroop Bhavsar <b22me002@iitj.ac.in> Signed-off-by: Abhiroop Bhavsar <126786356+akky20@users.noreply.github.com> Co-authored-by: Arjo Chakravarty <arjo129@gmail.com>
* Check entity exists before attempting to add system Signed-off-by: Ian Chen <ichen@openrobotics.org> * warn to err, add todo Signed-off-by: Ian Chen <ichen@openrobotics.org> --------- Signed-off-by: Ian Chen <ichen@openrobotics.org>
* Clarfied description that was not clear due to rename Ignition to Gazebo. Signed-off-by: Johan Rutgeerts <johan.rutgeerts@lancewood.eu> * Slight rephrasing for extra clarity. Signed-off-by: Johan Rutgeerts <johan.rutgeerts@lancewood.eu> --------- Signed-off-by: Johan Rutgeerts <johan.rutgeerts@lancewood.eu> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> Co-authored-by: Ian Chen <ichen@openrobotics.org>
* Use new ModelIdentifier::Url method --------- Signed-off-by: Michael Carroll <michael@openrobotics.org> Co-authored-by: Addisu Z. Taddese <addisu@openrobotics.org> Co-authored-by: Ian Chen <ichen@openrobotics.org>
…n AckermannSteering plugin (#2521) Signed-off-by: Ian Chen <ichen@openrobotics.org>
Signed-off-by: Ian Chen <ichen@openrobotics.org>
needs gazebosim/gz-fuel-tools#429 to be merged forward |
|
this is merged; manually restarting some CI jobs... |
iche033
approved these changes
Aug 14, 2024
I'm going to manually ignore the DCO failiure in order to merge this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
➡️ Forward port
Port
gz-sim8
➡️main
Branch comparison: main...gz-sim8
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)