AerialRobotics-IITK/issuebook

Not being able to update the gazebo to it's newer version

kpiyush25 opened this issue · 1 comments

I had installed gazebo by extracting the downloaded tar file of the same and not from terminal.
So when I was removing it through terminal so that the newer version can be installed then even after removing it the older version was shown.(We check the version using gazebo --version )

Doing following steps will resolve the issue:

  • Make a build directory inside the directory that contains the file using mkdir build

  • Go to build directory using cd build

  • Run cmake .. to configure it and build a native build system

  • Do make uninstall to uninstall the library

  • Do sudo make install to install the file properly

  • Do sudo make uninstall to uninstall the file properly

  • Do sudo make uninstall sudo apt-get install ros-melodic-desktop-full which will also update the version of gazebo