Install ROS Kinetic - AD-EYE/AD-EYE_Core GitHub Wiki
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654sudo apt-get update
sudo apt-get install ros-kinetic-desktop-fullIf you are installing on PX2 and face some errors check this page: ROS Kinetic
sudo rosdep init
rosdep updateecho "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
source ~/.bashrcsudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essentialhttp://wiki.ros.org/kinetic/Installation/Ubuntu