Giter Site home page Giter Site logo

Comments (4)

pesaventofilippo avatar pesaventofilippo commented on June 11, 2024

Chiming in to say: I don't think this is possible/doable. F1 does not provide raw acceleration data, so the only way to have it would be to derive it using the GPS position and speed.

I myself have tried for quite some time to come up with a reliable method to calculate it, but there are some challenges with this approach:

  • The raw data is not granular enough for an accurate calculation based on position, both timing-wise (the update frequency is kind of low) and position-wise (the GPS resolution is only 10cm)
  • FastF1's job is to provide accurate and reliable data. While you could in theory approximate the acceleration, the values would not be precise, and most importantly they would not have come from an official data source but only estimated, which kind of defeats the point.

I'd be happy to hear if someone follows up with a somewhat reliable method of computing accelerations (if you want, I have a lateral and longitudinal G graph from last year, obtained directly from an F1 team, for comparison), but as far as I know, until we can get more precise input data, the acceleration will always be largely estimated.

from fast-f1.

theOehrly avatar theOehrly commented on June 11, 2024

I agree with @pesaventofilippo, that's an excellent summary of the problem.

While it may be possible to estimate the acceleration partially, this will be very unreliable and inaccurate most of the time. I'm not saying that it's impossible to draw conclusions from acceleration data that is calculated from existing data in FastF1. But such data needs to be handled very carefully and one needs to be very aware of the limitations of the specific method used to calculate the data. Overall, there seems to be no way to provide accurate acceleration data. Therefore, it does not make sense to add this feature to FastF1.

from fast-f1.

iskanderrr avatar iskanderrr commented on June 11, 2024

I'd be happy to hear if someone follows up with a somewhat reliable method of computing accelerations (if you want, I have a lateral and longitudinal G graph from last year, obtained directly from an F1 team, for comparison), but as far as I know, until we can get more precise input data, the acceleration will always be largely estimated.

if you can send me that G graph it could really help!
I want to try few things and see how close we can get.

from fast-f1.

pesaventofilippo avatar pesaventofilippo commented on June 11, 2024

@iskanderrr I'm not really sure if I can post it online, I'll ask the person where I got it from!

from fast-f1.

Related Issues (20)

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.