Exporting telemetry data to MoTeC #743
Unanswered
codeforgery
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It seems like the MoTeC data format is just CSV. That shouldn't be to difficult, I suppose. Exporting a Pandas DataFrame to CSV is not very difficult so you'd probably just need to get the formatting right. There seems to be no documentation of the format. I've found this thread: https://forum.motec.com.au/viewtopic.php?f=26&t=3864 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've become a little obsessed with driving the VRC Formula 1 cars in Assetto Corsa, some of the most realistic cars on the game. I've been challenging myself with beating some of the pole position times in the 2024 car, and I want to analyse my laps and compare them with MoTeC. It's basically a telemetry analysis app that real world drivers used, but someone made an app which exports Assetto Corsa data into the MoTeC format.
My point is - I want to compare my lap to various real F1 pole laps using this app. Is this at all possible to do? What sort of code would I have to write to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions