Cannot install Gazebo 9 on ubuntu
I ran this command
curl -sSL http://get.gazebosim.org | sh
and it worked fine but when i run "gazebo" it is giving me this error.
gazebo: error while loading shared libraries: libsdformat.so.6: cannot open shared object file: No such file or directory
I've gone through all the different tutorials trying to install in various ways but quite frankly i'm confused. What's the best way to download and install gazebo and all the dependencies correctly and start some basic models on it? Thank you
Have you sourced the Gazebo setup file before running it?
I just ran the first command that the directions for ubuntu said. What script should i source?
$ source /usr/share/gazebo/setup.sh
I did that and then what should i run? gazebo is still not running
Are there any specific system requirements? I'm running on Ubuntu 16.04.4 and ran the one-liner installation but it isn't working.
Either you don|t have the library or you don't have correctly set the path to libraries. Refer to this answer http://answers.gazebosim.org/question/1071/error-while-loading-shared-libraries/?answer=1079#post-id-1079 If you can find the libsdformat.so.6 file on your comuter, then you have wrong paths. Otherwise you have to install the library.
man there is no /local/ folder in my install path. My main question is why does the original one liner script not work? Someone else ran it on their virtual machine and told me it worked fine.
What version of ubuntu are you running?