how to init workspace with "EMBEDDED" #554
Replies: 1 comment
-
Hi @Shaquille-Wu, sorry for not replying to this earlier. The general setup for OSQP with the To use code generation, take a look at the documentation page (https://osqp.org/docs/release-0.6.3/codegen/index.html). It will require setting up your problem in either MATLAB or Python, and then calling the specific codegen function. That will generate a C file and a header file, which can then be added to your project. Then you just need to use |
Beta Was this translation helpful? Give feedback.
-
Hello, every one
I compiled osqp with "EMBEDDED",
but, I found I cannot init the "OSQPWorkspace", because, "osqp_setup" and "osqp_cleanup" just be compiled if "EMBEDDED" is false
the principle of osqp is very difficult for me, so, I want to know how to init the "OSQPWorkspace" with "EMBEDDED"?
Beta Was this translation helpful? Give feedback.
All reactions