-
Notifications
You must be signed in to change notification settings - Fork 283
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
Visualize lidar plugin segfaults #1202
Comments
@nlamprian, can you try this patch ? |
Now I get spammed with I'm guessing there is a mixup somewhere in the component manager. The problem happens when the world and a model have the same name. |
I think this is normal while the GUI is loading. Does the spamming stop when GUI loads? NB: I don't say the behavior is correct, I just say it has been there for long and has no "practical" implications. |
The problem happens after the GUI loads when I refresh the topic list (which autoselects the first topic) You can test it yourselves if you want. A simpler example would be to just rename the world in visualize_lidar.sdf to model_with_lidar. |
Is this bug still present? It sounds like a bug that should've been fixed by #1538 |
This bug is still there (in Fortress). If the world name is the same as model name, console spams " [GUI] [Err] [VisualizeLidar.cc:314] The entity could not be found.Error displaying lidar visual". The visualization works, though. |
Environment
~/.ignition/rendering
Description
Steps to reproduce
examples/visualize_lidar.sdf
world<world name="elevator_world">
<world name="elevator">
Output
The text was updated successfully, but these errors were encountered: