Install ROS Kinetic - AD-EYE/AD-EYE_Core GitHub Wiki

Setup your sources.list

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'

Set up your keys

sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654

Installation

sudo apt-get update
sudo apt-get install ros-kinetic-desktop-full

If you are installing on PX2 and face some errors check this page: ROS Kinetic

Initialize rosdep

sudo rosdep init
rosdep update

Environment setup

echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
source ~/.bashrc

Dependencies for building packages

sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential

Source

http://wiki.ros.org/kinetic/Installation/Ubuntu


Next step: Install CUDA and graphics drivers
Back to the overview: Installation
⚠️ **GitHub.com Fallback** ⚠️