Tag micro-ROS

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…

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…

Tutorial: build Micro-ROS Arduino library

Kaia.ai makes use of Micro-ROS for Arduino. This article provides step-by-step instructions on how to (re)build the Micro-ROS Arduino library. I don’t normally expect anyone to be rebuilding this library, so these instructions are, essentially, a documentation for myself. In…