Created
August 8, 2016 10:34
-
-
Save ammarnajjar/d9d9784d6e721ff9faa41b84a071ba4f to your computer and use it in GitHub Desktop.
setup iai_kinect2 with GeForce GTX 750 Ti
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] | |
function get_sudo() { | |
uid="$(id -u)" | |
SUDO="sudo" | |
if [[ $uid -eq 0 ]] | |
then | |
SUDO="" | |
fi | |
} | |
get_sudo | |
$SUDO apt-get update && $SUDO apt-get install -y nvidia-352 mesa-utils ros-indigo-image-transport-plugins |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment