PX4 / flight_review

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

Download different log formats #264

Closed farhangnaderi closed 11 months ago

farhangnaderi commented 1 year ago

By this PR as proposed by @afwilkin in Ascend Engineering, we could add the capability of downloading .params format of the parameters since now the params can only be downloaded in raw formats. The user can have all RAW, txt and params format.

Below is the screenshot of what this PR could add already:

image

Reviews are highly appreciated.