-
Notifications
You must be signed in to change notification settings - Fork 7
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
Err when execute './DiscretePointsSmoother' #2
Comments
This is caused by the version of osqp. Versions of osqp-0.6 and above require P to be an upper triangle. You can roll back the osqp version. In this project I am using v0.4.1
|
Thanks!I have rolled back the osqp version to v0.4.1 and the problem was solved. Do you have any plans to make it adapt to a higher version of osqp? |
It is recommended that in the autoware code, there is an interface class that converts the eigen matrix into csc_matrix format. I haven't used it, but you can try it: |
Thanks for the advice, I'll try it. |
I have tried it. if we use ospq v0.6.0, here has two tips:
change to
final code:
|
请问ADOLC库怎么安装 |
When I execute './DiscretePointsSmoother', thrhe following error occurred:
*** The problem solved in 20 iterations!
loop iteration number is 36
iterative anchoring path smoother time: 3432.76 ms.
total_t is : 220.685
ERROR in validate_data: P is not upper triangular
ERROR in osqp_setup: Problem data validation.
ERROR in osqp_solve: Solver workspace not initialized.
segment fault(core dumped)
The text was updated successfully, but these errors were encountered: