gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
67 stars 39 forks source link

6 to 7 20221108 #499

Closed nkoenig closed 1 year ago

nkoenig commented 1 year ago

➡️ Forward port

Port ign-gui6 to gz-gui7

Branch comparison: https://github.com/gazebosim//compare/...

Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)

codecov[bot] commented 1 year ago

Codecov Report

Merging #499 (f7fb3cc) into gz-gui7 (33adb18) will increase coverage by 1.35%. The diff coverage is 96.15%.

:exclamation: Current head f7fb3cc differs from pull request most recent head 0635716. Consider uploading reports for the commit 0635716 to get more accurate results

@@             Coverage Diff             @@
##           gz-gui7     #499      +/-   ##
===========================================
+ Coverage    67.77%   69.13%   +1.35%     
===========================================
  Files           44       44              
  Lines         4829     4821       -8     
===========================================
+ Hits          3273     3333      +60     
+ Misses        1556     1488      -68     
Impacted Files Coverage Δ
src/Plugin.cc 81.51% <ø> (+20.60%) :arrow_up:
src/plugins/topic_viewer/TopicViewer.cc 82.63% <80.00%> (ø)
src/plugins/world_control/WorldControl.cc 76.81% <85.71%> (ø)
src/Dialog.cc 100.00% <100.00%> (+26.98%) :arrow_up:
src/MainWindow.cc 95.23% <100.00%> (ø)
src/plugins/grid_config/GridConfig.cc 22.35% <100.00%> (ø)
src/plugins/image_display/ImageDisplay.cc 31.70% <100.00%> (ø)
src/plugins/key_publisher/KeyPublisher.cc 56.52% <100.00%> (ø)
src/plugins/publisher/Publisher.cc 90.78% <100.00%> (ø)
src/plugins/screenshot/Screenshot.cc 30.12% <100.00%> (ø)
... and 6 more

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

nkoenig commented 1 year ago

The failing tests look flaky. I'll hold off on trying to get them green in this PR.

Crola1702 commented 1 year ago

Hey @nkoenig, we're having a SegFault in UNIT_Teleop_TEST.test_ran. Do you think this PR is related in any way to this error?