motion of vehicle:
-
longitudinal dynamics (basic forward-backward motion):
-
Lateral dynamics (side to side motion): a) Cornering Force: proportional to the tire slip angle
assuming here there is no other significant lateral forces, so Flateral = Fcornering, we shall add slip angles, cornering stiffness
-
equations of motion
-
braking: implemented braking as a negative torque, which opposes the motion of vehicle e.x., F_brake
-
traction control: means prevent wheel spin during acceleration by detecting wheel spin and reducing engine torque or applying brake force to specific wheels.
-
Turning control.
dx/dt = v * cos(θ + δ) dy/dt = v * sin(θ + δ) dθ/dt = v / L * sin(δ)