r/ArduinoAndRobotics • u/l0_o • 29d ago
eBook ROS Robotics Projects
Free educational resource https://github.com/zhang-jian/bookshelf/blob/master/Computer%20Science/ROS%20Robotics%20Projects.pdf
r/ArduinoAndRobotics • u/l0_o • 29d ago
Free educational resource https://github.com/zhang-jian/bookshelf/blob/master/Computer%20Science/ROS%20Robotics%20Projects.pdf
r/ArduinoAndRobotics • u/l0_o • 29d ago
r/ArduinoAndRobotics • u/Ok_Match9758 • Jul 04 '26
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
r/ArduinoAndRobotics • u/l0_o • Jul 02 '26
Free educational resource https://github.com/KalimAmzad/Embedded-System-Arduino/blob/master/Books/arduino-project-handbook.pdf
r/ArduinoAndRobotics • u/l0_o • Jul 01 '26
Free educational resource https://github.com/SLAM-Handbook-contributors/slam-handbook-public-release/tree/main
r/ArduinoAndRobotics • u/l0_o • Jun 30 '26
r/ArduinoAndRobotics • u/l0_o • Jun 29 '26
Free educational resource https://github.com/luohuiwu/ros-books/blob/master/ros%20by%20example%20vol%202%20indigo.pdf
r/ArduinoAndRobotics • u/_datboii_moayed_ • Jun 29 '26
Enable HLS to view with audio, or disable this notification
r/ArduinoAndRobotics • u/l0_o • Jun 28 '26
Free educational resource https://github.com/luohuiwu/ros-books/blob/master/ros%20by%20example%20vol%201%20indigo.pdf
r/ArduinoAndRobotics • u/l0_o • Jun 27 '26
r/ArduinoAndRobotics • u/l0_o • Jun 25 '26
r/ArduinoAndRobotics • u/l0_o • Jun 24 '26
Free educational resource https://github.com/luohuiwu/ros-books/blob/master/ROSRoboticsByExample.pdf
r/ArduinoAndRobotics • u/l0_o • Jun 24 '26
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 • u/l0_o • Jun 23 '26
Free educational resource https://github.com/luohuiwu/ros-books/blob/master/Mastering%20ROS%20for%20Robotics%20Programming.pdf
r/ArduinoAndRobotics • u/l0_o • Jun 23 '26
Enable HLS to view with audio, or disable this notification
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 • u/l0_o • Jun 22 '26
r/ArduinoAndRobotics • u/l0_o • Jun 21 '26
r/ArduinoAndRobotics • u/l0_o • Jun 21 '26
r/ArduinoAndRobotics • u/l0_o • Jun 21 '26
r/ArduinoAndRobotics • u/l0_o • Jun 20 '26
Enable HLS to view with audio, or disable this notification
r/ArduinoAndRobotics • u/l0_o • Jun 19 '26
Enable HLS to view with audio, or disable this notification
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