Skip to content

Instantly share code, notes, and snippets.

@makvoid
makvoid / sled-data-format.csv
Created March 6, 2022 00:29
Forza Telemetry V1 (Sled) format
position name python_type c_type
0 IsRaceOn int s32
4 TimestampMS int u32
8 EngineMaxRpm float f32
12 EngineIdleRpm float f32
16 CurrentEngineRpm float f32
20 AccelerationX float f32
24 AccelerationY float f32
28 AccelerationZ float f32
32 VelocityX float f32