Open nlamprian opened 2 years ago
Now I get spammed with
[GUI] [Err] [VisualizeLidar.cc:314] The entity could not be found.Error displaying lidar visual
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