SO-100 vs LeKiwi: the same arm, plus a base you have to teach

A LeKiwi is an SO-100 arm on a three-wheel holonomic base. The arm half of this comparison is a tie by construction, so the entire question is what the wheels add to your dataset and to every policy you train on it.

Last updated 2026-08-09

SO-100 and LeKiwi side by side
FactSO-1005 joints plus gripper, 6 actuatorsLeKiwi5 joints plus gripper on a three-wheel holonomic base
MakerTheRobotStudio and LeRobotLeRobot community
Actuators5 joints plus gripper, 6 actuators5 joints plus gripper on a three-wheel holonomic base
ServosFeetech STS3215 bus servosFeetech STS3215 bus servos
Supply voltage7.4 V7.4 V for the arm, 12 V for the base
Parts costroughly 110 to 150 euro per arm in partsroughly 400 to 500 euro
Platform supportFully supportedCompatible
Also written asSO-ARM100, SO100LeKiwi mobile base
In one lineThe reference arm of this platform. Everything here is tested on one first.An SO-100 arm on a mobile base. The base joints become extra dimensions in the action vector.
Short answer

A LeKiwi is the same SO-100 manipulator, five joints plus a gripper on Feetech STS3215 servos at 7.4 V, mounted on a three-wheel holonomic base that runs at 12 V. The arm costs roughly 110 to 150 euro in parts, the LeKiwi roughly 400 to 500. The base is not free in software either: its wheels become extra dimensions in the recorded action vector, so every episode has to demonstrate driving as well as manipulation.

The short answer

This is not two arms, it is one arm and the same arm on wheels. The manipulator on a LeKiwi is the SO-100 manipulator: five joints plus gripper, Feetech STS3215 servos, 7.4 V. So the comparison is not about which one picks things up better. It is about whether you want the base, what it adds to your dataset, and whether you are ready to pay for it in demonstrations rather than in euros. The euros are the smaller number: roughly 400 to 500 against 110 to 150.

Side by side

FactSO-100LeKiwi
MakerTheRobotStudio and LeRobotLeRobot community
Degrees of freedom5 joints plus gripper, 6 actuators5 joints plus gripper on a three-wheel holonomic base
ServosFeetech STS3215 bus servosFeetech STS3215 bus servos
Voltage7.4 V7.4 V for the arm, 12 V for the base
Parts costRoughly 110 to 150 euro per armRoughly 400 to 500 euro
Support level herefullcompatible
MobilityFixed to the tableHolonomic, translates and rotates in place
Action vectorThe six arm actuatorsThe six arm actuators plus the base wheels
Dataset formatLeRobot v2.1LeRobot v2.1
Models availableACT, SmolVLA, Pi0.5, GR00T N1.5, GR00T N1.7The same five

What the base adds to every episode

The action vector recorded on an SO-100 has six entries, one per actuator. On a LeKiwi the base contributes its own commanded dimensions on top of those: three wheels, driven independently, which is what holonomic means in this build. Read the exact width off your recorded dataset rather than off this page, because the dataset is the authority on its own schema. What is not in doubt is the direction: the vector is wider, and the extra entries are ones no fixed arm ever had to predict.

A policy has to produce every dimension it was trained on, at every step. It does not get to leave the wheels blank because the interesting part of the task happens at the gripper. So the base is not an extra you can ignore until later. From the first episode you record on a LeKiwi, driving is part of the demonstration and part of what the model is asked to imitate.

That changes what your episode budget has to cover. On a fixed arm the object sits in a handful of places on the table and the camera never moves. On a mobile base the robot approaches from somewhere, and where it approaches from is now a variable you are teaching. The fifty episodes GR00T N1.7 wants become fifty episodes of driving and manipulating, not fifty of manipulating. Fifty runs that all start from the same tile on the floor teach a policy one approach path and nothing about the room.

Two rails on one robot

The arm runs at 7.4 V and the base at 12 V, on the same machine, centimeters apart. A Feetech STS3215 dies within seconds on 12 V. Mark both cables at the connector end rather than only at the plug, and do it before the first power up rather than after the first repair.

What the wheels do to teleoperation and recording

The recorder starts and stops the recording, it does not drive the robot for you. You teleoperate while it runs, through the desktop client or the web cockpit, and on a LeKiwi that means driving the base and the arm inside the same episode. That is a coordination skill and your early attempts will show it. Clumsy driving is written into the dataset as ground truth just as faithfully as clean driving.

Two rules follow. First, keep an episode only when it was actually good: press Enter to end a clean one, Ctrl-C to discard the one you fumbled, because a half-driven approach in the data is worse than one fewer episode. Second, make the camera decision before the recording decision. A wrist camera moves with the arm on both robots, but on a LeKiwi a base or top camera moves with the whole machine, so the background shifts inside a single episode in a way a fixed setup never produces.

What does not change

StageSO-100LeKiwi
Zero pointay-robots calibrateThe same command, and the base does not change the arm calibration
Recordingay-robots record --task "..."The same command, a wider action vector in the result
Dataset formatLeRobot v2.1LeRobot v2.1, and GR00T still rejects v3.0
Uploaday-robots datasets upload <dataset>The same
TrainingDashboard or the start_training tool, no CLI commandThe same, there is no base specific trainer
Run cost per job1 to 3 USD on 24 GB, 4 to 12 USD on 80 GBIdentical, the robot does not set the price
Inferenceay-robots run --model <model>The same, with the base dimensions commanded as well
Servo voltage7.4 V7.4 V for the arm, 12 V for the base

Which model copes best with a mobile base

