|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <pacejka_combined_slip.hpp>


Public Member Functions | |
| std::pair< double, double > | tire_forces (double slip_angle, double slip_ratio, double vertical_load) const override |
| Calculate the forces acting in a tire based on the tire characteristics and dynamic state. | |
Public Member Functions inherited from TireModel | |
| TireModel (const common_lib::car_parameters::CarParameters &car_parameters) | |
Additional Inherited Members | |
Protected Attributes inherited from TireModel | |
| std::shared_ptr< common_lib::car_parameters::CarParameters > | car_parameters_ |
Definition at line 5 of file pacejka_combined_slip.hpp.
|
overridevirtual |
Calculate the forces acting in a tire based on the tire characteristics and dynamic state.
| slip_angle | Slip angle of the tire in radians |
| slip_ratio | Slip ratio of the tire |
| load | Load on the tire in Newtons |
Implements TireModel.
Definition at line 3 of file pacejka_combined_slip.cpp.