Attempt at Adding Obstacle Avoidance Constraints with Alpaqa (Errors) #15
Unanswered
gabriellewitt
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hello, what's the exact behavior you're seeing? Does the solver converge? The constraints are nonconvex, so local minima and saddle points are possible. Could you share the full script so I can reproduce the issue myself? (You can add it as an attachment if it's too large.) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a question regarding Alpaqa. I am currently utilizing this package for my master thesis, wherein I am using Alpaqa as the base for my path planner for robot navigation. Currently, I have been building my planner through your Inverted Pendulum example, for python.
I am currently trying to include obstacle avoidance constraints into my double integrator script, and have received many errors where the problem statement does not include the constraints at all, or includes the constraints but does not avoid the obstacle adequately enough.
I am looking for help with fixing these errors. My script is below:
If additional script is needed, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions