mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-11 14:49:43 +00:00
871 B
871 B
OpenArms Web Recording Interface
A web interface for recording OpenArms datasets.
Installation
cd examples/openarms_web_interface
npm install
Usage
Start everything with one command:
./launch.sh
This will:
- Start the FastAPI backend on port 8000
- Start the React frontend on port 5173
- Show live logs from both services
Then open your browser to: http://localhost:5173
Stop with: Ctrl+C
Workflow
- Configure CAN interfaces and camera paths in the dropdowns
- Click "Setup Robots" to initialize (once at start)
- Enter a task description
- Click "Start Recording" to begin an episode
- Click "Stop Recording" when done
- Dataset is automatically encoded and uploaded to HuggingFace Hub as private
- Repeat steps 3-6 for more episodes (no need to re-setup robots!)