Sebastian Wallkötter
Sebastian Wallkötter
I tried the `contextlib.redirect_stdout` workaround and it appears to work fine 😄. Here is an example snippet for youtube: ```python from yt_dlp import YoutubeDL from contextlib import redirect_stdout from pathlib...
@traversaro Good point; I have not tested Citadel. Mainly because gym-ignition targets the latest ign-gazebo, so it wouldn't do much for my use-case. I will give it a try next...
@traversaro I just tried Citadel with WSLg (binary build). It doesn't render `shapes.sdf` either (on my machine) and looks the same as the issue I described in the original post....
@traversaro I agree, there could be a high chance that it is a Wayland vs X problem. After my current project finishes, I will hard-reset my Linux machine at work....
Did the name and/or location of `ign-rendering-ogre2` change in Fortress? Looking through the logs plugin loads usually take the form ``` [GUI] [Dbg] [X] Loading plugin [plugin_name] [GUI] [Msg] Added...
👋 ImageIO dev here. I just came across this by coincidence and thought I leave a note. This sounds like you are running into: https://github.com/imageio/imageio/issues/686 As far as I am...
I just tested it to be sure. I found a semi-related bug in the process, which will be fixed in https://github.com/imageio/imageio/pull/792. Once that is done, it should indeed work directly...
Interesting. You would indeed expect `static` models to not be updated by the physics engine. That said, they can definitely collide with dynamic models, so physics should be aware of...
While we wait for sensor support from the low level (i.e. integration into the C-level API), you could use [ropy](https://github.com/FirefoxMetzger/ropy) to get the sensor data into python by doing the...
Wouldn't this be better located (and easier to find) inside the Discussions tab? https://github.com/robotology/gym-ignition/discussions/categories/tutorials