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 |
|---|---|
Pull files out of a running |
|
Replay simulated or recorded flights through a Python mirror of the AURORA Kalman filter and plot the result. |
|
Grid-search Kalman filter tuning parameters against recorded flights. |
|
Merge the generated Zephyr |