Conversation
|
If it is ok, I can limit this to only linux for now so that we also bypass libcamera issues on windows/macos ? |
Thanks! The underlying issue is described in #343 . If you are only interested in Linux, I think we can just add it on Linux for now.
Interesting, I wonder how regular apt Humble packages do that, I think we can check how they do it and do something similar. |
953dc0f to
ab3579a
Compare
Thanks. I limited it only to linux in ab3579a
will check and see what can be done |
|
Interesting, I tried in a docker image: and it does not seem that any env variable is set, I wonder how gazebo is able to find the system plugins. I wonder if we should patch the ign-gazebo/gz-sim activation scripts to also add $CONDA_PREFIX/lib in https://github.com/conda-forge/libignition-gazebo-feedstock/blob/main/recipe/activate.msh . |
|
Yeah, I tried to modify the launch python script of this package it self to set the env variables if it is able to find $CONDA_PREFIX/lib. But that requires At this point I think, as you suggested the solution, is outside this particular |
Yes, I suspect that. Probably we can merge this and open a different issue related to the need of understanding how the system plugins of ur_simulation_gz are supposed to be found, as anyhow there is a workaround to make it work? |
|
Agreed. |
Perfect, I opened one in #347 . |
Only caveat: if one using this package, the gz related env variable should be properly set
before doing
ros2 launch ur_simulation_gz ur_sim_control.launch.pyNot sure if (and how) I should automate that to be frank. Maybe patching the python launch script ? Let me know, thanks !