-
Notifications
You must be signed in to change notification settings - Fork 51
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
[trajoptlib] Make constraints use current and next index #830
[trajoptlib] Make constraints use current and next index #830
Conversation
ef2f7ed
to
7289928
Compare
7289928
to
c45ac87
Compare
This introduces a regression in differential generation. The straight line path passes on main. |
I get "locally infeasible" for that project's straight line path on both main and this PR. Here's the solver output on main:
|
Ah yep nvm it was passing on beta 2 we've introduced a regression somewhere betweeen there and here. Interesting because I thought I tested differential stuff for #821 and a similar path was passing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and seems fine
Beta 2 also works for me, and the commit right after beta 2 has feasibility restoration converge to a locally infeasible point.
|
Fixes #811.