this post was submitted on 12 Jun 2023
6 points (100.0% liked)
Arduino
823 readers
1 users here now
All about Arduino boards and programming.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I might be a little late to this thread. I'm currently working on two robots, the first one is a hexapod that I'm rebuilding and reprogramming, using a teensy 4.0, while not technically an arduino it uses the arduino ide so I'll count it. The second one is a smaller autonomous rover with a lidar, it uses a raspberry pi 4b as the brains and has an arduino nano to move the motors and take movement commands. It runs on ros, and I can now click on a map in rviz to have it move there. Currently working on pathing. The plan is to move the lidar to the hexapod once I'm done with the rover and the hexapod.