Add flight controller

Signed-off-by: Arnaud Morin <arnaud.gfpv@mailops.fr>
This commit is contained in:
Arnaud Morin
2026-09-05 14:47:42 +02:00
parent 61025489a4
commit bfb87fbee8
5 changed files with 117 additions and 16 deletions

View File

@@ -115,6 +115,8 @@ from the stack — don't hand-patch them.
.venv/bin/python3 spar.py
.venv/bin/python3 camera_mount.py # printed accessory, not a frame body
.venv/bin/python3 standoff.py # turned hardware, in the assembly
.venv/bin/python3 lollipop.py # printed antenna holder
.venv/bin/python3 fc.py # bought electronics, an envelope only
.venv/bin/python3 frame.py # assembly, BOM, exports, renders
```