gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.18k stars 479 forks source link

HAPTIX environment setup tutorial nvidia drivers install incorrect #1600

Open osrf-migration opened 9 years ago

osrf-migration commented 9 years ago

Original report (archived issue) by Anonymous.


From http://gazebosim.org/tutorials?tut=haptix_unboxing&cat=haptix#Environmentoverview

You will need to install nvidia drivers from a PPA. Type the following into the terminal:

deb http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu trusty main deb-src http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu trusty main

Then:

sudo apt-get install nvidia-

You may need to restart your computer for the new drivers to take effect.

Instead, the following was required: sudo add-apt-repository -y ppa:xorg-edgers/ppa sudo apt-get update sudo apt-get install nvidia-

osrf-migration commented 9 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


Can you make a pull request by clicking Edit on the tutorial source code on the following page?

Thanks.

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).