Qvelard commited on
Commit
e717bcd
Β·
verified Β·
1 Parent(s): a60fb44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -10
README.md CHANGED
@@ -1,10 +1,27 @@
1
- ---
2
- title: README
3
- emoji: 😻
4
- colorFrom: red
5
- colorTo: purple
6
- sdk: static
7
- pinned: false
8
- ---
9
-
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # πŸ›Έ LeDrone
2
+
3
+ **State-of-the-art machine learning for real-world FPV drones : datasets, pretrained policies, simulators, and open hardware.**
4
+
5
+ LeDrone brings the LeRobot formula to aerial robotics: a standardized dataset format, a policy zoo, native simulator integration, and affordable reference hardware. Lower the barrier to entry for learning-based drone flight, so everyone can contribute and benefit from shared datasets and pretrained models.
6
+
7
+ πŸ€— Built on [LeRobot](https://huggingface.co/lerobot) β€’ Apache 2.0 β€’ Simulation-first, safety-first (<250 g, EU class C0)
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, workshops at ICRA/CoRL, native simulator support
22
+
23
+ ## Contribute
24
+
25
+ We're looking for ML researchers (policies, sim-to-real), embedded/FPV engineers (MAVLink/MSP, BOM validation), FPV pilots (data collection), and academic labs (scientific validation).
26
+
27
+ πŸ‘‰