Abstract

Automatic aggressive maneuvers with quadcopters are regarded as a highly challenging control problem. The aim is to tackle the singularities that exist in a vertical looping maneuver. Modeling singularities are resolved by writing the equations-of-motion of the quadcopter in quaternion form. Physical singularities due to underactuation are resolved by using an energy-based control. Energy-based control is utilized to overcome the uncontrollability of the quadcopter at physical singular configurations, for instance, when commanding the quadcopter to gain altitude while pitched at . Three looping strategies (circular, clothoidal, and newly developed constant thrust) are implemented on a nonlinear model of the quadcopter. The three looping strategies are discussed along with their advantages and limitations.

1. Introduction

A looping maneuver (Figure 1) is executed when the centroid of the quadcopter moves along a circular path while pitching up to complete a rotation.

Singular configurations are encountered while tracking the trajectories of a looping maneuver. Singular configurations are abnormal situations that should be avoided since they indicate either a malfunction of the mechanism, or a bad model [1]. Singular configurations are divided into two types: physical singular configurations and modelling singular configurations. Modelling singular configurations might reflect bad modelling decisions, for example, in a looping maneuver using Euler angles to model the quadcopter dynamics instead of quaternions [2]. Physical singular configurations reflect limitations in the design. For example, when the quadcopter’s pitch angle approaches , the controller loses the ability to command an acceleration in the vertical direction as the quadcopter is uncontrollable in this configuration. This is a limitation in the quadcopter’s design since it has only 4 actuators in 6DOF (underactuated). At the physical singular configurations the controllability and the Jacobian matrices are rank deficient. Hence the quadcopter is uncontrollable.

Recently the design and implementation of control algorithms for aggressive maneuvers for unmanned aerial vehicles have been of interest to many research institutes and universities [313]. In the field of unmanned helicopters, human-piloted maneuvers are executed such that reference trajectories for the maneuver are extracted. These trajectories are then taught to the helicopters controller through reinforcement learning and so the maneuver can be replicated [3]. This approach implemented an entire air show of different maneuvers; however, this work addresses the challenge of designing trajectories in the full without the usage of human pilots.

Designing reference maneuver trajectories is not a simple task and so research has gone into the direction of reducing the complexity of the problem by dividing the flip trajectory into five steps (Acceleration, Start Rotation, Coast, Stop Rotate, and Recovery) [46]. Then these five steps were associated with five parameters. These five parameters were optimized to obtain the desired flips. This approach works on the optimization of the final state parameters and not the whole trajectory and thus it managed to perform flips and not a proper looping maneuver.

In [7] the authors utilized geometric methods to define controllers that can achieve complex aerobatic maneuvers for a quadcopter. The quadcopter dynamics are modeled and expressed globally on the configuration manifold. It is coordinate-free, and therefore it overcomes modeling singularities. The authors managed to implement complex maneuvers such as recovering from being initially upside down. The paper considers the inverted orientation to be undesirable with a attitude error. On the other hand, part of the maneuver in this work is to be inverted while executing an aggressive loop.

The authors in [8] tackle the problem of generating real time trajectories for a quadcopter. These trajectories ensure safe passage through corridors. The authors discarded the small roll and pitch angle approximations as tight aggressive turns were required to maneuver the quadcopter in the corridors. On the other hand in this work the maneuver is more aggressive as it requires the pitch angle to change . Moreover the looping maneuver done in this paper requires dealing with singularities, unlike tight turns where the pitch and roll angle are limited less than .

The authors in [9] extend the flight envelope of the quadcopter by improving the accuracy of the aerodynamic model. The aerodynamic model is improved through the analysis of the blade flapping and thrust. The authors achieved high speeds and performed aggressive maneuvers. A stall turn maneuver is executed where a sudden pitch moment is applied, the quadcopter enters a steep climb, trading kinetic energy for height. At the peak of the maneuver where the velocity approaches zero, a yaw moment is applied to reverse the direction. However, in this paper the maneuver is more complicated where the quadcopter is required to trade kinetic energy with height while pitching up at the same time to execute the aggressive maneuver.

In [10] a complex aerobatic maneuver is approached by decomposing it into a sequence of discrete maneuvers. The author achieved safe switching between the maneuver segments while performing an autonomous backflip. The backflip maneuver is broken into three main stages: impulse, drift, and recovery. The maneuver initializes by rotating the quadcopter. Upon reaching the end of the first maneuver segment the motors are turned off for the drift mode, where the quadcopter rotates and falls under gravity. Finally, the recovery mode brings the quadcopter back to hover condition. The author in the paper depends on the inertia to pitch up and fall in the drift mode. On the other hand, in this work during the drift mode when the quadcopter has a pitch angle greater than and less than the motors are not turned off and energy is utilized to overcome the singular configurations and avoid falling due to gravity.

Research in [1113] was successful in executing aggressive maneuvers as flying through narrow, vertical gaps such that the pitch angle of the quadcopter reaches . Also the authors managed to perch on inverted surfaces with maximum inclination angle of . This is done by designing trajectories and controllers defined by a sequence of segments. Each controller of each segment is then refined through iteration to account for errors in the dynamic model and noise in the sensors and actuators.

The goal of this work is to execute an aggressive looping maneuver as shown in Figure 1. Performing such maneuver singularities that exist along the maneuver path has to be resolved. Modeling singularities were tackled by writing the equations-of-motion of the quadcopter in quaternion form. Energy-based control is then utilized to overcome the uncontrollability of the quadcopter at physical singular configurations. Three looping maneuvers (circular, clothoidal, and newly developed constant thrust) were implemented on a nonlinear model of the quadcopter. The three looping maneuvers were discussed along with their advantages and limitations.

2. Quadcopter Modelling and Control

2.1. Modelling

The inertial frame is defined by the ground, with gravity pointing in the positive direction. The body frame is defined by the orientation of the quadcopter, with the rotor axes pointing in the negative direction and the arms pointing in the and directions as shown in Figure 2.

The quad-rotor helicopter dynamic equations in quaternion form are found to be [14] The , , and represent the position of the centroid of the quadcopter relative to the inertial frame. The quadcopter is affected by the gravity shown by the gravitational acceleration . The mass of the quadcopter is represented by . , , and are the moments of inertia about the , , and axes, respectively. is the propeller’s moment of inertia about the axis. The quaternion is a hyper complex number of rank 4, where . The quaternion units from to are called the vector part of the quaternion, while is the scalar part. The multiplication of two quaternions is done by the Kronecker product, denoted as [14]. The quadcopter’s , , and represent the body-fixed angular velocity about the , , and axes, respectively. The rotor propellers’ speed are represented by , , , and . Finally, , , , and are the four control inputs of the quadcopter.

2.2. Controller Design

In order to track the desired trajectories a simple PD control law is designed for motions. For example, the roll angle control law is found to bewhere (2) is the quaternion difference between the command quaternion and the actual quaternion . This difference gives the error quaternion [14]. The error quaternion is then multiplied by a vector to obtain the error quaternion “” that is related to the roll angle. Similarly, the pitch and yaw controllers are found to beThe control signal will be derived later while designing the trajectories.

2.3. Looping Trajectory Generation: An Energy-Based Approach

In order to approach the physical singularity problem looping trajectories are designed. These trajectories consist of a looping path and the thrust necessary to perform such loop. By calculating the controllability matrix at pitch angles and the system is uncontrollable at these points (physical singularity) and so the thrust calculated must be sufficient such that the quadcopter can cross these physical singularities using stored energy. In this section three types of looping paths are considered, a circular path, a clothoidal path, and a noncircular constant thrust path. The assumptions used for deriving the looping paths are as follows.(1)The thrust vector is always directed normal to the path.(2)The velocity is being commanded based on the energy conservation principle assuming a conservative system.(3)The zero potential energy reference is the lowest point in the looping.

2.3.1. Perfect Circular Looping

Shown in Figure 3 is a side view of a perfect circular looping path.

