Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.49 KB

File metadata and controls

35 lines (25 loc) · 1.49 KB

motion of vehicle:

  1. longitudinal dynamics (basic forward-backward motion):

    • a) engine force: torque produced by the engine divided by the wheel 1691821237664

    • b). aerodynamic drag (Fdrag): Proportional to the square of the vehicle's speed 1691821217231

    • c) rolling resistance (Frolling): constant force opposing motion 1691821196873.

    • d) the net force Fnet in longitudinal direction

      1691821299054

  2. Lateral dynamics (side to side motion): a) Cornering Force: proportional to the tire slip angle

    1691821399444

    assuming here there is no other significant lateral forces, so Flateral = Fcornering, we shall add slip angles, cornering stiffness

    1691821452031

  3. equations of motion

    1691821588575 1691821601824

  4. braking: implemented braking as a negative torque, which opposes the motion of vehicle e.x., F_brake

  5. traction control: means prevent wheel spin during acceleration by detecting wheel spin and reducing engine torque or applying brake force to specific wheels.

  6. Turning control.

    dx/dt = v * cos(θ + δ) dy/dt = v * sin(θ + δ) dθ/dt = v / L * sin(δ)

    1691877495906