Skip to content

evan-el/pacejka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacejka

Calculates forces generated at a tire given a .tir file containing parameters of the Pacejka model. Requires slip angles/ratios and vertical force to be provided. The goal is to provide similar functionality to mfeval in Matlab.

Build

To run the example you will need to provide a .tir file and specify the location in run_example.cpp. Matplot++ is only needed for running the example.

mkdir build
cd build
cmake ..
make
./run_example

References

[1] Tyre and Vehicle Dynamics 2nd. ed., Hans B. Pacejka, p. 172-191.

TODO

Add capability to get tire stiffnesses, not just force.

About

C++ library for calculating tire forces using a Pacejka model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors