Ian Chen
Ian Chen
looks like we made a gz-sim7 release with this change on 2024-07-22 ([changelog entry](https://github.com/gazebosim/gz-sim/blob/007aa87cd0007c2bbe2887e79b3679070d7bc806/Changelog.md?plain=1#L11)). If we undo the change in behavior for plugin loading, we should do another release to...
How about adding a `Clone` function to the Visual class? The function can take an optional `recursive` arg. If true, it does a deep copy instead of a shallow copy,...
in the `Clone` function, you should be able to create a visual by calling [Scene::CreateVisual()](https://github.com/ignitionrobotics/ign-rendering/blob/master/include/ignition/rendering/Scene.hh#L691) which will generate a unique name for you. > This would the also require a...
wide angle camera support was added in gz-rendering8 (harmonic): https://github.com/gazebosim/gz-rendering/pull/733
two different `INTEGRATION_twoProcsSrvCall*` tests were failing in bazel 7.x and 8.x builds. I restarted them and this time only one test (from bazel 7.x) failed. So some tests could be...
The homebrew build failures look unrelated and seem to be existing failures.
@mergifyio backport gz-transport14 main
> Probably unrelated but I tried to load the `minimal_scene` plugin from the Gazebo plugin menu. I correctly saw the message that only one 3D scene plugin is supported at...
> Very minor: The `Publisher` plugin shows the message type cropped for me.  Updated layout in [43a4763](https://github.com/gazebosim/gz-gui/pull/666/commits/43a476399ea3ef3072a2d319a0a3b2293fe91be2). Now it looks like this: will also backport to...
> Just checking: When running the `gz_components` example this is what I got: > >  > > Is the style correct? I believe that's on purpose....