top | item 44242319

(no title)

dimitry12 | 8 months ago

SO-ARM101 has a leader-arm, which is the arm with same exact dimensions and same servos - but used to read/record the trajectory. You move it with your own hand and teleoperate the follower-arm in real-time. Follower-arm is visible in the demo videos.

If you fully control the environment: exact positions of arm-base and all objects which it interacts with - you can just replay the trajectory on the follower-arm. No ML necessary.

You can use LLM to decide which trajectories to replay and in which order based on long-horizon instruction.

discuss

order

charleszyong|8 months ago

Yes. You are exactly right. If you want the model to have some adaptability, you will need to train a policy like ACT or GR00T.

Just a quick difference I need to point out as it's critical product spec: leader arms are using 7.4v version of ST3215 (various gear ratios) while follower arms are using 12v version of ST3215. (12v version have higher peak torque at close to 3 Nm)

fragmede|8 months ago

> various gear ratios

for anyone following along at home: THIS IS NOT A SMALL DETAIL!

there are 12 servos total and 4 different types of 7.4 volt ones in the box. make sure you use the right one, or else you'll waste precious time to reassemble the arm.

dimitry12|8 months ago

Thank you for confirming! Love how simple yet magical your demos look, the elegance of bridging LLM-driven long-horizon planning with the arm.

polishdude20|8 months ago

Wait so the arm isn't doing any learning or moving on its own? I don't understand why you need a leader arm?

victorbjorklund|8 months ago

It sounds like you use the leader arm to show the robot how the task should be done. If you just used your own arm for the task the robot would have to translate human movements to its own mechanics (hard) but this way it does only need to replicate the movement you showed (easier). After you teach it how to do the movement it can then do it by itself. You show once and it can repeat a million times.