Update README.md
Browse files
README.md
CHANGED
|
@@ -8,17 +8,17 @@ LeDrone brings the LeRobot formula to aerial robotics: a standardized dataset fo
|
|
| 8 |
|
| 9 |
## What you'll find here
|
| 10 |
|
| 11 |
-
- π **Datasets**
|
| 12 |
-
- π§ **Pretrained policies**
|
| 13 |
-
- πΉοΈ **Simulators**
|
| 14 |
-
- π§ **Open hardware**
|
| 15 |
|
| 16 |
## Roadmap
|
| 17 |
|
| 18 |
-
1. **Sim-only MVP**
|
| 19 |
-
2. **Hardware + collection**
|
| 20 |
-
3. **Sim-to-real**
|
| 21 |
-
4. **Ecosystem**
|
| 22 |
|
| 23 |
## Contribute
|
| 24 |
|
|
|
|
| 8 |
|
| 9 |
## What you'll find here
|
| 10 |
|
| 11 |
+
- π **Datasets** : `LeDroneDataset` format, extending LeRobotDataset v3.0: multi-rate aligned IMU (up to 1 kHz), FPV video (H.265, 60β120 fps), full FC telemetry, and human pilot RC inputs. Includes conversions of public benchmarks (UZH-FPV) and community-collected flights with automatic face blurring.
|
| 12 |
+
- π§ **Pretrained policies** : compact vision-based control models (CTBR action space, 60 Hz+), trained with a teacher-student + residual-model sim-to-real pipeline (Aerial Gym β real).
|
| 13 |
+
- πΉοΈ **Simulators** : native integration with parallel RL simulators (Aerial Gym, Pegasus).
|
| 14 |
+
- π§ **Open hardware** : two reference builds: **LeDrone-Lite** (~300 β¬, ArduPilot + MAVLink, ground-station control, education & data collection) and **LeDrone-Pro** (500β600 β¬, Pi 5 / Orin Nano + Pixhawk, onboard inference & VIO).
|
| 15 |
|
| 16 |
## Roadmap
|
| 17 |
|
| 18 |
+
1. **Sim-only MVP** : dataset format, reference datasets, ACT/SmolVLA baselines β
*in progress*
|
| 19 |
+
2. **Hardware + collection** : validated BOMs, MAVLink/MSP drivers, 50β100 h of annotated flight on the Hub
|
| 20 |
+
3. **Sim-to-real** : indoor hover transfer, then gate racing; pretrained models downloadable and flyable
|
| 21 |
+
4. **Ecosystem** : VLA extensions, workshop, native simulator support
|
| 22 |
|
| 23 |
## Contribute
|
| 24 |
|