LeRobot + xArm Integration

January 13, 2026 ยท View on GitHub

Brings a simple integration with LeRobot and xArm.

Getting Started

pip install lerobot-robot-xarm lerobot-teleoperator-teleop

lerobot-teleoperate \
    --robot.type=lerobot_robot_xarm \
    --teleop.type=lerobot_teleoperator_teleop \
    --fps=60

Development

Install the package in editable mode:

git clone https://github.com/SpesRobotics/lerobot-robot-xarm.git
cd lerobot-xarm
pip install -e .