YinghaoJia98 / OSQP_EIGEN0.6.3ForUnitreeMPC

OSQP_EIGEN0.6.3ForUnitreeMPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

osqp-eigen

C++ Standard Size

Simple C++ wrapper for osqp library.

Dependeces

Build the library and the application

Linux / macOs

git clone https://github.com/robotology/osqp-eigen.git
cd osqp-eigen
mkdir build && cd build
cmake ../
make
[sudo] make install

If you want to enable tests set the BUILD_TESTING option to ON.

Notice: sudo is not necessary if you specify the CMAKE_INSTALL_PREFIX. In this case it is necessary to add in the .bashrc the following lines:

Linux / macOs

export OsqpEigen_DIR=/path/where/you/installed/

Notice: The choice of OsqpEigen_DIR name for the environment variable is not random. Indeed <package>_DIR is one of the search paths of find_package().

How to use the wrapper

Here you can find a simple example that shows how to use this library.

API

Here you can find the documentation.

Bug reports and support

All types of issues are welcome 😄.

About

OSQP_EIGEN0.6.3ForUnitreeMPC

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 65.6%Language:CMake 34.1%Language:C 0.3%