From 8e1ec9d6b813a3441c901b37bc2f637cb18b9152 Mon Sep 17 00:00:00 2001 From: Nikodem Bartnik Date: Wed, 3 Jun 2026 10:43:12 +0200 Subject: [PATCH] add a tip about compatibility --- docs/source/lelab.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/lelab.mdx b/docs/source/lelab.mdx index 1bfe9db14..544d6fbdb 100644 --- a/docs/source/lelab.mdx +++ b/docs/source/lelab.mdx @@ -2,6 +2,9 @@ LeLab is a graphical user interface built on top of the LeRobot library, designed to make robotics accessible without needing to memorize CLI commands. From a single app you can configure your robot, teleoperate it, collect datasets, train policies locally or on cloud GPUs via HF Jobs, and deploy trained models back onto your robot. It's the easiest way to go from an unboxed SO-101 to a working policy, and a great companion for anyone learning the LeRobot workflow. Source code and issues live on GitHub: [huggingface/leLab](https://github.com/huggingface/leLab). +> [!TIP] +> For now LeLab is compatible only with SO-ARM101 + ### Installation