-
Hello everyone, my goal with this API is to use it inside a 3D Software to generate a path. This is my code comparing 2 laps of the 2023 Australian GP, im trying to generate an array with all the coordinates of the car during the lap but the starting points of the 2 laps isn't correct. Also comparing the 2 path with live footage the distances between the 2 cars during the lap dont seem correct either, can anyone help me with that? @theOehrly `import bpy fastf1.core.Telemetry.TELEMETRY_FREQUENCY = 100 def animateCar(driver, obj):
animateCar(driver1, 'VER')` How do i get the exact same start of the lap of the 2 cars (basically when they are both on the start/finish line) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey, so a few things are likely problematic here.
|
Beta Was this translation helpful? Give feedback.
I don't know whether they are using FastF1. I'd say it is likely. But in any case, if they don't have insider information/contacts, then they are using the exact same raw data. Even if they don't download it through FastF1.