Tools¶
The aurora/tools
directory collects standalone Python scripts used during development, testing
and log analysis. They are not part of the firmware build and are invoked
directly with python3.
All scripts share the same copyright header and SPDX identifier as the rest of the repository and target Python 3.10+.
Note
Pip requirements are installed via pip install -r tools/requirements.txt
Overview¶
Script |
Purpose |
|---|---|
Convert a recorded |
|
Reference BLE central for the pad-link library — scans, connects, and prints SM state and computed kinematics from a rocket. |
|
Plot recorded or simulated flight data — standalone CLI for telemetry logs, importable plotting module for |
|
MicroPython ground-station receiver for HC-12 telemetry — runs on a Raspberry Pi Pico and prints decoded state-machine frames to the REPL. |
|
Pull files out of a running |
|
Run a synthetic flight through a Python mirror of the AURORA Kalman filter and attitude tracker. |
|
Grid-search Kalman filter tuning parameters against recorded flights. |
|
Merge the generated Zephyr |