-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue with rviz and ogre library #367
Comments
Can you provide the exact command? In this way it is much easier to reproduce the problem, thanks! |
Hi Silvio,
|
Does it work if you just run |
hi Tobias, [ INFO] [1684319667.316059401]: rviz version 1.14.19 |
I just created a clean environment (listed in the following) with
Can you check if this happens in a clean environment, and the output of conda list:
|
I made a fresh installation following your commands and in if I do and rviz start correctly. In my environment (hori) if I run again |
Can you specify the commands or environment to create your hori environement? Did you tried to re-create the hori environment from scratch? |
using an online service I searched for differences between the package installed in my environment and the one installed in the clean installation |
Actually I overlooked the link, but the problem I think is that in
|
in order to install the hori environment i did |
ok by updating the ogre version now it is finally working! if I do So now I'll see why I ended up with the wrong ogre version but now I know what I have to check to get it going. |
Creating the env with |
I did a clean installation using the environment.yml and the installed version of ogre is: which seems to be the right one and running So I guess it could be something that I do later that changes the ogre version I'll have to check it. |
Ok, feel free to close the issue, thanks! |
Solution to issue cannot be found in the documentation.
Issue
im trying to use rviz to do some visualization.
after starting rviz using a roslauncher the node is executed correctly but after few seconds I get this error:
[ERROR] [1684251330.889903928]: InternalErrorException: Could not load dynamic library /home/robohikeuser/mambaforge/envs/hori/lib/OGRE/RenderSystem_GL. System Error: /home/robohikeuser/mambaforge/envs/hori/lib/OGRE/RenderSystem_GL.so.1.10.12: cannot open shared object file: No such file or directory in DynLib::load at /home/conda/feedstock_root/build_artifacts/ogre_1573024423694/work/OgreMain/src/OgreDynLib.cpp (line 111)
and after a while rviz die with this message:
[rviz-2] process has died [pid 694424, exit code -6, cmd /home/robohikeuser/mambaforge/envs/hori/lib/rviz/rviz -d /home/robohikeuser/git/horizon/horizon/examples/replay/rviz/spot.rviz __name:=rviz __log:=/home/robohikeuser/.ros/log/807ec30c-f3df-11ed-b7b4-f057a6666322/rviz-2.log].
log file: /home/robohikeuser/.ros/log/807ec30c-f3df-11ed-b7b4-f057a6666322/rviz-2*.log
I can confirm that RenderSystem_GL.so is missing in the the OGRE folder
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: