setting multiple non-convex constraint in the same problem #11
Unanswered
RandyChen233
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
The dubin car tutorial is very helpful, and I am trying to run a centralized three-quadrotor trajectory optimization problem based on that template. In my case, I have a large state vector with the states of all three quadrotors (same case for the input). Each drone has 6 states and 3 inputs, so the combined state is 18-dimensional and the input is 9-dimensional. However, I am unsure about how to set the inter-drone collision constraint. I need three non-convex constraints in the case of three quadrotors since there is a minimum allowed distance between each drone. Should I just include all three constraints into a list like the following?:
Moreoever, I am trying to implement quadratic tracking cost as the objective function:
But I keep getting this error for the terminal cost:
Beta Was this translation helpful? Give feedback.
All reactions