Ashton Larkin

Results 6 comments of Ashton Larkin

> ## Alternatives considered > Removing the component altogether. This however would have a performance penalty as it may lead to memory deallocation. I'm actually not sure if this is...

> This segfault does not occur in `ign-gazebo6`. I'm not sure what changed between `ign-gazebo6` and `main`, but the only difference I can tell so far is in `main`, `libGzSceneManager.so`...

> I made a quick test with the `3k_shapes.world`. > > 20% of improvement > > Orage line is with ignition running in the same process, blue in two processes:...

In order to get around the template method issue, it might be worth looking at the `EntityComponentManager` class in `ign-gazebo`, where there's a private `*Implementation` method that uses the forward-declared...

@nsk126 what do you mean by "an older version of my code?" Can you share which versions of MuJoCo and glfw you're using? I'm also seeing the `cannot dlsym glfwCreateWindow`...

That doesn't seem to work for me when running wayland on Ubuntu 22.04, but I can revert to using x11 for now. When I use x11, I don't have to...