LCQPow
LCQPow copied to clipboard
LCQPow - A Solver for Quadratic Programs with Linear Complementarity Constraints
modify code to allow shared object used independently and some minor changes: - update the target `${PROJECT_NAME}-shared` with correct shared object linking dependency on osqp and qpOASES. - Correspondingly, update...
## Problem description When enabling the `QPOASES_SCHUR` option, the linking always failed. ## Ways to reporduce We can just run `cmake .. -DQPOASES_SCHUR=ON` in the build folder of this repo,...
# Description When we want to integrate the LCQPow solver to some other packages e.g the ROS packages, we expect that we can use the static or shared object from...
use CMake `find_package` to locate the matlab libraries before using them
## Desciption As some design principle, if we would like to distribute this library as binary with header files, we would expect that our include headers can work on our...
Hi, I am failing to compile on MacBook Air M2. Below is the complete listing from the command line. The error message (displayed at the very end of the listing)...