-
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
Missing installation instruction step #10
Comments
Hello @doisyg Note: you will need the following dependency to execute the following script: cd
mkdir GazeboPlugins
cd GazeboPlugins
wget https://github.com/RobotecAI/RGLGazeboPlugin/releases/download/v0.1.0/libRGLServerPluginInstance.so
wget https://github.com/RobotecAI/RGLGazeboPlugin/releases/download/v0.1.0/libRGLServerPluginManager.so
wget https://github.com/RobotecAI/RGLGazeboPlugin/releases/download/v0.1.0/libRGLVisualize.so
wget https://github.com/RobotecAI/RobotecGPULidar/releases/download/v0.11.3/libRobotecGPULidar.so
chrpath -r /home/${USER}/GazeboPlugins libRGLServerPluginInstance.so
chrpath -r /home/${USER}/GazeboPlugins libRGLServerPluginManager.so
export IGN_GUI_PLUGIN_PATH=/home/${USER}/GazeboPlugins
export IGN_GAZEBO_SYSTEM_PLUGIN_PATH=/home/${USER}/GazeboPlugins Please let me know if it works for you. |
Hello @doisyg Please let me ask you to test it. |
Now getting the following:
I am on Ubuntu 22.04, I bet libprotobuf.so.17 is 20.04 version |
Thank you for the test. |
New error : $ ign gazebo rgl_playground.sdf |
Thank you for finding the next bug (hopefully the last one). I have released a new patch to fix this problem. Please follow the updated demo instructions. |
Working now! |
Hello,
Nice to see a new GPU lidar competitor, I am trying to give it a spin to evaluate it. I followed the instructions for using the gazebo plugin library, i.e. dowloaded the 3 libs from the release and added them the gazebo paths, but I get the following errors when trying
ign gazebo rgl_playground.sdf
:I guess
libRobotecGPULidar.so
is needed too (from https://github.com/RobotecAI/RobotecGPULidar/releases ?), where should it be installed ?The text was updated successfully, but these errors were encountered: