Silvio Traversaro
                                            Silvio Traversaro
                                        
                                    > What kind of path (hardcoded/relative/...) should be passed to the above call? Related to that, I checked what ROS2-related code does, and in several point it calls: ~~~ add_dll_directories_from_env('PATH')...
For the ShadowVolume issue, i think we just need to add the correct folder to the right env variable (OGRE_RESOURCE_PATH?) as done for Gazebo Classic at the start of https://github.com/gazebosim/gazebo-classic/issues/2700#issuecomment-949706595...
> As stated [here](https://github.com/ignitionrobotics/docs/issues/96#issuecomment-742129224), I'm going to try to find a quick local workaround to unblock forward progress with this documentation then work on the more long term solution. I...
> So maybe this page just needs to stop using the minor version in the links? I noticed that some libraries work (see https://gazebosim.org/api/fuel_tools/8.0/index.html), but actually link to older version...
> can i work on this ? I guess yes, at least I am not planning to work on it, so feel free to address it, thanks!
Possibly related to https://github.com/conda/conda-libmamba-solver/issues/198 .
Thanks @jaimergp ! I am not too much into `conda-libmamba-solver`, but just to understand, this was working with `conda mambabuild` as `conda mambabuild` is not using the `libmambapy` API?
For references, we found a workaround for this issue in https://github.com/conda-forge/gazebo-feedstock/pull/203, so we are not blocked anymore by it, thanks!
> > Thanks @jaimergp ! I am not too much into `conda-libmamba-solver`, but just to understand, this was working with `conda mambabuild` as `conda mambabuild` is not using the `libmambapy`...
Perfect, thanks! This is much more clear.