- Git clone the
CasAdi
repository from https://github.com/casadi/casadi - Go inside the directory and
mkdir -p build && cd build
- Make sure that you have
CMAKE
on your system - Run command
cmake .. -DWITH_IPOPT=TRUE
andmake -j4 && make install
- Git clone the
Eigen3
repository from https://gitlab.com/libeigen/eigen.git - Go inside the directory and
mkdir -p build && cd build
- Run command
cmake ..
andmake && make install
- Go to directory either
MECANUM
orOMNI
- Go inside the directory and
mkdir -p build && cd build
- Run command
cmake ..
andmake
- Go to build direction and run
./mpc_mencaum
or./mpc_omni
.