Skip to content

DrLiLab/opt-osqp-eigen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Simple Eigen-C++ wrapper for OSQP library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 64.4%
  • CMake 35.3%
  • C 0.3%