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

Convert ignitionrobotics to gazebosim in sources and includes #1758

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

nkoenig
Copy link
Contributor

@nkoenig nkoenig commented Oct 12, 2022

🎉 New feature

Summary

Converts ignitionrobotics to gazebosim in the include and src directories. I also fixed the ign_TEST test.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • 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.

Signed-off-by: Nate Koenig <nate@openrobotics.org>
@github-actions github-actions bot added the 🏰 citadel Ignition Citadel label Oct 12, 2022
@codecov
Copy link

codecov bot commented Oct 12, 2022

Codecov Report

Merging #1758 (f998cc2) into ign-gazebo3 (25ddf2f) will increase coverage by 0.01%.
The diff coverage is n/a.

@@               Coverage Diff               @@
##           ign-gazebo3    #1758      +/-   ##
===============================================
+ Coverage        77.98%   77.99%   +0.01%     
===============================================
  Files              255      255              
  Lines            15040    15040              
===============================================
+ Hits             11729    11731       +2     
+ Misses            3311     3309       -2     
Impacted Files Coverage Δ
include/ignition/gazebo/ServerConfig.hh 100.00% <ø> (ø)
src/ServerConfig.cc 90.28% <ø> (ø)
src/World.cc 96.87% <ø> (ø)
src/gui/AboutDialogHandler.cc 66.66% <ø> (ø)
src/network/NetworkManagerPrimary.cc 78.89% <ø> (ø)
...rc/systems/ackermann_steering/AckermannSteering.hh 100.00% <ø> (ø)
src/Server.cc 86.14% <0.00%> (+1.20%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@@ -37,6 +37,10 @@ static const std::string kIgnModelCommand(
/////////////////////////////////////////////////
std::string customExecStr(std::string _cmd)
{
// Augment the system plugin path.
gz::common::setenv("IGN_GAZEBO_SYSTEM_PLUGIN_PATH",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IGN_GAZEBO_SYSTEM_PLUGIN_PATH or GZ_GAZEBO_SYSTEM_PLUGIN_PATH

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is targeting citadel, so IGN_GAZEBO_SYSTEM_PLUGIN_PATH is correct in this case.

@nkoenig nkoenig requested a review from ahcorde October 12, 2022 20:18
@nkoenig nkoenig merged commit 3276fbd into ign-gazebo3 Oct 12, 2022
@nkoenig nkoenig deleted the nkoenig/ign-gz-srcs branch October 12, 2022 20:58
nkoenig added a commit that referenced this pull request Nov 3, 2022
* 🎈 3.14.0~pre1 (#1650)

Signed-off-by: Louise Poubel <louise@openrobotics.org>

* Remove redundant namespace references (#1635)

Signed-off-by: methylDragon <methylDragon@gmail.com>

* 🎈 3.14.0 (#1657)

Signed-off-by: Louise Poubel <louise@openrobotics.org>

Signed-off-by: Louise Poubel <louise@openrobotics.org>

* readd namespaces for Q_ARGS (#1670)

* Remove actors from screen when they are supposed to (#1699)

# 🦟 Bug fix

Supercedes #1697.  Note: When forward porting we will have to update the hashmaps to erase the new hashmaps created.

Fixes #<NUMBER>

## Summary
Found that when actors are De-spawned the actor visuals are not destroyed. This commit addresses this bug by adding the missing remove logic in RenderUtils.

## Before
![bug](https://user-images.githubusercontent.com/542272/189558600-196d98c5-1dcf-4d6c-93d6-7493df38c0e4.gif)

## After
![no_bug](https://user-images.githubusercontent.com/542272/189558924-3f2e3c5d-68f3-4d80-aee4-3dc3ce6742a1.gif)

## Notes:
Theres a lot of hashmaps being populated in RenderUtils whenever a new actor is spawned. I hope I've caught them all. 
Also while I need these working in garden (as all the projects Im working on use garden), should I backport these changes?

Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>

* Update examples to use gazebosim.org

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* Citadel: Removed warnings (#1753)

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Added collection name to About Dialog (#1756)

Signed-off-by: ahcorde <ahcorde@gmail.com>

* Convert ignitionrobotics to gazebosim in tests directory (#1757)

* Convert ignitionrobotics to gaazebosim in tests directory

Signed-off-by: Nate Koenig <nate@openrobotics.org>

* fix gz-gazebo

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Signed-off-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Convert ignitionrobotics to gazebosim in sources and includes (#1758)

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Signed-off-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Convert ignitionrobotics to gazebosim in tutorials (#1759)

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Signed-off-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: Nate Koenig <nate@openrobotics.org>

* Final update of ignitionrobotics to gazebosim for citadel (#1760)

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Signed-off-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: Nate Koenig <nate@openrobotics.org>

* remove PlotIcon (#1658)

Signed-off-by: youhy <haoyuan2019@outlook.com>

Signed-off-by: youhy <haoyuan2019@outlook.com>

* Fix UNIT_ign_TEST

Signed-off-by: Nate Koenig <nate@openrobotics.org>

Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: methylDragon <methylDragon@gmail.com>
Signed-off-by: Arjo Chakravarty <arjo@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: ahcorde <ahcorde@gmail.com>
Signed-off-by: youhy <haoyuan2019@outlook.com>
Co-authored-by: Louise Poubel <louise@openrobotics.org>
Co-authored-by: methylDragon <methylDragon@gmail.com>
Co-authored-by: Jenn Nguyen <jenn@openrobotics.org>
Co-authored-by: Arjo Chakravarty <arjo@openrobotics.org>
Co-authored-by: Nate Koenig <nate@openrobotics.org>
Co-authored-by: Alejandro Hernández Cordero <ahcorde@gmail.com>
Co-authored-by: AzulRadio <50132891+AzulRadio@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants