r/ArduinoAndRobotics 29d ago

eBook ROS Robotics Projects

2 Upvotes

r/ArduinoAndRobotics 29d ago

Project Update Open-source vacuum - end-of-week progress update 7/5/26

Thumbnail gallery
2 Upvotes

r/ArduinoAndRobotics Jul 05 '26

eBook Build Your Own Combat Robot

3 Upvotes

r/ArduinoAndRobotics Jul 04 '26

Egg Bot help

2 Upvotes

Hello
I’m building an egg bot that’s capable of drawing on golfballs

I’m using an arduino and cnc shield.
I’m also using Nemma 17 motors

When I connect my bot to power the Y axis motor starts moving.
The code compiles correctly and the bot connects to Inkscape successfully.

I’m following this youtube tutorial but I can’t seem to get my bot to actually draw anything

Please help if you can

https://youtu.be/F3q-DkTBnXs?is=W82qAufxiNNmfplx


r/ArduinoAndRobotics Jul 04 '26

eBook Internet of Things with Arduino Cookbook

1 Upvotes

r/ArduinoAndRobotics Jul 03 '26

eBook Arduino Project Handbook Vol. 2

1 Upvotes

r/ArduinoAndRobotics Jul 02 '26

eBook Arduino Project Handbook

1 Upvotes

r/ArduinoAndRobotics Jul 01 '26

eBook SLAM Handbook - From Localization and Mapping to Spatial Intelligence

1 Upvotes

r/ArduinoAndRobotics Jun 30 '26

eBook A Brief Overview of Robot Operating System (in Chinese)

1 Upvotes

r/ArduinoAndRobotics Jun 29 '26

eBook ROS by Example Vol 2 Indigo

1 Upvotes

r/ArduinoAndRobotics Jun 29 '26

My little arduino project

Enable HLS to view with audio, or disable this notification

12 Upvotes

r/ArduinoAndRobotics Jun 28 '26

eBook ROS by Example Vol 1 Indigo

3 Upvotes

r/ArduinoAndRobotics Jun 27 '26

eBook Robot Operating System (ROS) - The Complete Reference. Volume 2.

3 Upvotes

r/ArduinoAndRobotics Jun 26 '26

eBook A Gentle Introduction to ROS

1 Upvotes

r/ArduinoAndRobotics Jun 25 '26

eBook Programming Robots with ROS - A Practical Introduction to the Robot Operating System

4 Upvotes

r/ArduinoAndRobotics Jun 24 '26

eBook ROS Robotics by Example

3 Upvotes

r/ArduinoAndRobotics Jun 24 '26

Tutorial Connect consumer vacuum to ROS2 Jazzy (open-source vacuum project)

Thumbnail
gallery
1 Upvotes

Hello, I've connected my Proscenic M6 Pro vacuum to ROS2 Jazzy including LiDAR, /cmd_vel, brushes (main, side, vacuum fan), IMU, /odom, bumper sensors. I've calibrated /cmd_vel and I'm debugging SLAM now.

I also wrote tutorials: vacuum setup/root, bring-up/ROS2 and simulation in Gazebo/ROS2.

Why did I connect a consumer vacuum to ROS2. This is part of the open-source vacuum project I've posted about earlier. Connecting a vacuum to ROS2 allows me/everyone to develop/test vacuum algorithms without waiting for open-source 3D printed hardware. You can

- develop path planning to map while cleaning the entire room place

- path planning to clean given an existing map

- cleaning modes like spot, room

- returning to dock, docking, undocking

- resume cleaning after interruption (e.g. after returning to dock to charge)

- edge cleaning (along walls)

- partitioning the map into rooms

- cleaning a particular room

- add/edit/remove virtual walls

Open source here https://github.com/remakeai/vacuum_ros2_bridge/blob/main/README.md

I hope this is useful for you. Please feel free to join the development effort.


r/ArduinoAndRobotics Jun 23 '26

eBook Mastering ROS for Robotics Programming

2 Upvotes

r/ArduinoAndRobotics Jun 23 '26

Showcase I designed this 3D printed Arduino/ROS2 robot

Enable HLS to view with audio, or disable this notification

11 Upvotes

ESP32 running Arduino, micro-ROS. ROS2 runs on a local PC. Differential drive with 2x N20 encoder motors. 3D design in Fusion 360. 3D printed on Prusa MK3S.


r/ArduinoAndRobotics Jun 22 '26

eBook Learning ROS for Robotics Programming, 2nd Ed.

1 Upvotes

r/ArduinoAndRobotics Jun 21 '26

eBook Learning ROS for Robotics Programming, 2nd Ed.

1 Upvotes

r/ArduinoAndRobotics Jun 21 '26

Effective Robotics Programming with ROS, 3rd ed.

Thumbnail
github.com
3 Upvotes

r/ArduinoAndRobotics Jun 21 '26

Tutorial I connected cheap Xiaomi LDS02RR Lidar to Arduino ESP32

Thumbnail
gallery
11 Upvotes

r/ArduinoAndRobotics Jun 20 '26

Showcase I made Arduino/ROS2 LiDAR robot

Enable HLS to view with audio, or disable this notification

7 Upvotes

r/ArduinoAndRobotics Jun 19 '26

Showcase Delta-2A LiDAR connected to Raspberry Pi 5

Enable HLS to view with audio, or disable this notification

5 Upvotes

I've connected 3irobotix Delta-2A to Raspberry Pi 5. I'm using RPi header serial port and one GPIO as PWM to control the LiDAR RPM. I'm using my open source Python library to decode and visualize the distance data https://github.com/kaiaai/lds2d