Ros installation in raspberry Pi 4
I followed this page http://wiki.ros.org/ROSberryPi/Installing%20ROS%20Kinetic%20on%20the%20Raspberry%20Pi But couldn't find any direct installation method for raspberry pi 4
Asked by PrabinKumarDas on 2021-04-14 10:39:39 UTC
Answers
As explained in the accepted answer to How to install ROS on a Raspberry Pi: If you use Raspbian there are no binaries available for you to install ROS directly
Asked by abhishek47 on 2021-04-15 11:06:12 UTC
Comments
The answer found in How to install ROS on a Raspberry Pi is from 2017 but of course right.
Nowadays I would recommend simply using an ubuntu image from https://ubuntu.com/download/raspberry-pi if this is acceptable for your use case. It worked for me out of the box and you can simply install the debs from the official sources.
Asked by agutenkunst on 2021-04-19 09:58:01 UTC
Comments
If you want, you can try using an existing raspberry pi image, there is a really good one provided by ubiquity robotics. Here it is: https://www.ubiquityrobotics.com/download/
You can even install the virtual machine, if you don't have an ubuntu system. Basically having a workstation However, keep in mind, the way this is set up, is done where your robot is the master, and the workstation is the host/slave. So, just have that in mind
Asked by ingenious_doc on 2021-04-19 16:05:46 UTC
Comments