Tag ROS 2

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…

$15 LiDAR sensor is now supported!

A brief development update – Maker’s Pet robots now work with Xiaomi 1st gen LDS02RR laser distance scan sensors. This is a big deal for me because you can purchase LDS02RR off AliExpress for just $15~$17, including shipping. Compare that,…

Arduino ESP32 ROS2 robot platform firmware available

Developer log update – I have combined various Kaia.ai-compatible firmware including Maker’s Pet Loki, Fido and Snoopy into a single “platform” firmware repository and revised the single firmware to be configurable using a web browser. If you operate a Kaia.ai…