Skip to content

Instantly share code, notes, and snippets.

@dustycodes
Last active July 21, 2016 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustycodes/c3afb68c04e712adf289ec2385eff3bb to your computer and use it in GitHub Desktop.
Save dustycodes/c3afb68c04e712adf289ec2385eff3bb to your computer and use it in GitHub Desktop.
Ubuntu 16.04 ROS packages
# search for packages
sudo apt-cache search ros-kinetic | grep "search term"
# Install kinect packages
sudo apt-get install -y freenect
sudo apt-get install -y ros-kinetic-freenect-camera ros-kinetic-freenect-launch
sudo apt-get install -y ros-kinetic-freenect-stack ros-kinetic-libfreenect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment