This repository contains the implementation of MPC for trajectory following using a kinematic bicycle model for a car.
We use the kinematic bicycle model for a car to implement MPC and simulate the vehicle.
where
We use the a time step of 0.01 seconds and a time horizon of 10 timesteps. We use the quadprog
command in MATLAB for generating the control inputs.