Tag ROS 2

Kaia.ai ROS2 Jazzy Released

Maker’s Pet Arduino ROS2 robot kit now supports ROS2 Jazzy (beta). Please feel free to try out the new Docker image. If you notice any problems, please post your issue in the support forum.

How to View Robot Telemetry Using Foxglove

Let’s view ROS2 robot telemetry, only this time let’s use Foxglove.dev instead of ROS2 RViz. Foxglove runs outside of ROS2. For example, I run Foxglove on my Windows PC in a browser, while my ROS2 runs inside a Docker container…

Kaia.ai Firmware, ROS2 Configuration Files

Kaia.ai firmware works with a wide variety of ESP32 boards, supports robots of different sizes, with various Lidars, motors, motor drivers and motor encoders – all thanks to a configuration file where you can specify your GPIO assignments. Configuring Kaia.ai…

Tutorial: Connect LDLIDAR LD14P to Arduino ESP32

LDROBOT LD14P is a low-cost laser distance sensor. We have not yet evaluated its performance, but eyeballing this sensor’s output under indoor conditions makes us believe this sensor may have a reasonable performance. LDS Specifications According to LDROBOT LD14P specifications:…

ROS2, micro-ROS Architecture Talk

On 2/27/2024 I had the pleasure of giving an invited technical talk for the ROS Embedded Working Group. Please find the YouTube talk recording here. I discussed the REMAKE.AI home robot open-source architecture, its integration with eProsima micro-ROS including the…

YDLIDAR X3 PRO LDS sensor is now supported

A brief development update – Maker’s Pet robots now work with YDLIDAR X3 PRO laser distance scan sensors. The video below shows YDLIDAR X3 PRO streaming the distance data live to ROS2 Rviz viewer using Maker’s Pet Arduino ESP32 breakout…

Arduino LiDAR library available

Developer Update – I have combined support for various spinning LiDAR/LDS sensors into an Arduino LDS library with a single platform API. You can install this library from the Arduino Library Manager GUI. Why support many LiDAR/LDS sensors? The reason…