PX4 / flight_review

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

File format conversion #105

Closed Zhenbin24 closed 6 years ago

Zhenbin24 commented 6 years ago

@bkueng @mrpollo @dagar @LorenzMeier @anassinator I have a bin file for the flight log, how can I convert the ulog file to this project type?

bkueng commented 6 years ago

How did you create the bin file?

Zhenbin24 commented 6 years ago

@bkueng The data written by the drone during its flight is exactly the one-chip computer

bkueng commented 6 years ago

If you use a the default logger, just rename the bin file to .ulg, and if not you are using an incompatible logger and there is no way to convert it.

MaEtUgR commented 6 years ago

Issue about an ardupilot bin file with 2 hours time difference: https://github.com/PX4/flight_review/issues/106 Related?

Zhenbin24 commented 6 years ago

@MaEtUgR yea ,We are looking for good solutions for ardupilot。