API Referencevecontrollertech
Tyre Barrier Controller
Controls tire barrier objects used in track/course design. Manages the physical behavior and reset logic for deformable tire barriers.
Controls tire barrier objects used in track/course design. Manages the physical behavior and reset logic for deformable tire barriers.
Hooks
| Hook | Description |
|---|---|
init(data) | Initializes the tyre barrier test logic and its associated Advanced IMU sensor. |
reset() | Clears buffered test data and resets state machines for a new test run. |
update(dt) | primary physics loop. Monitors impact progress and ensures high-frequency sensor data is correctly synchronized. |
Tech Screens Controller
Manages auxiliary display screens in the vehicle (infotainment, instrument clusters) for BeamNG.tech integrations. Allows external applications to render content on in-vehicle displays.
Vehicle Systems Coupling
Bridge interface for connecting vehicle subsystems to external control software. Allows external applications to read vehicle state and inject control commands, enabling hardware-in-the-loop (HIL) testing.