By resolving the gravity and normalised thrust vector in the normal direction to the path, the normal force normalized by mass is found to beBy substituting (5) in Newton’s second law in the normal direction, the normalised thrust is found to beThe term is the centripetal acceleration and the is the gravity component in the normal direction. Since the quadcopter’s coordinate axis is always tangential to the path, therefore the path parameter can be replaced by the pitch angle . The magnitude of the velocity in (6) can be written using the conservation of energy principle:where is the total energy and is the potential energy of the quadcopter. Substituting (7) in (6) results in an equation relating the normalised thrust with the energy in the system:From assumption the potential energy is calculated using trigonometry to beSubstitute (9) in (8) and simplifyThe minimum total energy required is found to beNote that the equality has been replaced by greater than since the rotational dynamics and thrust dynamics are coupled; therefore, at the peak of the looping, the thrust cannot be equal to zero.

The quadcopter must have enough energy to do the whole looping especially at the peak of the loop at . Thus, the minimum total energy required to do a perfect circular looping must satisfyThe minimum total energy from (12) is substituted in (10). The maximum value of the normalised thrust at the lowest point of the looping where the pitch angle is equal to zero. At pitch angle equal to zero the thrust normalised by mass is equal to . This thrust magnitude (normalised by mass) might be more demanding while designing the quadcopter. Therefore another approach is considered in order to perform the manuever. The clothoid looping is mainly used in roller coasters as it is characterised by lower load factor than a perfect circular looping [15].

2.3.2. Clothoid Looping

The clothoid looping is constructed from two clothoid curves as shown in Figure 4. is the path parameter, and and are the tangent and normal unit vectors. The first spiral curve extends from the start () to the peak () and the second spiral curve is a mirror of the first curve about the vertical axis passing through the peak.

The thrust analysis of the clothoid looping is done on one half of the loop (one clothoid curve). A clothoid curve is a member of the Euler spiral curves. It is a curved path whose curvature is linearly related to the arc length [15]. The parametric representation of the clothoid curve is found to bewhere is a constant which will determine the maximum height of the clothoid looping as it will be shown later. The functions and are the Fresnel integrals. They are expressed as definite integralswhere is a dummy variable.

By differentiating (13) the speed along the clothoid curve is equal to “” and so the path length is found to beThe position vector of the first curve of the looping can be written asThe tangent unit vector is calculated by differentiating with respect to [15] and thus it is determined to beThe normal unit vector is calculated from the tangent unit vector and is found to be [15]while the radius of curvature isFrom the energy conservation principle, the magnitude of the velocity of one half of the clothoid looping can be written aswhere is the initial velocity in the direction. Same as the perfect circular path, if the normalised thrust and gravity vectors are resolved in the normal direction and then substituted in Newton’s second law, the nomalised thrust is expressed asThe path parameter is interpreted as the path angle which is also equal to the quadcopter’s pitch angle since the normalised thrust vector is always perpendicular to the path. Now all the equations are available to calculate the normalised thrust requirements to do a clothoid looping. By substituting (22), (20) and the path parameter from (19) in (23) the normalised thrust is found to bewhere the command input of the quadcopter can be written as:Since the quadcopter is limited to produce only positive thrust, therefore the thrust normalised by mass vector must be always greater than zero. The most critical point in the loop is at the peak at , where the quadcopter must have enough energy to cross the peak of the looping. Therefore by substituting the , (calculated numerically) and the thrust being greater than zero, the condition for the initial velocity is found to bePhysically is used to determine the maximum height of the clothoid looping. Since and therefore the maximum height of the looping is approximately equal to . So the choice of determines both the maximum height and the minimum initial velocity needed to perform the looping. The normalised thrust of (24) is plotted with the path length as shown in Figure 5.

Figure 5 shows two curves for the normalised thrust requirements to do one half of a clothoid looping. Both curves represent the same looping with the same maximum height (). The difference between them is the initial velocity. Velocity 1 is the minimum initial velocity required to not to fall and velocity 2 is greater than velocity 1. Since is the same, if the initial velocity is chosen higher than the minimum velocity, the centripetal acceleration along the path will increase. Therefore more normalised thrust is required in order to follow the looping path as shown in Figure 5. For the minimum velocity curve there is a linear increase of the normalised thrust from to a maximum of . Based on design consideration this maximum thrust might be demanding but less than the circular path.

