Kinematic Model
Kinematic model¶
The kinematic model is a simple vehicle model and assumes that both front and rear tires share a common center of rotation. This means that the kinematic model completely neglects lateral slip and can go around corners arbitrarily fast. This is a strong assumption to make, and if we use this model in a controller, we need to add additional constraints to prevent it from doing this. However, the model is quite simple and therefore a good starting point for model-based controllers.

The model also has very few vehicle parameters, which is only the front length, the rear length, and the time constant for the drivetrain.
The drivetrain of the kinematic model is modeled as a first order system. The physical meaning of the “torque” that is applied to the model is actually the desired steady state velocity that we want it to converge to.