PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
206 stars 198 forks source link

Comparing controllers #124

Open Pauloledes opened 6 years ago

Pauloledes commented 6 years ago

Hi,

I would like to use Flightreview with the Intel Aero RTF Drone in order to compare several different controllers. For instance, I would like to be able to know which controller is the more stable for a steady flight between a PID and the other ones. To do that, I can use SIMULINK to implement different controllers in my drone. However, in order to do that, I thinks I first need to extract the data from Flightreview. You can see below the kind of plots I would like to obtain.

pidcontroller

Thank you for your help.

bkueng commented 6 years ago

Hi

You can use pyulog to convert the log data to CSV for example.