Skip to content

Conversation

@methylDragon
Copy link
Contributor

@methylDragon methylDragon requested a review from chapulina as a code owner August 9, 2022 03:54
@github-actions github-actions bot added the 🏰 citadel Ignition Citadel label Aug 9, 2022
@methylDragon methylDragon force-pushed the namespace_cleanup branch 5 times, most recently from ace58d6 to 355b08b Compare August 9, 2022 22:14
@chapulina chapulina added the ign to gz Renaming Ignition to Gazebo. label Aug 10, 2022
@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #1635 (2f3afcb) into ign-gazebo3 (1cf75f3) will increase coverage by 0.03%.
The diff coverage is 73.52%.

@@               Coverage Diff               @@
##           ign-gazebo3    #1635      +/-   ##
===============================================
+ Coverage        77.94%   77.98%   +0.03%     
===============================================
  Files              255      255              
  Lines            15041    15041              
===============================================
+ Hits             11724    11730       +6     
+ Misses            3317     3311       -6     
Impacted Files Coverage Δ
include/ignition/gazebo/EntityComponentManager.hh 100.00% <ø> (ø)
...e/ignition/gazebo/detail/EntityComponentManager.hh 95.20% <ø> (ø)
src/gui/GuiFileHandler.cc 0.00% <0.00%> (ø)
src/gui/TmpIface.cc 4.76% <0.00%> (ø)
src/systems/battery_plugin/LinearBatteryPlugin.cc 42.08% <ø> (ø)
src/systems/detachable_joint/DetachableJoint.cc 70.42% <ø> (ø)
src/systems/imu/Imu.cc 71.42% <ø> (ø)
...int_position_controller/JointPositionController.cc 73.07% <ø> (ø)
src/systems/magnetometer/Magnetometer.cc 70.78% <ø> (ø)
.../multicopter_control/MulticopterVelocityControl.cc 72.39% <ø> (ø)
... and 44 more

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

@methylDragon
Copy link
Contributor Author

Seems this is good to go too!

@chapulina chapulina merged commit b0fcc0a into ign-gazebo3 Aug 17, 2022
@chapulina chapulina deleted the namespace_cleanup branch August 17, 2022 19:19
@jennuine jennuine mentioned this pull request Aug 27, 2022
8 tasks
nkoenig added a commit that referenced this pull request Nov 3, 2022
* 🎈 3.14.0~pre1 (#1650)

Signed-off-by: Louise Poubel <[email protected]>

* Remove redundant namespace references (#1635)

Signed-off-by: methylDragon <[email protected]>

* 🎈 3.14.0 (#1657)

Signed-off-by: Louise Poubel <[email protected]>

Signed-off-by: Louise Poubel <[email protected]>

* 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 <[email protected]>

* Update examples to use gazebosim.org

Signed-off-by: Nate Koenig <[email protected]>

* Citadel: Removed warnings (#1753)

Signed-off-by: ahcorde <[email protected]>

* Added collection name to About Dialog (#1756)

Signed-off-by: ahcorde <[email protected]>

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

* Convert ignitionrobotics to gaazebosim in tests directory

Signed-off-by: Nate Koenig <[email protected]>

* fix gz-gazebo

Signed-off-by: Nate Koenig <[email protected]>

Signed-off-by: Nate Koenig <[email protected]>
Co-authored-by: Nate Koenig <[email protected]>

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

Signed-off-by: Nate Koenig <[email protected]>

Signed-off-by: Nate Koenig <[email protected]>
Co-authored-by: Nate Koenig <[email protected]>

* Convert ignitionrobotics to gazebosim in tutorials (#1759)

Signed-off-by: Nate Koenig <[email protected]>

Signed-off-by: Nate Koenig <[email protected]>
Co-authored-by: Nate Koenig <[email protected]>

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

Signed-off-by: Nate Koenig <[email protected]>

Signed-off-by: Nate Koenig <[email protected]>
Co-authored-by: Nate Koenig <[email protected]>

* remove PlotIcon (#1658)

Signed-off-by: youhy <[email protected]>

Signed-off-by: youhy <[email protected]>

* Fix UNIT_ign_TEST

Signed-off-by: Nate Koenig <[email protected]>

Signed-off-by: Louise Poubel <[email protected]>
Signed-off-by: methylDragon <[email protected]>
Signed-off-by: Arjo Chakravarty <[email protected]>
Signed-off-by: Nate Koenig <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: youhy <[email protected]>
Co-authored-by: Louise Poubel <[email protected]>
Co-authored-by: methylDragon <[email protected]>
Co-authored-by: Jenn Nguyen <[email protected]>
Co-authored-by: Arjo Chakravarty <[email protected]>
Co-authored-by: Nate Koenig <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Co-authored-by: AzulRadio <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏰 citadel Ignition Citadel ign to gz Renaming Ignition to Gazebo.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants