Tag: Installation
-
What Is ROS2 and How To Install It on Raspberry Pi?
According to the ROS documentation: “The Robot Operating System (ROS) is a set of software libraries and tools for building robot applications. From drivers to state-of-the-art algorithms, and with powerful developer tools, ROS has what you need for your next robotics project.” As the definition in the documentation states that the ROS contains a wide…
-
Install Ubuntu Server on Raspberry Pi
In this blog post, we will be installing Ubuntu 20.04 LTS Server to the Raspberry Pi. This operating system offers a wide range of use cases, and we will be taking advantage of it in future posts. 1. Download the Ubuntu Server 20.04 LTS Go to the Raspberry Pi section of the Ubuntu downloads and…
-
OpenCV Python Installation for Raspberry Pi
Installing OpenCV on Raspberry Pi has been a challenge a couple of years back from now, but it changed. Now we are able to install pre-compiled OpenCV Python binaries for Raspberry Pi with the pip package manager. This means we don’t actually need to compile it from the source code. If you are just getting…