API Referenceveextensions
Telemetry Logger
Comprehensive logging of vehicle state data to JSON or CSV files. Records powertrain, suspension, electrics, and input data at configurable intervals.
Comprehensive logging of vehicle state data to JSON or CSV files. Records powertrain, suspension, electrics, and input data at configurable intervals for post-session analysis and research.
Public API
This extension is controlled via GE-side commands. No direct VE callable API.
Usage Example
-- Telemetry logging is typically started from the GE side
extensions.load("telemetryLogger")See Also
- Vehicle Stats Logger — Configurable CSV logging
- MQTT Grafana Demo — Real-time MQTT streaming
- OutGauge — UDP telemetry protocol
Straight Line
Heading maintenance assistance that keeps the vehicle driving in a straight line. Used for automated testing and performance measurement runs.
UT Recorder
Records vehicle state data for playback within the Game Engine's replay system. Sends position, velocity, and input data to GE each frame for synchronized recording.