We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/isri-aist/QpSolverCollection/actions/runs/5166259421/jobs/9306237589
... 2023-06-04T00:07:18.4057886Z /home/runner/work/QpSolverCollection/QpSolverCollection/robotology/osqp-eigen/src/Data.cpp:143:84: error: template argument 3 is invalid 2023-06-04T00:07:18.4068722Z /home/runner/work/QpSolverCollection/QpSolverCollection/robotology/osqp-eigen/src/Data.cpp:144:58: error: ‘c_float’ was not declared in this scope; did you mean ‘float’? 2023-06-04T00:07:18.4069258Z 144 | Eigen::Ref<Eigen::Matrix<c_float, Eigen::Dynamic, 1>> upperBound) 2023-06-04T00:07:18.4069575Z | ^~~~~~~ 2023-06-04T00:07:18.4069827Z | float 2023-06-04T00:07:18.4070385Z /home/runner/work/QpSolverCollection/QpSolverCollection/robotology/osqp-eigen/src/Data.cpp:144:83: error: template argument 1 is invalid 2023-06-04T00:07:18.4070848Z 144 | Eigen::Ref<Eigen::Matrix<c_float, Eigen::Dynamic, 1>> upperBound) 2023-06-04T00:07:18.4071165Z | ^ 2023-06-04T00:07:18.4071723Z /home/runner/work/QpSolverCollection/QpSolverCollection/robotology/osqp-eigen/src/Data.cpp:144:84: error: template argument 1 is invalid 2023-06-04T00:07:18.4072184Z 144 | Eigen::Ref<Eigen::Matrix<c_float, Eigen::Dynamic, 1>> upperBound) 2023-06-04T00:07:18.4072712Z | ^~ 2023-06-04T00:07:18.4073271Z /home/runner/work/QpSolverCollection/QpSolverCollection/robotology/osqp-eigen/src/Data.cpp:144:84: error: template argument 3 is invalid 2023-06-04T00:07:18.4489804Z make[2]: *** [CMakeFiles/OsqpEigen.dir/build.make:76: CMakeFiles/OsqpEigen.dir/src/Data.cpp.o] Error 1 2023-06-04T00:07:18.4496198Z make[1]: *** [CMakeFiles/Makefile2:101: CMakeFiles/OsqpEigen.dir/all] Error 2 2023-06-04T00:07:18.4518879Z make: *** [Makefile:136: all] Error 2 2023-06-04T00:07:18.4547986Z ##[error]The process '/usr/local/bin/cmake' failed with exit code 2
Maybe related to robotology/osqp-eigen#131
The text was updated successfully, but these errors were encountered:
@mmurooka yes this is related to this PR
we can either:
Sorry, something went wrong.
Use a forked repo for osqp-eigen.
14baa1a
Revert this change when #18 is solved
80526ab
No branches or pull requests
https://github.com/isri-aist/QpSolverCollection/actions/runs/5166259421/jobs/9306237589
Maybe related to robotology/osqp-eigen#131
The text was updated successfully, but these errors were encountered: