Wheel Forces
Exposes individual wheel force data including normal force, lateral force, longitudinal force, and slip ratios. Used for tire modeling research and force visualization.
Exposes individual wheel force data including normal force, lateral force, longitudinal force, and slip ratios. Used for tire modeling research, force visualization, and advanced vehicle dynamics analysis.
Public API
This extension is hook-driven and exposes wheel force data to other systems when loaded.
Usage Example
-- Load wheel force monitoring
extensions.load("tech/wheelForces")See Also
- Advanced Wheel Debug — Wheel alignment visualization
- ESC Measurement — Driving dynamics analysis
- TechCore — External API for wheel force queries
Vehicle Systems Coupling
Manages coupling between different vehicle subsystems for co-simulation. Enables synchronized data exchange between powertrain, suspension, and external simulation tools.
CAN Button Box
Reads button inputs from a CAN-connected button box controller. Maps physical button presses to vehicle actions via CAN frames.