Releases: MIT-Rocket-Team/RT_Python_Lib
Releases · MIT-Rocket-Team/RT_Python_Lib
Test Launch UI
Beta Release for Zephyrus Test Launch
Written By: 2025-6 MIT Rocket Team Avionics Subteam
- J. Bolte
- M. Nichitiu
- E. McDaniel
Zephyrus Telemetry UI — Usage Guide
Before you start
Please make sure Python is installed on your system and that the following Python packages are available:
serialtoolsnumpymatplotlibscipypyqt5pandas
You can install them with:
python3 -m pip install serialtools numpy matplotlib scipy pyqt5 pandasMac usage
- Download and extract the provided folder.
- Open the extracted folder.
- Launch
ZephyrusTelemetryUI.app. - If macOS warns you about opening an app from an unidentified developer:
- Right-click the app
- Choose Open
- Confirm that you want to run it
Windows usage
- Download and extract the provided folder.
- Open the extracted folder.
- Double-click
wrapper_windows.bat. - If Windows Defender or SmartScreen shows a warning:
- Review the file location
- Choose the option to continue only if you trust the source
- If it fails, open a command prompt at that folder and run
python3 wrapper_windows.pyNotes
- Keep all files from the downloaded folder together.
- If the UI looks compressed and/or you have to scroll to see certain table elements, decrease your display scaling to 125% or 100%.
- Do not move the app or batch file out of the folder.
- If the UI does not launch, first verify that the required Python packages are installed.
- If multiple Python versions are installed, make sure the required packages were installed for the same Python interpreter used by the app or batch file.