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

2 ➡️ 3 #457

Merged
merged 4 commits into from
Nov 11, 2020
Merged

2 ➡️ 3 #457

merged 4 commits into from
Nov 11, 2020

Conversation

chapulina
Copy link
Contributor

Forward-porting ign-gazebo2 to ign-gazebo3.

The only extra change I needed to do for the port to compile was moving several ign-physics includes from Physics.cc to Physics.hh to compensate for the header inclusion moved up in #443 . The entityCast function needs the features defined before it. CC @adlarkin

adlarkin and others added 4 commits November 10, 2020 13:55
…ed (#454)

The segfault occurs when a model containing a Breadcrumbs system gets
unloaded by the level manager. Since systems don't get unloaded, the
Breadcrumbs system continues to operate assuming that the model it is
associated with is valid.

Signed-off-by: Addisu Z. Taddese <[email protected]>
Signed-off-by: Louise Poubel <[email protected]>
@github-actions github-actions bot added the 🏰 citadel Ignition Citadel label Nov 11, 2020
@codecov
Copy link

codecov bot commented Nov 11, 2020

Codecov Report

Merging #457 (05bf057) into ign-gazebo3 (432028f) will decrease coverage by 0.01%.
The diff coverage is 50.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           ign-gazebo3     #457      +/-   ##
===============================================
- Coverage        77.22%   77.21%   -0.02%     
===============================================
  Files              205      205              
  Lines            11012    11018       +6     
===============================================
+ Hits              8504     8507       +3     
- Misses            2508     2511       +3     
Impacted Files Coverage Δ
src/LevelManager.cc 86.44% <ø> (ø)
src/SdfGenerator.cc 96.00% <ø> (ø)
src/SimulationRunner.cc 92.42% <ø> (-1.17%) ⬇️
src/gui/PathManager.cc 88.88% <ø> (ø)
src/gui/plugins/entity_tree/EntityTree.cc 9.89% <ø> (ø)
src/gui/plugins/modules/EntityContextMenu.cc 19.14% <ø> (ø)
src/gui/plugins/shapes/Shapes.cc 31.25% <ø> (ø)
.../gui/plugins/transform_control/TransformControl.cc 12.87% <ø> (ø)
src/ign.cc 72.36% <ø> (ø)
src/network/NetworkManagerPrimary.cc 78.89% <ø> (ø)
... and 30 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 432028f...05bf057. Read the comment docs.

Copy link
Contributor

@adlarkin adlarkin left a comment

Choose a reason for hiding this comment

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

Thanks for fixing the feature includes in Physics.hh. Looks good to me!

@chapulina chapulina merged commit fb5c2d3 into ign-gazebo3 Nov 11, 2020
@chapulina chapulina deleted the chapulina/2_to_3 branch November 11, 2020 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏰 citadel Ignition Citadel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants