111763 Views
85221 Views
83639 Views
51774 Views
49949 Views
48472 Views
Obsidian - the best tool for Makers
10 Projects for your Raspberry Pi Pico
Raspberry Pi Telegraf Setup with Docker
Setting Up Dynamic DNS on a Raspberry Pi for Self-Hosting
Raspberry Pi WordPress Setup with Docker
Raspberry Pi WireGuard VPN Setup with Docker
Using the Raspberry Pi Pico's Built-in Temperature Sensor
Getting Started with SQL
Introduction to the Linux Command Line on Raspberry Pi OS
How to install MicroPython
Wall Drawing Robot Tutorial
BrachioGraph Tutorial
KevsRobots Learning Platform
10% Percent Complete
By Kevin McAleer, 2 Minutes
Here is the definition from the creators of ROS - https://ros.org/
“The Robot Operating System (ROS) is a set of software libraries and tools that help you build 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. And it’s all open source.”
There are two versions of ROS:
ROS2 has several releases, as of the writing of this the Iron Irwini, however this is only supported up to Nov 2024, Humble Hawksbill is the release version with Long term support (LTS):
ROS2 Supports both C++ and Python out of the box (and I’m sure there are other languages adapted to use it too), however for this course we will be focusing on Python.
C++
Python
< Previous Next >