src/demo/braking_control.hpp Source File#
Demo
|
braking_control.hpp
void adaptToRoadConditions(const RoadConditionData &roadCondition)
Provides rapid response and modulation of braking force to adapt to changing road conditions.
void applyBrakingPressure(const std::vector< float > &wheelPressure)
Applies appropriate braking pressure to individual wheels to prevent lock-up and maintain vehicle sta...
void collaborateWithABS(ABSType absMode)
Works in conjunction with the ABS to provide smooth and controlled braking.
void collaborateWithESC(ESCType escMode)
Works in conjunction with the ESC to enhance vehicle stability during braking maneuvers.
void receiveWheelSpeedInput(const std::vector< WheelSpeedSensor > &wheelSpeeds)
Receives input from wheel speed sensors to detect wheel lock-up.
Generated by 1.9.7