Skip to content

YashTrikannad/mpc_av

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpc_av

This repository runs model predictive controller for trajectory generation and tracking of Autonomus Vehicles. Note: This repository uses cvxgen to solve mpc optimization equations which requires a license (/acadmeic license)

mpc example gif

How to use:

  • Go To catkin_ws:
cd catkin_ws/src
  • Clone the current Repository:
git clone https://github.com/YashTrikannad/mpc_av.git
  • Clone the Repository for the F110 Simulator:
git clone https://github.com/mlab-upenn/racecar_simulator.git
cd ..
catkin_make
  • Run the simulator:
roslaunch racecar_simulator simulator.launch
  • Run the mpc controller
roslaunch mpc_av mpc_av.launch
  • Press n to start the car

About

Model Predictive Controller for Local Trajectory Generation and Tracking of Autonomus Vehicles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published