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

Refactor Gui.hh so that the Gazebo GUI can be ran from other packages #79

Merged
merged 3 commits into from
Apr 27, 2020

Conversation

azeey
Copy link
Contributor

@azeey azeey commented Apr 20, 2020

With this PR the GazeboGui plugin in ign-launch can run the Gazebo GUI much less code duplication. By doing so, this adds support for saving world files from ign-launch (with the corresponding PR TBD).

Signed-off-by: Addisu Z. Taddese <[email protected]>
Copy link
Contributor

@chapulina chapulina left a comment

Choose a reason for hiding this comment

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

LGTM. I was concerned that the GuiRunners may not be properly terminated but I checked that their destructors are called when the window is closed.

…, such as, ign-launch

Signed-off-by: Addisu Z. Taddese <[email protected]>
@azeey azeey force-pushed the refactor_gui_hh branch from 6828d66 to 2e03463 Compare April 27, 2020 19:58
@azeey
Copy link
Contributor Author

azeey commented Apr 27, 2020

Looks like the build is failing on homebrew. I'm looking into it.

@azeey azeey self-assigned this Apr 27, 2020
@azeey
Copy link
Contributor Author

azeey commented Apr 27, 2020

Fixed by putting the function definitions for runGui and createGui under the version inline namespace.

@azeey azeey merged commit b01b33a into gazebosim:ign-gazebo2 Apr 27, 2020
@azeey azeey deleted the refactor_gui_hh branch April 27, 2020 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants