setting multiple non-convex constraint in the same problem #11
Unanswered
Jushan-Randy-Chen
asked this question in
Q&A
Replies: 1 comment
-
|
I think the error is in usage of the function problem_set_terminal_cost! ? There is no 'alg' argument input needed for this function. Had to figure it out from one of the examples in the repository. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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