A web application for flight log analysis with python
Flight Review
This is a web application for flight log analysis. It allows users to upload ULog flight logs, and analyze them through the browser.
It uses the bokeh library for plotting and the Tornado Web Server.
Flight Review is deployed at https://review.px4.io.
3D View
Installation and Setup
Requirements
Ubuntu
sudo apt-get install sqlite3 fftw3 libfftw3-dev
Note: Under some Ubuntu and Debian environments you might have to
install ATLAS
sudo apt-get install libatlas3-base
macOS
macOS already provides SQLite3.
Use Homebrew to install fftw:
brew install fftw
Installation
# After git clone, enter the directory
git clone --recursive https://github.com/PX4/flight_review.git
cd flight_review/app
pip install -r requirements.txt
# Note: preferably use a virtualenv
Setup