There is no base specific policy on this platform, so the real question is which of the five behaves well with a wider action space and longer episodes. Three facts in the catalog decide it. ACT has no pretraining and no language conditioning, so it learns your demonstrations and nothing past them, which on a mobile base means it learns your approach paths literally; its inference at about 20 ms is the compensation, and a driving robot benefits from a loop that closes quickly. Pi0.5 at about 485 ms per action step is the one to be careful with, because a base in motion makes a stale observation more expensive than a fixed arm ever does. SmolVLA sits in between at about 245 ms and becomes useful from about thirty episodes, which makes it the cheapest way to find out whether your LeKiwi data is worth scaling before you rent an 80 GB card.

Start cheap, then decide

A SmolVLA run costs about 1 to 3 USD on the 24 GB tier against about 4 to 12 USD for GR00T N1.7 on the 80 GB tier. On a robot where your first datasets will have driving mistakes in them, four cheap runs teach you more than one expensive one.

A sane first week on a LeKiwi

  1. 1
    Park the base and treat the thing as an SO-100

    Bring the arm up on its own rail, find the port, set the zero point and send it home. Everything you know about a fixed arm is valid at this stage, and it is the last stage where that is true for free.

    bash
    ay-robots devices
    ay-robots calibrate
    ay-robots home
  2. 2
    Record a manipulation only baseline

    With the base stationary, record the task the way you would on a fixed arm. This gives you a reference for later: if the mobile policy fails, you will want to know whether the arm half was ever working.

    bash
    ay-robots record --task "pick up the red cube and put it in the bin" \
      --dataset lekiwi-static --episodes 10 --cameras wrist,top
  3. 3
    Add driving, and vary one thing at a time

    Now record with the base moving, changing the starting position deliberately rather than randomly. Cover the approach directions you expect to need at deployment, and do not let all your episodes start from the same tile.

  4. 4
    Upload and train the cheap model first

    Upload the dataset, then open Training in the dashboard, pick it, choose SmolVLA and press Start. There is no ay-robots train command: training runs on a rented cloud GPU, and an agent starts it with the start_training tool instead.

    bash
    ay-robots datasets upload lekiwi-mobile --name "lekiwi cube pick"
  5. 5
    Evaluate from fixed starting positions

    Mark the floor. Run the same set of start positions in the same order every time, and write down where the failure happened: wrong approach, right approach with a bad grasp, or an arm that never got near the object. Those three go to different fixes.

    bash
    ay-robots run --model smolvla \
      --checkpoint s3://ay-robots-runs/lekiwi-cube-pick/step-20000 \
      --task "pick up the red cube and put it in the bin"
    ay-robots stop

Full against compatible, and how to debug across the line

The SO-100 carries the full support level: it is the reference unit, and a hardware symptom is reproduced on one before the page describing it goes up. The LeKiwi carries compatible. The arm half of it is that same reference hardware, which is why the servo advice, the calibration procedure and the Feetech failure modes apply directly. The base half is not: it is another rail and a set of dimensions the reference arm does not have, and the reproductions documented here were done on a fixed arm.

So split the problem before you debug it. Park the base and run the task by hand. If the arm misbehaves standing still, it is an arm problem and every fix page applies as written. If the arm is fine and the approach is wrong, it is a data problem in exactly the dimensions a fixed arm never had, and no change of model will fix a dataset that only ever drove one route.

Buy the LeKiwi if

  • The task genuinely requires the robot to move: fetching from a second surface, following a person, working a bench longer than the arm reach.
  • You already have a working fixed-arm workflow and your failures are about reach rather than about grasping.
  • You are prepared to record demonstrations that cover several approach directions, not one.

Stay on the SO-100 if

  • You are learning the pipeline. Every hour spent on driving is an hour not spent on the part that decides whether a policy grasps anything.
  • Your task fits on a table. A mobile base adds dimensions, failure modes and a second power rail, and buys nothing back if the object is always within reach.
  • Budget matters. Roughly 400 to 500 euro is three SO-100 arms, and three arms means a leader and follower pair with a spare.

Where to go next

Frequently asked questions

Is the arm on a LeKiwi really the same as an SO-100?

Yes. Five joints plus a gripper, Feetech STS3215 bus servos, 7.4 V. The catalog describes the LeKiwi as an SO-100 arm on a mobile base, which is why the arm side of every guide here transfers without edits.

Can I train on SO-100 data and run the policy on a LeKiwi?

No, not usefully. A policy trained on six action dimensions has no output for the wheels, so the base half of the robot has nothing driving it. Record on the LeKiwi for a LeKiwi policy. Your old SO-100 dataset is still worth keeping as the manipulation-only baseline.

How many extra dimensions does the base add?

One per driven wheel, and the base is a three-wheel holonomic design. Rather than trusting that arithmetic, read the action width off the dataset you just recorded: the recorded schema is the authority, and it is the number the trainer will use.

Does a mobile base make training more expensive?

No. The bill follows the model and its GPU tier: about 1 to 3 USD for a run on the 24 GB tier, about 4 to 12 USD on the 80 GB tier. What a base does cost you is recording time, because each episode now contains an approach as well as a grasp.

Which model should I start with on a LeKiwi?

SmolVLA. It becomes useful from about thirty episodes against fifty for the larger models, it runs on the 24 GB tier, and your first mobile datasets will have driving mistakes in them that you want to discover on a cheap run.

Can I run the base at 7.4 V so there is only one supply?

No. The base is a 12 V system and the arm servos are 7.4 V parts. Undervolting the base does not make it work and feeding 12 V to the arm bus destroys it. Two rails is the design, so wire and label it as two rails.