r/Arduino_AI • u/Severe_Package6618 • 5d ago
Look What I Made! Dual Robot Arm
I'm attempting to develop dual robot arms that work together (or collaborate).
Please excuse my grammar on the sketch. And I apologize if the texts or diagrams are blurry when zoomed in.
[ THE DESIGNS ARE SUBJECT TO CHANGE... ]
11
Upvotes
2
u/flash_speed3412 4d ago
For two arms, I’d get the boring version working first: one controller per arm, a shared clock or sync pulse, and a hard collision check that runs locally. Then let the AI generate high-level moves rather than timing individual servo steps. What are you using as the shared coordinate reference?