PX4 / flight_review

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

messages: use pyulog for events extraction #276

Closed bkueng closed 5 months ago

bkueng commented 5 months ago

Added in https://github.com/PX4/pyulog/pull/94

Also removes the file caching for the events from the log, as decompressing on the fly is fast enough.