Can Raspberry Pi 4 run ROS
Hello, I just purchased a raspberry pi 4 b+ 8GB model and in that, I have installed raspbian buster which is official os is for raspberry pi. I tried using the wiki page Raspbian but it not installing even I tried to format and install ROS2 on raspbian and ubuntu 20.04 LTS server but it's not installing through wikis instructions.
Asked by mistrysiddh on 2021-09-13 23:48:34 UTC
Comments
Hi @mistrysiddh, can you post your exact problem. Because It is not clerar if it is an installation problem or a ROS configuration problem. How did you install the OS in the Raspberry, using PINN, NOOBS...? And what are the exact errors you found? The last time I worked with a raspberry I was able to install Ubuntu with NOOBS and
apt
the full distribution of the precompiled ROS version with no problems.Asked by Weasfas on 2021-09-15 04:22:04 UTC
@Weasfas i changed from rasbian to
Ubuntu 21.04 hirsute
and in that, I get this error while update repositoriesAsked by mistrysiddh on 2021-09-15 12:15:11 UTC
@mistrysiddh There is not target platform of ROS1 or ROS2 for Ubuntu 21.04, that may be the cause the
apt
is unable to find precompiled binaries for your distribution. You may want to change your OS version to Ubuntu Focal and ROS Noetic or ROS2 Galactic.Asked by Weasfas on 2021-09-15 13:59:00 UTC