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

Observer GUI and log are missing when the controller is switched back #449

Open
mmurooka opened this issue May 7, 2024 · 2 comments
Open

Comments

@mmurooka
Copy link
Member

mmurooka commented May 7, 2024

The following video shows switching controllers: BaselineWalkingController (BWC) -> MultiContactController (MCC) -> BWC.
After returning to BWC, Rviz's observer GUI is missing.

mc-rtc-observer-gui-disappear-after-controller-switch-20240507.mp4
@mmurooka
Copy link
Member Author

mmurooka commented May 7, 2024

Observer GUI is added (only) here

if(pipelineConfig("gui", false)) { pipeline.addToGUI(*gui()); }

and removed (only) here

if(controller_->gui_) { pipeline.removeFromGUI(*controller_->gui()); }

@mmurooka
Copy link
Member Author

mmurooka commented May 7, 2024

For the same reason, the observer's log is also missing even after the controller switches back.

@mmurooka mmurooka changed the title Observer GUI disappears when the controller is switched back Observer GUI and log are missing when the controller is switched back May 7, 2024
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

No branches or pull requests

1 participant