24 Fun&Creative BeagleBone Black DIY Projects
The BeagleBone Black is a low-cost mini-computer featured enough to gain a lot of attention lately and make dreams come true for generations of makers.
…
The BeagleBone Black is a low-cost mini-computer featured enough to gain a lot of attention lately and make dreams come true for generations of makers.
…
The robots in agriculture or agbot are robots deployed for agricultural purposes. In the last 2 years were released as prototypes or for sale a lot of robots able to perform a wide range of agricultural chores. These robots uses specialized tools and accessories, arms and hands to perform agricultural tasks. I have collected …
Coincidentally or not, after 10 years of ROS 1, the Open Source Robotics Foundation has launched a new version called ROS 2. ROS 2 (the code name “Ardent Apalone” – Apalone is a genus of turtles in the family Trionychidae) was officially released at the end of 2017. The release of the new ROS has …
If you are a beginner in ROS and want to learn how to create a ROS service, this tutorial is for you. I describe all the steps in details starting with creating the package and up to use the service and print the results. The goal of this tutorial is to add additional information to …
A few days ago I wrote a tutorial about a template for a Publisher node in Python. In the same tutorial, I used the template to write a ROS node to generate a random number. Today, I continue the series of tutorials that ease the work of beginners in ROS, with a template for Subscriber …
A few weeks ago I started writing a series of tutorials that ease the work of beginners in ROS. The first tutorial was about a template for a publisher node, the second tutorial was about a template for a subscriber node in ROS, the third tutorial was a simple ROS subscriber and publisher in Python, …
Template for a ROS Subscriber Using rosserial on Arduino Read More »
A few days ago I started writing a series of tutorials that ease the work of beginners in ROS. The first tutorial was about a template for a publisher node, and the second tutorial was about a template for a subscriber node in ROS. Today, I continue the series of tutorials with a template for …
Template for a Simple ROS Subscriber and Publisher in Python Read More »