Giter Site home page Giter Site logo

yndx_self_driving_log_analyzer's Introduction

YNDX self-driving log analyzer

A utility to parse and analyze a self-driving car log file.

Usage

For basic usage please clone the repo and execute runner.sh providing an url leading to a log file.

$ git clone https://github.com/maximkeremet/yndx_self_driving_log_analyzer.git

Log file format requirements

Log file should be in text format and contain key-value lines, like:

  • {"control_switch_on": binary state (1/0), "ts": unix timestamp}
  • {"geo": {"lat": latitute coordinates,"lon": longitude coordinates}, "ts": unix timestamp}

Results

The basic output of the scripts are located in results folder. Util output a report in csv format with calculated distance in meters covered by a self-driving car and an html with plotted car route and city are (in our case, Las Vegas)

A full log of the module can be helpful and can found in monitoring as a text file with corresponding date and unix ts.

Distance report:

mode distance, m perc.
human 266.2465 9.35
autopilot 2580.0803 90.65

Map: alt text

Further development

  • improve polygon parsing from Nominatim geocoder in order to support other locations properly
  • improve logging format for bigger log files
  • optimize overall performance

yndx_self_driving_log_analyzer's People

Contributors

maximkeremet avatar

Watchers

 avatar

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.