A second approach is then considered as shown next where the normalised thrust is specified and then the path is calculated.

2.3.3. Constant Thrust Looping: A New Trajectory Generation Approach

In this section the thrust is specified and then the path of the looping is determined. The thrust is assumed to be constant along the looping path.

The normalised thrust equation for an arbitrary path is shown in (23). Then by substituting the magnitude of the velocity with the conservation of energy equation, the normalised thrust is found to bewhere is the height which is equivalent to axis. Equation (27) contains three unknowns along the path, the height , the radius of curvature , and the pitch angle . The path is divided into arcs where a new pitch angle is calculated from the initial values of and along with the and which are known. The new pitch angle is used to determine the final values of the arc which are used as the initial values for the next arc as it will be shown.

Figure 6 shows an arc of the looping path, where is the path length and is the radius of curvature. is the path parameter which is also equal to the pitch angle. Finally is the velocity. The path length is found to beThen by taking the limit as the size of the arc approaches zero, the velocity is found to bewhere is a small time step. Referring to the constant thrust algorithm shown in Algorithm 1 by substituting (28) in (29) the pitch angle calculation is shown in line . Thus, every time step the pitch angle is updated. Then using the energy conservation principle the new velocity is calculated as shown in line . Then position of the quadcopter is updated using the equations in line and line . The final radius of curvature is calculated from the new the velocity as shown in line . In Algorithm 1 the lines from to show the initialisations used to start the constant thrust looping algorithm.

(1) Initialisation;
(2) ;
(3) ;            Thrust
(4) ;         time step
(5) ;     -Array
(6) ;     -Array
(7) ;
(8) ;
(9) ;
(10) ;
(11) ;
(12) ;
(13) ;  radius of curvature
(14) ;
(15) ;
(16) while   do
(17) ;
(18) ;
(19) ;
(20) ;
(21) ;
(22) ;
(23) ;
(24) ;
(25) ;
(26) ;
(27) end

The numerical technique presented here is Euler integration. The error in the solution is approximately proportional to the time step [16]. Therefore by decreasing the time step the error is minimized.

Figure 7 shows three looping paths at constant normalised thrust but different initial velocities. Note that all the paths are plotted for the same period of time ().

As shown in Figure 7 at lower initial velocities, the number of loops per unit time increases since the normalised thrust is able to steer the quadcopter at a fast pitch rate due to the presence of less amount of energy in the system. Thus the rate of change of the pitch angle and the rate of change of the radius of curvature will decrease as the initial velocity increases. Increasing the initial velocity will increase the looping height and radius.

Alternatively shown next the normalised thrust is changing from one path to the other while the initial velocity is kept constant. Figure 8 shows three looping paths all at the same initial velocity () but different normalised thrust.

As shown in Figure 8 in the and looping there is enough normalised thrust to produce more centripetal acceleration capable of changing the direction of the velocity at a faster pitch rate. Thus, having a faster rate of change of the pitch angle will increase the rate of change of the local radius of curvature of the looping. As a result the quadcopter will have enough kinetic energy at the peak of the looping in order to move sideways and form a looping shape. The path is not really considered as a looping it is rather a flip. All three paths start with the same initial kinetic energy, the difference in shape is specified according to how much of the initial kinetic energy is transferred to potential energy and how much remains as kinetic energy at the peak of the looping.

3. Simulation

In this section the tracking performance of the 6DOF quadcopter model is evaluated with the looping commands. The block diagram shown in Figure 9 illustrates the simulation process.

As shown in Figure 9, the initial velocity is input along with the for clothoidal commands or for the constant thrust commands. The trajectories generated are then transformed into quaternions and the control input . The error quaternion is calculated from the quaternion difference between the command and actual quaternion . The error quaternion is then input to a PD controller and then the control signals are fed to the dynamics.

Since the perfect circular path is very demanding, therefore the perfect circle will not be implemented. The model parameters that are used in all simulations are shown in Table 1.

