In this tutorial, we'll be installing ROS on Raspberry Pi. We've assumed the following:
Follow these steps:
Congratulations, you've installed ROS on your Raspberry Pi3
Note: We've tried a Desktop-Full install and it worked on a Raspberry Pi3, but other installation types must also work effortlessly.
To install Ubuntu MATE on Raspberry Pi3, do the following:
Note: This procedure is tested for Raspberry Pi 3B+ but should ideally work for any other Raspberry Pi
At the time of this writing, the latest version is Ubuntu 18.04 (bionic). To check the release version and Codename, run the command lsb_release -rc
and see the output. It must show the release to be 18.04 and Codename to be "bionic".
In order to setup SSH on Ubuntu MATE, install open ssh using command
sudo apt install openssh-server
And then SSH using any client on the system side. Make sure that the service is enabled on login. Check out this answer if you're facing problems with SSH automatically starting up on boot.