Information for building an Andino robot #183
-
Hello! I would be interested in building an Andino and I have the following questions:
Best regards. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey there @RomainMaure, thanks for having interest on building an Andino 🚀
The idea of the arduino nano/uno is to separate a bit the low level hardware from the high level hardware( SBC(raspi)). This way, the arduino nano's only job is to interact with the motor driver and offer commands via serial port. On top of that (in the raspi) a hardware_interface (ros2 control) is implemented to separate ros/controllers/high level soft from the low level hardware Also note that once that you set up your arduino, you can use any other SBC instead of RasperryPi if you want. (Jetson Nano?, a laptop?). Finally, Andino was thought for educational purposes, to be able to experiment with robotics quickly, without spending too much time building it, therefore a verified way of building it was provided. The fact that this is all public is because anyone can choose to take different path when building it if that is something that suits them.
In general any 5V3A with 10000mAh powerbank works well. It is preffered to use some slim model to better fix the powerbank If the powerbank is slim enough you can attach it at this location which is useful to save some space.
Sure, typically with M3 bolts and nuts you will be ok for all the fixings. The raspberry pi will need M2 or M2.5 bolts. We plan to improve the Bill of Materials section (https://github.com/Ekumen-OS/andino/tree/humble/andino_hardware) FinallyWe are about to set up a Discord server for the community to interact and to provide support if needed. Stay tuned for that 😄 |
Beta Was this translation helpful? Give feedback.
-
hyy man did you use arduno ros bridge? |
Beta Was this translation helpful? Give feedback.
Hey there @RomainMaure, thanks for having interest on building an Andino 🚀