SidaJ commited on
Commit
9961039
·
1 Parent(s): f7cca2a

Add telemetry data example

Browse files
README.md CHANGED
@@ -54,6 +54,18 @@ This vehicle dynamics data e.g. speed, acceleration, steering angle, map levels
54
 
55
  The no-login release also posts anonymous ride telemetry to the hosted eScooter telemetry relay configured by the developer.
56
 
 
 
 
 
 
 
 
 
 
 
 
 
57
  ## Download Notes
58
 
59
  The Windows package includes Unreal Engine binary assets and executable files stored with Git LFS.
 
54
 
55
  The no-login release also posts anonymous ride telemetry to the hosted eScooter telemetry relay configured by the developer.
56
 
57
+ ## Data Example
58
+
59
+ A telemetry-only sample extracted from a KTH test session is included here: [data/eScooter_KTH_SJ2_telemetry_sample.log](data/eScooter_KTH_SJ2_telemetry_sample.log).
60
+
61
+ The sample keeps scooter dynamics lines and omits Unreal startup logs and local development paths. Each row includes timestamp/frame, actor, speed, throttle, brake, steering, location, level, turning angle, and student ID.
62
+
63
+ Example row:
64
+
65
+ ```text
66
+ [2024.03.27-17.00.28:252][913]LogBlueprintUserMessages: [TestScooterHands_C_UAID_84A938C6F55DFDE301_1830247399] Speed:0.051;Throttle:0.0;Brake:0.0;Steering:0;Location:-1,470;-2,710;22;Level:VehicleExampleMap;Turning Angle:0;StudentID:0;
67
+ ```
68
+
69
  ## Download Notes
70
 
71
  The Windows package includes Unreal Engine binary assets and executable files stored with Git LFS.
data/eScooter_KTH_SJ2_telemetry_sample.log ADDED
The diff for this file is too large to render. See raw diff