3.1. Clothoid Looping Commands

The following parameters were plugged in the clothoidal looping trajectory generation section and so the command thrust required and the command pitch angle are determined. The is set to be equal to 5. The initial velocity is set to be the minimum initial velocity (refer to clothoid section) equal to . The time to perform the maneuver is . The proportional gain and the derivative gain are tuned to be equal 5 and 10, respectively.

The results are shown in Figures 10, 11, 12, and 13. Figures 10 and 11 show the command and state quaternion components , as well as the command and state pitch angles.

As shown in Figure 10 the PD controller allows the state quaternion to track the command smoothly without any overshoot. Moreover due to the absence of any disturbances the tracking error is minimum. Note that the usage of quaternions eliminates the angular singularities. The quaternion components and are equal to zero since they are related to the roll and yaw angles.

Figure 11 is just a transformation of Figure 10 to illustrate the change in the pitch angle of the quadcopter along the loop. As shown in Figure 11 the PD control in the pitch angle controller allows the pitch to track the command smoothly without any overshoot.

Figure 12 shows the command normalised thrust over mass calculated from the clothoidal looping section.

As shown in Figure 12 the thrust curve is symmetrical. The first half of the curve represents the first spiral curve of the clothoid loop and the second represents the second spiral curve. Note that the normalised thrust reaches a maximum value of . An important point to be noticed is that the normalised thrust cannot reach zero at the peak of the looping since the pitching motion and the thrust are coupled. Therefore, if the thrust reaches zero at the peak, the quadrotor will lose its ability to pitch up. Finally Figure 13 shows a visualisation of the quadcopter doing a clothoidal looping.

As shown in Figure 13 the black dashed loop is the reference path and the blue solid loop is the actual loop. The quadcopter is first commanded to hover to . The blue loop is not identical to the black loop. This is due to the presence of the quadcopter dynamics. The pitch angle dynamics and the position dynamics are not identical, since the pitch dynamics are much faster than the position dynamics, the quadcopter did not track the desired trajectory. The addition of the damping term in the pitch angle controller slows down the pitch angle dynamics. Figure 14 shows the effect of the removal of the D-controller from the pitch angle controller.

As shown in Figure 14 the removal of the damping gain caused the pitch angle to change faster than the position dynamics, thus, leading the quadcopter to exit the maneuver at a higher altitude.

3.2. Constant Thrust Looping

The following parameters were plugged in the constant looping thrust equations and so the command pitch angle is determined. The constant normalised thrust chosen for this simulation is . The initial velocity is set to be . The time to perform the maneuver is . The proportional gain and the derivative gain are tuned to be equal to 5 and 10, respectively.

The results are shown in Figures 15, 16, and 17. Figures 15 and 16 show the command and state quaternion components , as well as the command and state pitch angles.

As shown in Figure 15 the state quaternion tracks the command smoothly. The quaternion components and are equal to zero since they are related to the roll and yaw angles.

Due to the absence of external disturbance and the presence of a smooth PD controller, the state pitch angle tracks the command smoothly with minimum error as shown in Figure 16.

Figure 17 shows the visualisation of the quadcopter while performing the constant thrust looping.

As shown in Figure 17 the black dashed loop is the reference path and the blue solid loop is the actual loop. The quadcopter is first commanded to hover to . The blue loop nearly identical to the black loop. The position and pitch dynamics do not affect much the shape of the looping since in this case normalised thrust (acceleration) is always at steady state.

4. Conclusion

The trajectories designed using energy allowed the quadcopter to cross the physical singular configurations smoothly. The three looping paths and trajectories designed were found to be very promising in extending the flight envelope of the quadcopter in order to perform aggressive looping maneuver. The perfect circular looping is found to be the most demanding as it required an entry thrust equal to . A clothoid looping was found to be less demanding and as it requires normalised thrust equal to . Finally a new innovative approach is proposed where the thrust is specified and then the path is determined. This method used a constant thrust approach which might be the most applicable since the looping maneuver depends on the design specifications of the quadcopter. A quadcopter can perform a constant thrust looping at normalised thrust starting from .

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.