Jump to content

Quadrotor helicopter control problem: Difference between revisions

From mintOC
No edit summary
No edit summary
 
Line 8: Line 8:
}}<!-- Do not insert line break here or Dimensions Box moves up in the layout...
}}<!-- Do not insert line break here or Dimensions Box moves up in the layout...


-->The mixed-integer optimal control problem of a quadrotor helicopter in two dimensions is taken from (Link: [https://pdfs.semanticscholar.org/75a0/211476ddc21363cfb3262c04d18794ad06ef.pdf Gillula et al.]).
-->The mixed-integer optimal control problem of a quadrotor helicopter in two dimensions is taken from (Link: [https://pdfs.semanticscholar.org/75a0/211476ddc21363cfb3262c04d18794ad06ef.pdf Gillula et al.]) and from (Link: [http://epubs.siam.org/doi/pdf/10.1137/120901507 Vasudevan et al.]). The evolution
and from (Link: [http://epubs.siam.org/doi/pdf/10.1137/120901507 Vasudevan et al.]). The evolution
of the quadrotor can be defined with respect to a fixed two dimensional reference
of the quadrotor can be defined with respect to a fixed two dimensional reference
frame using six dimensions, where the first three dimensions represent the position
frame using six dimensions, where the first three dimensions represent the position

Latest revision as of 13:44, 14 October 2019

Quadrotor helicopter control problem
State dimension: 1
Differential states: 6
Continuous control functions: 1
Discrete control functions: 3
Interior point equalities: 6

The mixed-integer optimal control problem of a quadrotor helicopter in two dimensions is taken from (Link: Gillula et al.) and from (Link: Vasudevan et al.). The evolution of the quadrotor can be defined with respect to a fixed two dimensional reference frame using six dimensions, where the first three dimensions represent the position along a horizontal axis, the position along the vertical axis, and the roll angle of the helicopter, respectively, and the last three dimensions represent the time derivative of the first three dimensions.

Mathematical formulation

The mixed-integer optimal control problem is given by

minx,u,w5(x1(tf)6)2+5(x3(tf)1)2+(sin(x5(tf)0.5))2+t0tf5u(τ)2 dτs.t.x˙1=x2(t),x˙2=gsin(x5(t))+w1(t)u(t)sin(x5(t))M,x˙3=x4(t),x˙4=gcos(x5(t))g+w1(t)u(t)cos(x5(t))M,x˙5=x6(t),x˙6=w2(t)Lu(t)I+w3(t)Lu(t)Ix(0)=(0,0,1,0,0,0)T,wi(t){0,1},i=1,,3i=13wi(t)=1,u(t)[0,0.001],t[t0,tf],x3(t)0,t[t0,tf].


Parameters

These fixed values are used within the model.

[t0,tf]=[0,7.5],(g,M,L,I)=(9.8,1.3,0.305,0.0605),

Reference Solutions

A reference solution can be found in Vasudevan et al. based on the embedding transformation technique for switched systems.


Variants

There are several alternative formulations and variants of the above problem, in particular

  • Quadrotor (binary variant): The quadrotor helicoptor problem, where the continuous control is replaced via partial outer convexification by binary controls.