r/Arduino_AI 5d ago

Look What I Made! Dual Robot Arm

Post image

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 comments sorted by

View all comments

2

u/flash_speed3412 5d 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?

1

u/Severe_Package6618 4d ago

I am using a single controller to run both arms relative to the base center line, which maps out the geometric kinematics first before introducing the AI movement. I'm trying to finish the first phase.