Skip to content

pkol/CarND-MPC-Quizzes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplified state in MPC

This repo contains version of MPC in which state space was vastly reduced.

New state contains only a0..aN and delta0..deltaN. Constraints are very simple (-max..+max). There are no constraints for g(x) because there is no g(x).

New version of MPC is in file mpc_to_line/src/MPC.cpp. You can copmpare it with official solution (by Udacity) in mpc_to_line/solution/MPC.cpp.

About

CarND MPC Quizzes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 82.4%
  • Fortran 12.0%
  • C 2.1%
  • CMake 1.9%
  • Cuda 1.2%
  • Shell 0.2%
  • Other 0.2%