-
Notifications
You must be signed in to change notification settings - Fork 11
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
Test Simulation Crashing #12
Comments
Hi @namanmalik-ari
Please let me know if it works for you. |
Thanks a lot, that worked just fine. I guess, I forgot to switch to the the nvidia-drivers. |
Today when I ran it I got the same error again. I tried Here are some other instructions for PopOS. https://support.system76.com/articles/graphics-switch-pop/ It seems to use
So I'll probably just use the environment options for now. |
@adamsj-ros I have bashrc like this export GAZEBO_PLUGIN_PATH=/usr/lib/x86_64-linux-gnu/ign-gazebo-6/plugins:${GAZEBO_PLUGIN_PATH} __NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia ign gazebo sonoma_with_rgl.sdf |
@adamsj-ros Yesterday when I tried it worked but now it is not. |
Hi,
So excited to see a new lidar plugin available in the Gazebo sphere. I have been meaning to try out the plugin but got a speed bump in the process.
I have installed all the dependencies as mentioned in the Readme, Downloaded all 4 shared libraries from the releases, added them in their respective gazebo paths and gave them executable permissions. But for some reason both the test simulations crashes as soon as I add
RGL Visualize
in the Gazebo GUI throwing this exception:Am I missing some steps or dependencies that are needed to be installed or is there a bug in the
libRGLVisualize.so
library since I am not getting any error while launching the simulation so it should be able to find and load the libraries successfully.The text was updated successfully, but these errors were encountered: