Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is a problem when building it #137

Closed
Theyearling opened this issue Jun 30, 2023 · 4 comments
Closed

there is a problem when building it #137

Theyearling opened this issue Jun 30, 2023 · 4 comments

Comments

@Theyearling
Copy link

/home/car/osqp-eigen/include/OsqpEigen/SparseMatrixHelper.hpp:42:37: error: ‘csc’ has not been declared
csc*& osqpSparseMatrix);
^~~
/home/car/osqp-eigen/include/OsqpEigen/SparseMatrixHelper.hpp:51:56: error: ‘csc’ does not name a type; did you mean ‘cosl’?
bool osqpSparseMatrixToEigenSparseMatrix(const csc* const & osqpSparseMatrix,
^~~
cosl
/home/car/osqp-eigen/include/OsqpEigen/SparseMatrixHelper.hpp:61:47: error: ‘csc’ does not name a type; did you mean ‘cosl’?
bool osqpSparseMatrixToTriplets(const csc* const & osqpSparseMatrix,
^~~
cosl

@traversaro
Copy link
Member

traversaro commented Jul 1, 2023

Hello @Theyearling , see #135 .

TL;DR: Now osqp default branch points to the unreleased 1.0.0 version, while osqp-eigen default branch is only compatible with osqp <= 0.6.3 at the moment. If you install osqp 0.6.3 (the latest stable release) everything should work.

@navil2000
Copy link

Hello, do you know if a new version that is compatible with osqp v1.0.0 is going to be released? Thanks in advance, and great job with the wrapper, very useful :)

@traversaro
Copy link
Member

Hello, do you know if a new version that is compatible with osqp v1.0.0 is going to be released? Thanks in advance, and great job with the wrapper, very useful :)

There is an open PR to add osqp 1.0.0 compatibility at #131 . Once that is merged, we will do a release.

@GiulioRomualdi
Copy link
Member

GiulioRomualdi commented Aug 1, 2023

Since #131 got merged, master is now compatible with osqp master.

Closing for the time being, in case of issues feel free to open it again 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants