Skip to content

chenyutao36/cppmpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cppmpc

Installation Guide:

  1. Install Eigen

  2. Download qpoases-3.2.0 at https://www.coin-or.org/download/source/qpOASES/ and install it linking with lapack and blas. (do not use qpoases-3.2.1 since there are some missing symbols while linking)

  3. In make.mk, change QPOASES_PATH to the directory of qpoases-3.2.0

  4. Run make

To run your own examples, use MATMPC to generate casadi_src.cpp and put it in the /model folder. Create your own main function in the /examples folder and add it in the makefile list.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published