-
Notifications
You must be signed in to change notification settings - Fork 17
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
The CFS reports errors #4
Comments
Is your |
In the cloned code, this part (line 79 to line 82) was commented. Should it be like this? % [~,Aeq,beq] = t2y_lin(reft,path,theta,vref,[v0;0],delta/v0); |
in line 77, it is solving a QP. You may want to check whether the constraint in 'Lstack' and 'Sstack' makes sense.
|
same problem with original codes:
yaxis = Columns 1 through 25
Columns 26 through 34
Solver stopped prematurely. quadprog stopped because it exceeded the iteration limit, Minimum found that satisfies the constraints. Optimization completed because the objective function is non-decreasing in Minimum found that satisfies the constraints. Optimization completed because the objective function is non-decreasing in Minimum found that satisfies the constraints. Optimization completed because the objective function is non-decreasing in Solver stopped prematurely. quadprog stopped because it exceeded the iteration limit, No feasible solution found. quadprog stopped because it was unable to find a point that satisfies The problem is infeasible. During presolve, quadprog found the constraints to be inconsistent Index exceeds the number of array elements (0). Error in temporal_opt (line 84) |
Thank you very much for your contribution!
I got this error when I try to run CFS. I use MATLAB R2019b.
Do you have any suggestions?
Thank you very much!
The text was updated successfully, but these errors were encountered: