Osqp-eigen without including eigen library. Is it possible? #650
-
I am trying to implement MPC code using osqp-eigen, but I am wondering if it is essential to include the eigen library like #include <Eigen/Dense>. I am wondering if the code cannot be implemented using only osqp-eigen without including the eigen library. The reason I'm asking is because I thought there might be a way to use only OSQP eigen without using the eigen library when embedding. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello @WestsideMS, I am one of the maintainers of osqp-eigen . I am not sure what you are asking, |
Beta Was this translation helpful? Give feedback.
Hello @WestsideMS, I am one of the maintainers of osqp-eigen .
I am not sure what you are asking,
osqp-eigen
is a C++ binding for osqp that uses Eigen for all its types. If you do not want to use Eigen, probably you can just use osqp directly for solving your MPC problem, without using osqp-eigen? If you already have your MPC code, could you point to it so that it is more clear what you are asking?