Can't install Ros2 on Ubuntu 16.04 from debs
Hi!
I've been trying to follow the tutorial for installing ROS2 Crystal from debs. However when I try doing apt install ros-crystal-desktop I get an error:
E: Unable to locate package ros-crystal-desktop
When doing "sudo apt update" I can see:
Hit:22 http://packages.ros.org/ros2/ubuntu xenial InRelease
Also the file vim /etc/apt/sources.list.d/ros2-latest.list exists and has the following contents:
deb [arch=amd64,arm64] http://packages.ros.org/ros2/ubuntu xenial main
I'm on a laptop with Ubuntu 16.04 with 64 bit processor and I have ROS Kinetic installed and working flawlessly. Am I missing anything obvious here?