MedBamou / GyroLog

PyQt3D app to display student-built rocket gyroscope data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GyroLog

A simple PyQt3D app I originally wrote to display the data collected by the optical fiber gyroscope from the Menhir rocket, launched by the Groupe Aérospatial de l'Université Laval at Spaceport America Cup 2017. It's not very well optimized but it does the job. All axes follow the right-hand rule.

Unfortunately, the laser power system failed at ignition due to a blown MOSFET, so we did not manage to record flight data, but the rocket launched and landed fine. The app instead reads the log file from our Blackbird rocket launched in 2015, which was recorded by a commercial electronic gyroscope.

screenshot

How to run: python gyrolog.py then press the play button bottom-right, right-click to rotate, scroll to zoom.

Recommended distribution: WinPython 3.6+ Qt5

Required:

Python 3
pyqt5 (5.8+)
pyqt3d (5.8+)

This project is licensed under the GNU GPL v3. Copyright © 2016 - 2018 AgentRev

About

PyQt3D app to display student-built rocket gyroscope data

License:GNU General Public License v3.0


Languages

Language:Python 100.0%