API Referenceveextensions
Vehicle Stats Logger
Configurable CSV logging system for research and data analysis. Allows custom selection of vehicle data channels to record at specified intervals.
Configurable CSV logging system for research and data analysis. Allows custom selection of vehicle data channels (electrics values, powertrain data, inputs) to record at specified intervals with configurable output paths.
State Fields
M.settings -- table: current logger configuration (channels, interval, output path)Hooks
| Hook | Description |
|---|---|
onExtensionLoaded | Reads logger settings and initializes the CSV output file with column headers. |
Usage Example
-- Load with custom settings
extensions.load("vehicleStatsLogger")
-- Settings are typically configured via the GE layerSee Also
- Telemetry Logger — JSON/CSV telemetry logging
- MQTT Grafana Demo — Real-time streaming
- Test CSV Metrics — Test-specific CSV output
Vehicle Performance Data
Real-time capture of power, torque, acceleration, and speed metrics. Supports both continuous recording and static snapshot measurement types.
Booster
Applies an instantaneous force boost to the vehicle. Used for rocket boosters, nitrous visual effects, and scenario-triggered speed boosts.