-
Notifications
You must be signed in to change notification settings - Fork 45
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
CircleConstraint ignored #32
Comments
Adding some more info. I can make the dubin car escape problem almost work if I pass However for the bicycle model toy problem I've tried playing around with most of the parameters but it didn't affect the results in any significant way. Thanks, |
I have some questions about solving the minimum time problem with Altro. Does Altro's "problem" structure provide an interface for delta_h? I don't seem to have found it. Have you solved your minimum time problem? |
Hi,
Thanks for making all these packages freely available, they're amazing.
I've starting looking through the code to get an idea of how to use it. The idea is to eventually solve a minimum time maneuvering problem with a bicycle model going through the a race track. For now, I've started looking at the various examples/problems scripts changing things to get an idea of how the different pieces fit together. However, I'm having an issue were a set of
CircleConstraint
items get ignored and the solver's solution goes right through the obstacle.I use this function to generate the obstacles
and this to generate the optimization problem:
and then to solve and plot the results:
Everything works fine, the solver converges and find a solution that matches the goal and start states, but it ignores the boundaries completely:
Am I missing something in how to add this kind of constraints to the problem, or is there some option in the solver that I should be changing?
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: