ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Probably a good start is to mimic something already done. Break your project in several chunks.

Look at this project: https://github.com/RBinsonB/Nox_robot

In your specific case I use another arduino for dc motors if it's possible (an Leodardo eventually)

The communication between arduino & Rpi that runs with ROS I'll suggest rosserial.

Good luck!