-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Loading layout file with spit panel always causes segmentation fault #864
Comments
I experience the same behavior. Similar setup, but not using WSL. |
Same issue, with PlotJuggler running in a minimal ubuntu 22.04 docker. |
Having the same issue here, seems to only crash on splits for me as well.
|
Same issue for me on Ubuntu 22.04 LTS, ROS2 Humble, and PlotJuggler 3.7.1 |
fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, love this tool. I'm excited to use it.
I have noticed that if I try to load even the most basic of layout files with a horizontal or vertical split of any kind, plotjuggler crashes. This is when running the ros2 package. This is a pretty critical issue as it means I have to manually recreate layouts every time I run plotjuggler if I want anything more than a single plot panel (tabs do still seem to work though).
Running the command:
ros2 run plotjuggler plotjuggler --layout test_layout.xml
The same behavior happens when loading the test layout file through the gui.
I am running ros2 humble on ubuntu 22.04 on wsl.
The text was updated successfully, but these errors were encountered: