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 toinstall ATLAS sudo apt-get install libatlas3-base macOS macOS already provides SQLite3.Use Homebrew to install […]
Read more