Skip to content

Instantly share code, notes, and snippets.

@ammarnajjar
Created August 8, 2016 10:34
Show Gist options
  • Save ammarnajjar/d9d9784d6e721ff9faa41b84a071ba4f to your computer and use it in GitHub Desktop.
Save ammarnajjar/d9d9784d6e721ff9faa41b84a071ba4f to your computer and use it in GitHub Desktop.
setup iai_kinect2 with GeForce GTX 750 Ti
# 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