Coder Social home page Coder Social logo

Comments (7)

lvauvillier avatar lvauvillier commented on August 16, 2024 1

Hi @MAVProxyUser can you share your log file?

from dji-log-parser.

MAVProxyUser avatar MAVProxyUser commented on August 16, 2024 1

@lvauvillier there is at least one log per folder that exhibits the error. You should have a huge sample set.

from dji-log-parser.

lvauvillier avatar lvauvillier commented on August 16, 2024 1

Fixed.Thanks for reporting this.

from dji-log-parser.

MAVProxyUser avatar MAVProxyUser commented on August 16, 2024

https://archive.org/download/FlightLogs

from dji-log-parser.

lvauvillier avatar lvauvillier commented on August 16, 2024

Thanks @MAVProxyUser. However, these do not looks like to be the standard .txt logs from DJI.

from dji-log-parser.

MAVProxyUser avatar MAVProxyUser commented on August 16, 2024

you have to extract them...
gzip -d FlightLogs.z01.gz (it would not upload with out being gzipped)
Then use any zip program that can handle a multi file archive.
Open FlightLogs.zip, and it should span all the other z01, z02, z03, etc files automatically and extract a huge pile of
.txt.zip files. (35 gig worth)

You can recursively extract them all to normal .txt files after stripping the gzip compression (not really .zip files even though that it their extension)

find . -name "*.zip" -exec pigz -d -z -v {} ;

You should be left with gigs worth of plain txt DJI log files.

Hope that helps.

from dji-log-parser.

lvauvillier avatar lvauvillier commented on August 16, 2024

@MAVProxyUser I'm currently unable to download the entire archive due to limited bandwidth. Could you please send just one .txt log file that produice the error?

from dji-log-parser.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.