CONTROL DESIGN FOR UNMANNED AERIAL VEHICLES WITH FOUR ROTORS

Size: px
Start display at page:

Download "CONTROL DESIGN FOR UNMANNED AERIAL VEHICLES WITH FOUR ROTORS"

Transcription

1 Interdisciplinary Description of Coplex Systes 14(2), , 2016 CONTROL DESIGN FOR UNMANNED AERIAL VEHICLES WITH FOUR ROTORS Denis Kotarski 1, *, Zoran Benić 2 and Matija Krznar 3 1 Karlovac University of Applied Sciences 1 Karlovac, Croatia 2 Končar D&ST 2 Zagreb, Croatia 3 Peti Brod 2 Zagreb, Croatia DOI: /indecs Regular article Received: 7 February Accepted: 9 March ABSTRACT Altitude and attitude controlled quadcopter odel is used for the behavior and control algorith testing, before the ipleentation on the experiental setup. The ain objective is the control syste design which will achieve good task perforance in the cobination with the quadcopter dynaic odel. Also, for the control odel, it is iportant to be relatively easy to odify for the use of other control algoriths and to be easy to ipleent on the experiental setup. At the beginning of this article, the control syste design process is described. Quadcopter dynaics equations are siplified by applying several assuptions and in that for are used for the controller synthesis. Quadcopter control syste is split into inner and outer control loop because the quadcopter is underactuated syste which eans that the direct control of all of the degrees of freedo is not possible. In the second part, the PI-D control algorith is described which is applied on the siplified quadcopter dynaic odel. The inner loop controls roll, pitch and yaw angles together with the quadcopter altitude. Its outputs are four control variables. Outer loop controls quadcopter X and Y position. Its outputs are roll and pitch desired angles. Regulated quadcopter odel behavior is shown for the three types of task. First, the achieving of position in space is siulated. Second, the reference trajectory tracking is shown. Last task shown is the reference trajectory tracking with added periodical disturbances. Siulations show bounded positions error of the regulated quadcopter syste using PI- D controller for the different types of tasks perfored under different conditions. KEY WORDS quadcopter, control design, inner control loop, outer control loop, PI-D controller CLASSIFICATION JEL: Z19 PACS: Tp, Iu *Corresponding author, : denis.kotarski@triviusci.co; ; *Koor Začretski 30, HR Sveti Križ Začretje, Croatia

2 Control design for unanned aerial vehicles with four rotors INTRODUCTION In order for the quadcopter to be able to execute tasks, control algoriths are needed to be ipleented. The goal of the control syste design is stabilization of the syste state around the desired reference state, or changing that state according to soe law, regardless of the inner or outer disturbances. That is achieved with the feedback, which allows coparison of the easured value of the process with the desired one. Prior the control algorith ipleentation on the experiental setup, it ust be tested in cobination with the dynaic odel [1]. Quadcopter has six degrees of freedo (6 DOF) and four control variables which eans that the quadcopter is underactuated and dynaically unstable syste. The only oving parts are the propulsor propellers which are rotating with respect to the fixed propulsor axis. Quadcopter frae has a cross (+) configuration where X B and Y B axes go through the propulsors. X B and Y B are body coordinate frae axes (body coordinate frae (syste) F B is fixed to the quadcopter body (frae)). Quadcopter frae is assued to be a rigid structure. The only variable thing is considered to be the propellers revolutions per inute (RPM) that influence the quadcopter oveent. CONTROL SYSTEM DESIGN Quadcopter dynaics is derived fro the quadcopter dynaic odel [2]. The ain equations are quadcopter accelerations as functions of the control variables: X = (cosψsinθcosφ + sinψsinφ) U 1 (1) Y = (sinψsinθcosφ cosψsinφ) U 1 Z = g + (cosθcosφ) U 1 p = I yy I zz I xx q = I zz I xx I yy (2) (3) qr J TP I xx qω + U 2 I xx (4) pr + J TP I yy pω + U 3 I yy (5) r = I xx I yy I zz pq + U 4 I zz, (6) where X, Y, Z are acceleration in the earth fixed coordinate frae (F E ). φ, θ, ψ are roll, pitch and yaw angles with respect to F E. U 1, U 2, U 3, U 4 are control variables. is quadcopter ass, g is gravitational acceleration. I xx, I yy, I zz are oents of inertia with respect to F B. J TP is the propulsors rotor and propeller oent of inertia. Ω is overall propeller speed. p, q, r are angular velocities with respect to F B, while p, q, r are angular accelerations with respect to F B. Control variables are a function of squared angular velocities of the propellers: U 1 = b(ω ω ω ω 4 2 ) (7) U 2 = lb( ω ω 4 2 ) (8) U 3 = lb( ω ω 3 2 ) (9) U 4 = d( ω ω 2 2 ω ω 4 2 ) (10) Ω = ω 1 + ω 2 ω 3 + ω 4, (11) 237

3 D. Kotarski, Z. Benić and M. Krznar where l is the distance between the quadcopters center of gravity and propulsors axis, b is the thrust coefficient, d is the drag coefficient, ω i is angular velocity of the propeller i. The objective of quadcopter stabilization is finding the values of the propellers angular velocities in a way that keeps the quadcopter in desired position and attitude. This is done by the eans of the inverse kineatics, i.e. inverse dynaics. Unlike the direct proble, inverse operations are not always possible and are not always unique. Quadcopter dynaics has to be siplified in order to get siple inverse odel that can be easy ipleented in control algoriths. Equations (1)-(6) have to be siplified with keeping in ind the following assuptions: angular contributions to the accelerations are quite coplex because they depend on a couple of paraeters, ost of which are a vector product of angular velocities. Keeping in ind that the quadcopter oveent is near hover state, there are very little changes in angles, therefor those contributions can be ignored. angular accelerations are linked with the change of angles with respect to F E. They are not equal to the accelerations of the Euler angles in F B. Transforation atrix T defines the relation between the angular velocities with respect to F E and the ones in F B. Quadcopter oveent being close to hovering state, T is close to the identity atrix, aking the angular acceleration equations the sae in F E and F B. control algorith gives the control signals to the propulsors. With four control variables, in a single loop, it is not possible to regulate ore than four DOF. Inner loop controls the altitude and attitude, while the outer loop controls quadcopter position by giving the attitude references to the inner loop. Quadcopter dynaics equations that are used in control synthesis are: Z = g + (cosθcosφ) U 1 (12) φ = U 2 I xx (13) θ = U 3 I yy (14) ψ = U 4 I zz, (15) where φ, θ, ψ are angular acceleration with respect to F E. Control algorith as inputs has sensor data (or calculated data fro the dynaic odel) and reference data. Outputs of control algorith are the angular velocities of four propellers, which can be, through dynaic odel, translated to the pulse-width odulation (PWM) signal. Quadcopter, being an underactuated syste, does not allow direct control of all of the DOFs. Control of positions X and Y is achieved indirectly through control of roll and pitch angles in outer control loop. Quadcopter cannot ove translationally without the rotation around one of the quadcopter axes. Outer control loop analyses sensor data and desired task data, and its outputs are desired angle values for the inner control loop which then controls the roll, pitch and yaw angles. Inner control loop is the core of the control algorith. It analyses sensor and outer control loop data together with desired altitude task data. Its outputs are control variables which stabilize the position error through four basic quadcopter oveents. Fro the equations (7) (10) control variables can be retrieved for the desired accelerations. PI-D controller is used for the desired accelerations assessent. Inverted oveent atrix is used for the calculation of the squared angular propeller velocities for four control variables: 238

4 Control design for unanned aerial vehicles with four rotors TASK X des Y des Z des ψ des CONTROL ALGORITHM OUTER CONTROL LOOP ϕ des 2 θ INNER U INVERTED ω des i i CONTROL MOVEMENT LOOP MATRIX QUADCOPTER DYNAMICS X es Y es SENSORS Z es ϕ es θ es ψ es PI-D CONTROLLER Figure 1. Quadcopter control diagra. ω 1 2 = 1 4b U 1 1 2bl U 3 1 4d U 4 (16) ω 2 2 = 1 4b U 1 1 2bl U d U 4 (17) ω 3 2 = 1 4b U bl U 3 1 4d U 4 (18) ω 4 2 = 1 4b U bl U d U 4. (19) Classic PID structure has a derivative ter calculated fro the error signal, which is a downside of that structure when it coes to the quadcopter control. If the task takes the for of the step function, output of the derivator will be an ipulse which could bring the propulsors to the state of saturation and push the syste outside of the linear space. That is the reason for the PI-D structure of the controller (Figure 2) in which the derivative ter is being calculated fro the sensor data. 1 s K I TASK + e K + + u P - - SENSORS s (ateatical odel) K D Figure 2. PI-D controller structure. 239

5 D. Kotarski, Z. Benić and M. Krznar INNER CONTROL LOOP Inner control loop controls quadcopter altitude and attitude. Input variables for inner loop can be divided in two parts, task and sensor variables as shown in figure 2. Task variables are desired altitude and yaw angle that are given by the task that quadcopter needs to accoplish and desired roll and pitch angles, that are calculated in the outer control loop. Sensors give easured altitude, roll angle, pitch angle and yaw angle. Inner loop outputs are four control variables. Altitude control Equation for the thrust force control variable U 1 is: U 1 = K PZ e Z + K IZ e Z K DZ Z es + g, (20) where K PZ, K IZ and K DZ are three altitude PI-D controller paraeters. e Z is the altitude error, where e Z = Z des Z es. Z des is the desired altitude and Z es is the easured altitude. Roll control Equation for the roll oent control variable U 2 is: U 2 = K Pφ e φ + K Iφ e φ K Dφ φ es, (21) where K Pφ, K Iφ and K Dφ are three roll angle PI-D controller paraeters. e φ is the roll angle error, where e φ = φ des φ es. φ des is the desired roll angle and φ es is the easured roll angle. Pitch control Equation for the pitch oent control variable U 3 is: U 3 = K Pθ e θ + K Iθ e θ K Dθ θ es. (22) Siilar to the roll control, K Pθ, K Iθ and K Dθ are three pitch angle PI-D controller paraeters. e θ is the pitch angle error, where e θ = θ des θ es. θ des is the desired pitch angle and θ es is the easured pitch angle. Yaw control Equation for the yaw oent control variable U 4 is: U 4 = K Pψ e ψ + K Iψ e ψ K Dψ ψ es, (23) where K Pψ, K Iψ and K Dψ are three yaw angle PI-D controller paraeters. e ψ is the yaw angle error, where e ψ = ψ des ψ es. ψ des is the desired yaw angle and ψ es is the easured yaw angle. OUTER CONTROL LOOP Outer control loop is used because the quadcopter is underactuated syste and it is not possible to control all of the quadcopter DOF directly. As said before, the inner loop directly controls 4 DOF, those being three angles and altitude. To be able to indirectly control X E and Y E position, outer loop is used. Outer control loop, as its outputs, give desired roll and pitch angles to the inner loop for the desired X E and Y E position. Outer control loop is superior to the inner control loop. Equations (1) and (2) can be singled out which are the equations for the quadcopter X E and Y E linear accelerations: 240

6 Control design for unanned aerial vehicles with four rotors X = (cosψsinθcosφ + sinψsinφ) U 1 (24) Y = (sinψsinθcosφ cosψsinφ) U 1. (25) Quadcopter dynaics of the X E and Y E linear accelerations can be siplified in the siilar way as the quadcopter dynaics equations (12) (15). Again, the quadcopter oveent is observed as a hovering state, i.e. roll and pitch angles are very sall (close to 0). Keeping that in ind, the equations (24) and (25) can be transfored to: X = (cosψ θ + sinψ φ) U 1 (26) Y = (sinψ θ cosψ φ) U 1. (27) Matrix notation of the equations (26) and (27): [ X ] = U 1 Y [ sinψ cosψ cosψ sinψ ] [φ ]. (28) θ Fro the equation (28), roll and pitch angles are being calculated. Because of the assuption that the quadcopter oveent is near the hovering state, thrust force U 1 has to nullify the gravitational force allowing for the U 1 / to be changed with the gravitational acceleration g. Equation for the desired roll and pitch angles is: [ φ des ] = 1 θ des g [sinψ cosψ cosψ sinψ ] [X ]. (29) Y SIMULATION RESULTS Behavior of the controlled quadcopter syste depends on the dynaic odel of the quadcopter and the control algorith. Control algorith input values are the values defined in the task as well as the dynaic odel outputs. Control algorith outputs are the four control variables which are also the dynaic odel inputs. TASK CONTROL ALGORITHM MATHEMATICAL MODEL OF QUADCOPTER Figure 3. Controlled quadcopter syste. Siulation results are given for the three cases. First case is the siulation of the achieving the desired position. Second case is the reference trajectory tracking and the final case is the reference trajectory tracking with the addition of the periodic disturbance. ACHIEVING THE DESIRED POSITION The desired point in space, defined by three coordinates with respect to F E, is arbitrarily chosen. The control algorith is tuned for the quickest desired point achieveent. Siulation tie is 20 s. 241

7 D. Kotarski, Z. Benić and M. Krznar Figure 4. Angular propeller velocities achieving the desired position in space. Figure 5 shows the quadcopter attitude which constantly changes until the quadcopter gets to the desired position. After achieving that, roll and pitch angles are 0. Yaw angle is arbitrarily chosen. Figure 5. Quadcopter attitude achieving the desired position in space. Figure 6 shows that after certain aount of tie (cca. 10 sec), depending of the controller paraeters, quadcopter reaches the desired position (X E = 15, Y E = 6, Z E = 10) and holds that state. Figure 6. Quadcopter position achieving the desired position in space. REFERENCE TRAJECTORY TRACKING Chosen trajectory is of a helix shape because of the siple generating and displaying. Helix is a cobination of three functions, two of which are of sinusoidal shape ( X E and Y E position), and one is linear (Z E position). Siulation tie is set to 100 s. 242

8 Control design for unanned aerial vehicles with four rotors Figure 7. Propeller angular velocities reference trajectory tracking. Figure 7 shows propeller angular velocities which depend on the reference trajectory. Figure 8. Quadcopter attitude reference trajectory tracking. Figure 9 shows that quadcopter quickly gets close to the reference trajectory and that is tracking it with bounded tracking error, being unable to achieve asyptotic error convergence due to the variable reference state. Figure 9. 3D view of reference trajectory tracking. REFERENCE TRAJECTORY TRACKING WITH ADDED PERIODICAL DISTURBANCES In this case of trajectory tracking, periodical external force disturbances are added in XY plane. X coordinate disturbance profile have aplitude of 2 N, period of 10 seconds, duration of 0,5 second and phase delay of 8 seconds. Y coordinate disturbance profile have aplitude of 1,5 N, period of 15 seconds, duration of 1 second and phase delay of 6 seconds. 243

9 D. Kotarski, Z. Benić and M. Krznar Figure 10. Propeller angular velocities reference trajectory tracking with added periodical disturbances. Figure 11 shows changes of angular velocities which depend on the reference trajectory and given periodical disturbances. Figure 11. Quadcopter attitude reference trajectory tracking with added periodical disturbances. Figure 12 shows quadcopter following the reference trajectory with bounded position error. Disturbances are affecting the quadcopter position and attitude, but in the acceptable boundaries which are not allowing the quadcopter to lose track of the reference trajectory. Figure 12. 3D view of reference trajectory tracking with added periodical disturbances. CONCLUSIONS This article has shown control design and control algorith ipleentation which in the cobination with the quadcopter dynaic odel for regulated quadcopter syste. During 244

10 Control design for unanned aerial vehicles with four rotors the control design phase, soe assuptions were ade in order to get siplified quadcopter dynaics equations. Quadcopter behavior while perforing different tasks in different conditions was shown by siulation where soe control variables constraints were ade with the goal of ore realistic description of quadcopter behavior. Controller paraeters where chosen epirically. Outer control loop outputs are inner control loop inputs so the outer loop paraeters were chosen in a way that in the cobination with the inner loop paraeters give the ost suitable control variables. Siulation results have shown the stability, robustness and error boundedness of the PI-D controller. Further work will include control algorith ipleentation on the experiental setup. Also, ore advanced control algoriths will be tested with the objectives to iprove quadcopter syste robustness and tracking perforances as well as a better energy anageent. REFERENCES [1] Bresciano, T.: Modelling, Identification and Control of a Quadrotor Helicopter. M.Sc. Thesis. Lund University Departent of Autoatic Control, Lund, 2008, [2] Benić, Z.; Piljek, P. and Kotarski, D.: Matheatical odelling of unanned aerial vehicles with four rotors. Interdisciplinary Description of Coplex Systes 14(1), , 2016, [3] Luukkonen, T.: Modelling and Control of a Quadcopter. Mat , School of Science, Espoo, 2011, [4] Magnussen, Ø. and SkjØnhaug K.E.: Modelling, Design and Experiental Study for a Quadcopter Syste Construction. University of Agder Faculty of Technology and Science, Kristiansand, 2011, [5] Beard, R.W.: Quadrotor Dynaics and Control. Brigha Young University, Provo, 2008, [6] Raza, S.A.: Intelligent Flight Control of an Autonoous Quadrotor. In: Casolo, F., ed.: Motion Control. University of Ottawa, Ottawa, p.580, 2010, [7] Kasać, J.; Stevanović, S.; Žilić, T. and Stepanić, J.: Robust Output Tracking Control of a Quadrotor in the Presence of External Disturbances. Transactions of FAMENA 37(4), 29-42, 2013, [8] Naidoo, Y.; Stopforth, R. and Bright, G.: Quad-Rotor Unanned Aerial Vehicle Helicopter Modelling & Control. International Journal of Advanced Robotic Systes 8(4), , 2011, [9] Choi, Y.C. and Ahn, H.S.: Nonlinear Control of Quadrotor for Point Tracking: Actual Ipleentation and Experiental Tests. IEEE/ASME Transactions of Mechatronics 20(3), , 2015, [10] Magsino, E.R. et al.: Stabilizing Quadrotor Altitude and Attitude through Speed and Torque Control of BLDC Motors. 13 th International Conference on Control, Autoation, Robotics & Vision, IEEE, 2014, 245

MATHEMATICAL MODELLING OF UNMANNED AERIAL VEHICLES WITH FOUR ROTORS

MATHEMATICAL MODELLING OF UNMANNED AERIAL VEHICLES WITH FOUR ROTORS Interdisciplinary Description of Complex Systems 14(1), 88-1, 216 MATHEMATICAL MODELLING OF UNMANNED AERIAL VEHICLES WITH FOUR ROTORS Zoran Benić 1, *, Petar Piljek 2 and Denis Kotarski 3 1 Končar D&ST

More information

Tuning of PID Controllers for Quadcopter System using Hybrid Memory based Gravitational Search Algorithm Particle Swarm Optimization

Tuning of PID Controllers for Quadcopter System using Hybrid Memory based Gravitational Search Algorithm Particle Swarm Optimization Tuning of PID Controllers for Quadcopter System using Hybrid Memory based Gravitational Search Algorithm Particle Swarm Optimization Nizar Hadi Abbas, PhD Assistant Professor College of Engineering, University

More information

Index Terms Quadcopter, Unmanned Aerial Vehicle, Radial Basis Function Neural Network. Displacement of x axis ey. Displacement of y axis ez

Index Terms Quadcopter, Unmanned Aerial Vehicle, Radial Basis Function Neural Network. Displacement of x axis ey. Displacement of y axis ez Modeling and Control Design of Quad copter Failsafe System Chun-Yi Lin and Wu-Sung Yao Department of Mechanical and Automation Engineering, National Kaohsiung First University of Science and Technology,

More information

Basic Multicopter Control with Inertial Sensors

Basic Multicopter Control with Inertial Sensors International Journal of Computational Engineering & Management, Vol. 17 Issue 3, May 2014 www..org 53 Basic Multicopter Control with Inertial Sensors Saw Kyw Wai Hin Ko 1, Kyaw Soe Lwin 2 1,2 Department

More information

Experiments on 2-DOF Helicopter Using Approximate Dynamic Programming

Experiments on 2-DOF Helicopter Using Approximate Dynamic Programming Experiments on 2-DOF Helicopter Using Approximate Dynamic Programming Anthony Birge Andrew Fandel Advisor: Dr. Suruz Miah Department of Electrical and Computer Engineering Bradley University 1501 W. Bradley

More information

Design, Modeling and Control of a Solar-Powered Quadcopter

Design, Modeling and Control of a Solar-Powered Quadcopter Design, Modeling and Control of a Solar-Powered Quadcopter Nathaniel Kingry, Logan Towers, Yen-Chen Liu, Yue Zu, Yuchen Wang, Briana Staheli, Yusuke Katagiri, Sauel Cook, and Ran Dai Abstract This paper

More information

Artificial Neural Network Based Modeling and Control of Bioreactor

Artificial Neural Network Based Modeling and Control of Bioreactor Artificial Neural Network Based Modeling and Control of Bioreactor Ballekallu Chinna Eeranna* Subba Rao**,G. Prabhaker Reddy** *Dept.of petroleu Engineering, Lords institute of engineering and Technology

More information

Modeling and Control of Small and Mini Rotorcraft UAVs

Modeling and Control of Small and Mini Rotorcraft UAVs Contents 1 Introduction... 1 1.1 What are Unmanned Aerial Vehicles (UAVs) and Micro Aerial Vehicles (MAVs)?... 2 1.2 Unmanned Aerial Vehicles and Micro Aerial Vehicles: Definitions, History,Classification,

More information

Definition of Optimization Problem for Electromagnetic Linear Actuator

Definition of Optimization Problem for Electromagnetic Linear Actuator Excerpt fro the Proceedings of the COMSOL Conference 2009 Milan Definition of Optiiation Proble for Electroagnetic Linear Actuator P. Piskur*, W. Tarnowski, K. Just Kosalin University of Technology, Poland

More information

Position Control of an Unmanned Aerial Vehicle From a Mobile Ground Vehicle

Position Control of an Unmanned Aerial Vehicle From a Mobile Ground Vehicle Michigan Technological University Digital Commons @ Michigan Tech Dissertations, Master's Theses and Master's Reports 2017 Position Control of an Unmanned Aerial Vehicle From a Mobile Ground Vehicle Astha

More information

AN EXPERIMENTAL STUDY ON MTMD TO IMPROVE STRUCTURAL PERFORMANCE UNDER DYNAMIC LOADING

AN EXPERIMENTAL STUDY ON MTMD TO IMPROVE STRUCTURAL PERFORMANCE UNDER DYNAMIC LOADING AN EXPERIMENTAL STUDY ON MTMD TO IMPROVE STRUCTURAL PERFORMANCE UNDER DYNAMIC LOADING N. Handayani 1, D. Kusuastuti 1, and Rildova 1 1 Faculty of Civil and Environental Engineering, Institut Teknologi

More information

FULL PAPER PROCEEDING Multidisciplinary Studies Available online at

FULL PAPER PROCEEDING Multidisciplinary Studies Available online at FULL PAPER PROCEEDING Multidisciplinary Studies Available online at www.academicfora.com Full Paper Proceeding ECBA-2015 Vol. 24- Issue.3 103-108 ISBN 978-969-670-025-8 ECBA -15 GUI PID Self-Tuning System

More information

Kinematic and Dynamic Modeling of a Quadcopter following a trajectory using MATLAB

Kinematic and Dynamic Modeling of a Quadcopter following a trajectory using MATLAB Kinematic and Dynamic Modeling of a Quadcopter following a trajectory using MATLAB Rahul Thavai Aamir Padwekar Altamash Shaikh Adnan Syed Department of Mechanical Engineering Department of Mechanical Engineering

More information

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 1, No 3, 2010

INTERNATIONAL JOURNAL OF CIVIL AND STRUCTURAL ENGINEERING Volume 1, No 3, 2010 Analysis and Design of Underpass RCC Bridge Mohankar.R.H 1, Ronghe.G.N 2 1 Lecturer, Civil Engineering Dept., G.H Raisoni College of Engineering, Nagpur, India. 2 Professor, Applied Mechanics Dept., Visvesvaraya

More information

APPLICATION OF CLONAL SELECTION ALGORITHM ON IGNITION ADVANCED ANGLE OF HYDROGEN-FUELED ENGINE

APPLICATION OF CLONAL SELECTION ALGORITHM ON IGNITION ADVANCED ANGLE OF HYDROGEN-FUELED ENGINE Journal of Theoretical and Applied Inforation Technology 3 st Deceber 202. Vol. 46 No.2 APPLICATION OF CLONAL SELECTION ALGORITHM ON IGNITION ADVANCED ANGLE OF HYDROGEN-FUELED ENGINE LIJUN WANG, DONGFEI

More information

I. INTRODUCTION II. QUADCOPTER

I. INTRODUCTION II. QUADCOPTER Proposed System of Leader-Follower Formation Control of 4-wheeled Mobile Robot and Quadcopter by Using Image Processing of Hybrid Robot Moustafa M. Kurdi Belarusian National Technical University, Minsk,

More information

International Journal of Engineering Trends and Technology (IJETT) Volume 23 Number 7- May 2015

International Journal of Engineering Trends and Technology (IJETT) Volume 23 Number 7- May 2015 Effect of Path Planning on Flying Measured Characteristics for Quadcopter Using APM2.6 Controller Wael R. Abdulmajeed #1, Omar A. Athab #2, Ihab A. Sattam #3 1 Lect.Dr, Department of Mechatronics, Al-Khwarizmi

More information

FORMATION FLIGHT OF FIXED-WING UAVS USING ARTIFICIAL POTENTIAL FIELD

FORMATION FLIGHT OF FIXED-WING UAVS USING ARTIFICIAL POTENTIAL FIELD FORMATION FLIGHT OF FIXED-WING UAVS USING ARTIFICIAL POTENTIAL FIELD Yoshitsugu Nagao*and Kenji Uchiyama* *Department of Aerospace Engineering, Nihon University csyo1217@g.nihon-u.ac.jp, uchiyama@aero.cst.nihon-u.ac.jp

More information

FIGHTER QUADCOPTER CONTROL USING COMPUTER SYSTEM

FIGHTER QUADCOPTER CONTROL USING COMPUTER SYSTEM FIGHTER QUADCOPTER CONTROL USING COMPUTER SYSTEM Prof.S.V.Phulari, Kumar Kawale, Supriya Kolhe, Gouri Katale, Dhanashri Hemane, P.D.E.A s College of Engineering, Manjari(Bk), Pune sv_phulari@yahoo.com,

More information

Quadcopter Design for Payload Delivery

Quadcopter Design for Payload Delivery Journal of Computer and Communications, 016, 4, 1-1 Published Online August 016 in SciRes. http://www.scirp.org/journal/jcc http://d.doi.org/10.436/jcc.016.410001 Quadcopter Design for Paload Deliver Gordon

More information

Attitude Control of Quadcopter Using Fuzzy PD+I Controller

Attitude Control of Quadcopter Using Fuzzy PD+I Controller Attitude Control of Quadcopter Using Fuzzy PD+I Controller Chanuan Uakarn 1 and Chart Rithirun 2 Faculty of Engineering, Kasem Bandit University, Thailand 1 cuakarn@gmail.com 2 chart20052548@yahoo.com

More information

Two-Stage Quenching Method with the Use of Oils at Optimal Temperature

Two-Stage Quenching Method with the Use of Oils at Optimal Temperature Proceedings of the 4th WSEAS Int. onf. on HEAT TRANSFER, THERMAL ENGINEERING and ENVIRONMENT, Elounda, Greece, August 1-3, 006 (pp1-5) Two-Stage Quenching Method with the Use of Oils at Optial Teperature

More information

A Decentralized Supply Chain with Two Competing Brands of Product

A Decentralized Supply Chain with Two Competing Brands of Product A Decentralized Supply Chain with Two Copeting Brands of Product A. Durongsiri, J.Karnjanakul, N.Saengsawang,A. Wangsawatwong, W.Wongpin, M.Yondan School of Manageent Technology, Sirindhorn International

More information

Simulation Studies of Bioreactor Using Artificial Neural Network Based Direct Inverse Method

Simulation Studies of Bioreactor Using Artificial Neural Network Based Direct Inverse Method IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 08 (August. 2014), V2 PP 12-20 www.iosrjen.org Siulation Studies of Bioreactor Using Artificial Neural Network

More information

Autonomous Following and Filming of a Test Vehicle

Autonomous Following and Filming of a Test Vehicle Master of Science Thesis in Electrical Engineering Department of Electrical Engineering, Linköping University, 2016 Autonomous Following and Filming of a Test Vehicle Teodor Johnsson Master of Science

More information

Scheduling Algorithms for Multiprogramming in a Hard Realtime Environment

Scheduling Algorithms for Multiprogramming in a Hard Realtime Environment Scheduling Algoriths for Multiprograing in a Hard Realtie Environent C. Liu and J. Layland Journal of the ACM, 20(1):46--61, January 1973. 2 Contents 1. Introduction and Background 2. The Environent 3.

More information

History. Also known as quadrotors First flying quadrotor: 11 November 1922 Etienne Oehmichen. Image: blogger.com

History. Also known as quadrotors First flying quadrotor: 11 November 1922 Etienne Oehmichen. Image: blogger.com Quadcopters History Also known as quadrotors First flying quadrotor: 11 November 1922 Etienne Oehmichen Image: blogger.com History Quadrotors overtaken by helicopters due to workload of the pilot. Some

More information

Modeling for the FE-Simulation of Warm Metal Forming Processes

Modeling for the FE-Simulation of Warm Metal Forming Processes Modeling for the FE-Siulation of War Metal Foring Processes L. Tong, S. Stahel and P. Hora Institute of Virtual Manufacturing, Swiss Federal Institute of Technology, Zurich Abstract. Better forability,

More information

Simulation of a Queuing System Case Study: Call Center Service in Organization A. Rutcharin Kullachart, Kasetsart University, Thailand

Simulation of a Queuing System Case Study: Call Center Service in Organization A. Rutcharin Kullachart, Kasetsart University, Thailand Siulation of a Queuing Syste Case Study: Call Center Service in Organization A. Rutcharin Kullachart, Kasetsart University, Thailand Asian Conference on Psychology and Behavioral Sciences 2015 Official

More information

A Kind of Ant Colony Algorithm with Route Evaluation. ( i, j), n presents the TSP size, m is the total number of ant

A Kind of Ant Colony Algorithm with Route Evaluation. ( i, j), n presents the TSP size, m is the total number of ant Send Orders for Reprints to reprints@benthascienceae The Open Autoation and Control Systes Journal, 04, 6, 699705 699 A Kind of Ant Colony Algorith with Route Evaluation Open Access Fang Zhao * Departent

More information

Comparative Analysis of Tri-rotor & Quad-rotor UAV

Comparative Analysis of Tri-rotor & Quad-rotor UAV Available online at www.scientiaresearchlibrary.com Scientia Research Library ISSN 2348-0424 USA CODEN: JETRB4 Journal of Engineering And Technology Research, 2014, 2 (6):98-106 (http://www.scientiaresearchlibrary.com/arhcive.php)

More information

Biologically Inspired Adaptive Control of Quadcopter Flight

Biologically Inspired Adaptive Control of Quadcopter Flight Biologically Inspired Adaptive Control of Quadcopter Flight by Brent Komer A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master of Mathematics

More information

Archive of SID. System design and optimization of a water-lithium bromide double-effect absorption system

Archive of SID.   System design and optimization of a water-lithium bromide double-effect absorption system 1 st International Conference on Heating, Ventilating and Air Conditioning May, 2009, Tehran, Iran Syste design and optiization of a water-lithiu broide double-effect absorption syste B Borzou 1, FSadeghpour

More information

On Implementing a Low Cost Quadcopter Drone with Smartphone Control

On Implementing a Low Cost Quadcopter Drone with Smartphone Control On Implementing a Low Cost Quadcopter Drone with Smartphone Control Mohammad Masoud, Yousef Jaradat, Mohammad Farhoud, Ammar Almdallaleh Computer and Communication Engineering Department Al-Zaytoonah University

More information

Control and Estimation of a Quadcopter Dynamical Model

Control and Estimation of a Quadcopter Dynamical Model Periodicals of Engineering and Natural Sciences ISSN 2303-4521 Vol.6, No.1, March 2018, pp. 63 75 Available online at: http://pen.ius.edu.ba Control and Estimation of a Quadcopter Dynamical Model Sevkuthan

More information

FLYING DYNAMICS WITH QUADCOPTER IN INDOOR AND OUTDOOR FLYING CAPABILITIES

FLYING DYNAMICS WITH QUADCOPTER IN INDOOR AND OUTDOOR FLYING CAPABILITIES FLYING DYNAMICS WITH QUADCOPTER IN INDOOR AND OUTDOOR FLYING CAPABILITIES 1 Naveen Kumar.K, 2 Shiva.B, 3 S.S.Ganesh Kumar, 4 M.Sudhakaran 1,2 Dept of EEE, GTEC, Vellore, India 3 Asst. Prof, Dept of EEE,

More information

ADVANCES IN MODELLING THERMAL BRIDGES IN BUILDING ENVELOPES

ADVANCES IN MODELLING THERMAL BRIDGES IN BUILDING ENVELOPES ADVANCES IN MODELLING THERMAL BRIDGES IN BUILDING ENVELOPES Stephen Carpenter Enerodal Engineering Liited Kitchener, ON, Canada scarpenter@enerodal.co ABSTRACT This paper describes recent techniques developed

More information

Lecture 38 Modeling of steelmaking processes

Lecture 38 Modeling of steelmaking processes Lecture 38 Modeling of steelaking processes Contents Introduction Physical odel Design of a physical odel for fluid flow in steel elt Key words: Physical odeling, water odeling, tundish etallurgic Introduction

More information

Application of Fuzzy Cluster Analysis in the Location of Building Waste Recycling Center Ning Jiang

Application of Fuzzy Cluster Analysis in the Location of Building Waste Recycling Center Ning Jiang International Conference on Autoation, Mechanical Control and Coputational Engineering (AMCCE 01) Application of Fuzzy Cluster Analysis in the Location of Building Waste Recycling Center Ning Jiang Departent

More information

1) What was unique about the 1938 Royal Navy s DH 82B Queen Bee that was used for anti-aircraft gunnery practice. 2) Describe 3 features of a drone 1)

1) What was unique about the 1938 Royal Navy s DH 82B Queen Bee that was used for anti-aircraft gunnery practice. 2) Describe 3 features of a drone 1) SYST 460 NAME: INTRODUCTION TO DRONES HOMEWORK (See Handouts from Class) 1) What was unique about the 1938 Royal Navy s DH 82B Queen Bee that was used for anti-aircraft gunnery practice 2) Describe 3 features

More information

MODELING LIQUID METAL CORROSION IN A FERRITIC STEEL PbLi SYSTEM WITH AND WITHOUT A MAGNETIC FIELD

MODELING LIQUID METAL CORROSION IN A FERRITIC STEEL PbLi SYSTEM WITH AND WITHOUT A MAGNETIC FIELD MODELING LIQUID METAL CORROSION IN A FERRITIC STEEL PbLi SYSTEM WITH AND WITHOUT A MAGNETIC FIELD SMOLENTSEV Sergey, SAEIDI Sheida, ABDOU Mohaed Fusion Science and Technology Center, UCLA, USA E-ail: sergey@fusion.ucla.edu

More information

Research on Earthwork Allocation Problem Based on Linear Programming Mathematical Algorithm Xinyu Yang, Weisan Wu

Research on Earthwork Allocation Problem Based on Linear Programming Mathematical Algorithm Xinyu Yang, Weisan Wu 209 2nd International Conference on Coputer Science and Advanced Materials (CSAM 209) Research on Earthwork Allocation Proble Based on Linear Prograing Matheatical Algorith Xinyu Yang, eisan u College

More information

Optimal placement of warehouse cross aisles in a picker-to-part warehouse with class-based storage

Optimal placement of warehouse cross aisles in a picker-to-part warehouse with class-based storage Optial placeent of warehouse cross aisles in a picker-to-part warehouse with class-based storage Paul Berglund and Rajan Batta Departent of Industrial and Systes Engineering, 438 Bell Hall University at

More information

Use of extrapolation to forecast the working capital in the mechanical engineering companies

Use of extrapolation to forecast the working capital in the mechanical engineering companies ECONTECHMOD. AN INTERNATIONAL QUARTERLY JOURNAL 2014. Vol. 1. No. 1. 23 28 Use of extrapolation to forecast the working capital in the echanical engineering copanies A. Cherep, Y. Shvets Departent of finance

More information

APPLICATION OF DECISION TREE ON COLLISION AVOIDANCE SYSTEM DESIGN AND VERIFICATION FOR QUADCOPTER

APPLICATION OF DECISION TREE ON COLLISION AVOIDANCE SYSTEM DESIGN AND VERIFICATION FOR QUADCOPTER APPLICATION OF DECISION TREE ON COLLISION AVOIDANCE SYSTEM DESIGN AND VERIFICATION FOR QUADCOPTER Chun-Wei Chen, Ping-Hsun Hsieh *, Wei-Hsiang Lai Dept. of Aeronautics and Astronautics, National Cheng

More information

Scheduling Slack Time in Fixed Priority Pre-emptive Systems

Scheduling Slack Time in Fixed Priority Pre-emptive Systems Scheduling Slack Tie in Fixed Priority Pre-eptive Systes R.I.Davis, K.W.Tindell, A.Burns Departent of Coputer Science, University of York, England. Abstract This paper addresses the proble of jointly scheduling

More information

Modelling and Control of an Unmanned Aerial Vehicle

Modelling and Control of an Unmanned Aerial Vehicle Modelling and Control of an Unmanned Aerial Vehicle A Thesis submitted in partial fulfilment of the requirements for the degree of Bachelor of Engineering in Electrical and Electronics Engineering By William

More information

Towed Body Altitude Stabilization and States Estimation in Aerial Recovery of Micro Air Vehicles

Towed Body Altitude Stabilization and States Estimation in Aerial Recovery of Micro Air Vehicles Towed Body Altitude Stabilization and States Estimation in Aerial Recovery of Micro Air Vehicles Liang Sun and Randal W. Beard In this paper, we present two strategies to stabilize the altitude of the

More information

Numerical Analysis of Woven Fabric Composites. Lubricated Spherical Plain Bearings

Numerical Analysis of Woven Fabric Composites. Lubricated Spherical Plain Bearings Nuerical Analysis of Woven Fabric Coposites Lubricated Spherical Plain Bearings Proceedings of the XIth International Congress and Exposition June 2-5, 2008 Orlando, Florida USA 2008 Society for Experiental

More information

THE INFLUENCE OF STRIP TEMPERATURE ON THE LOAD OF THE HOT STRIP MILL FINISHING GROUP LOOPER. Evgeny E. Didenko, Victor N.

THE INFLUENCE OF STRIP TEMPERATURE ON THE LOAD OF THE HOT STRIP MILL FINISHING GROUP LOOPER. Evgeny E. Didenko, Victor N. Journal Journal of Cheical of Cheical Technology Technology and Metallurgy, and Metallurgy, 5, 4, 5, 017, 4, 017 70-706 THE INFLUENCE OF STRIP TEMPERATURE ON THE LOAD OF THE HOT STRIP MILL FINISHING GROUP

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 11, November ISSN QUADCOPTER

International Journal of Scientific & Engineering Research, Volume 7, Issue 11, November ISSN QUADCOPTER International Journal of Scientific & Engineering Research, Volume 7, Issue 11, November-2016 1476 QUADCOPTER Albert Jose Pottams 1, V. Harikrishnan 1, R. Sankar 1, Balu Raveendran 2, Sukanya R. Warier

More information

Cyclones as PM 10 and PM 2.5 emission measurement classifiers

Cyclones as PM 10 and PM 2.5 emission measurement classifiers Air Pollution XVIII 395 Cyclones as PM 10 and PM.5 eission easureent classifiers J. Heerka, M. Braniš & P.Vybíral Faculty of Mechanical Engineering, Czech Technical University in Prague, Czech Republic

More information

The effect of riser scale on the hydrodynamics and particle residence-time distribution

The effect of riser scale on the hydrodynamics and particle residence-time distribution IFSA 2011, Industrial Fluidization South Africa: 257 266. Edited by A. Luckos & P. den Hoed Johannesburg: Southern African Institute of Mining and Metallurgy, 2011 The effect of riser scale on the hydrodynaics

More information

Journal of Engineering Science and Technology Review 9 (2) (2016) Research Article

Journal of Engineering Science and Technology Review 9 (2) (2016) Research Article Jestr Journal of Engineering Science and Technology Review 9 () (06) 93-98 Research Article Ship Block Transportation Scheduling Proble Based on Greedy Algorith Chong Wang *,,3, Yun-sheng Mao,, Bing-qiang

More information

Optimization of the Logistics of a Courier Business

Optimization of the Logistics of a Courier Business Applied Matheatical Sciences, Vol. 3, 2009, no. 36, 1755-1761 Optiization of the Logistics of a Courier Business Khalid Moussaid Universit Hasan II_Ain Chock, Faculte des Sciences de Casa khoussaid@fsac.ac.a.

More information

Maximum Power Point Tracking and Reactive Power Control of Single Stage Grid Connected Photovoltaic System

Maximum Power Point Tracking and Reactive Power Control of Single Stage Grid Connected Photovoltaic System Research Journal of Applied Sciences, Engineering and Technology 3(12): 143-1436, 211 ISSN: 24-7467 Maxwell Scientific Organization, 211 Subitted: July 28, 211 Accepted: Septeber 18, 211 Published: Deceber

More information

Two-Phase Modeling of Gravity Drainage of Bitumen from Tar Sand Using In-Situ RF Electrical Heating

Two-Phase Modeling of Gravity Drainage of Bitumen from Tar Sand Using In-Situ RF Electrical Heating Excerpt fro the Proceedings of the COMSOL Conference 008 Boston To-Phase Modeling of Gravity Drainage of Bituen fro Tar Sand Using In-Situ RF Electrical Heating Arin Hassanzadeh*, Pyrophase Inc. *14 S.

More information

Effect of Type of Earthquake Seismic Analysis of Concrete cube shaped Tanks Buried According to the Interaction of Soil Structure

Effect of Type of Earthquake Seismic Analysis of Concrete cube shaped Tanks Buried According to the Interaction of Soil Structure 1 Effect of Type of Earthquake Seisic Analysis of Concrete cube shaped Tanks Buried According to the Interaction of Soil Structure R. Naderi 1, A. Yosefi Saangany, M. H. Talebpour 3 1 Assistant Professor,

More information

ANALYSIS AND PLANNING OF REGIONAL DEVELOPMENT - CONTEXTUAL VARIABLES TO DEVELOP A MODEL FOR MONITORING FINANCIAL INDICATORS AT REGIONAL LEVEL.

ANALYSIS AND PLANNING OF REGIONAL DEVELOPMENT - CONTEXTUAL VARIABLES TO DEVELOP A MODEL FOR MONITORING FINANCIAL INDICATORS AT REGIONAL LEVEL. Annals of the Constantin Brâncuşi University of Târgu Jiu, Econoy Series, Issue 6/2013 ANALYSIS AND PLANNING OF REGIONAL DEVELOPMENT - CONTEXTUAL VARIABLES TO DEVELOP A MODEL FOR MONITORING FINANCIAL INDICATORS

More information

RETROFIT OF WATER NETWORKS IN PROCESS PLANTS

RETROFIT OF WATER NETWORKS IN PROCESS PLANTS RETROFIT OF WATER NETWORKS IN PROCESS PLANTS D. C. Faria and M. J. Bagajewicz* School of Cheical Engineering and Material Science, University of Oklahoa 100 East Boyd Street, T-335 Noran, OK 73019-0628

More information

Minimization of Network Losses by Optimal Placement and Sizing of DG using Flower Pollination Algorithm

Minimization of Network Losses by Optimal Placement and Sizing of DG using Flower Pollination Algorithm International Research Journal of Engineering and Technology (IRJET) e-issn: 2395-5 Volue: 5 Issue: 12 Dec 21 www.irjet.net p-issn: 2395-72 Miniization of Network Losses by Optial Placeent and Sizing of

More information

Improving the Search Performance of Genetic Algorithm to Solve Assembly Line Balancing Problem

Improving the Search Performance of Genetic Algorithm to Solve Assembly Line Balancing Problem International Journal of Business and Manageent Invention (IJBMI) ISSN (Online): 2319 8028, ISSN (Print): 2319 801X Volue 7 Issue 4 Ver. II April. 2018 PP 28-35 Iproving the Search Perforance of Genetic

More information

Machine for the Pineapple Peeling Process

Machine for the Pineapple Peeling Process Journal of Engineering and Technology of the Open University of Sri Lanka (JET-OUSL), Vol. 6, No.1, 018 Machine for the Pineapple Peeling Process P.G.A.L. Siriwardhana*, D. C. Wijewardane Departent of

More information

A Study of Human Instruction Follower Drone

A Study of Human Instruction Follower Drone A Study of Human Instruction Follower Drone Akash Patil 1 Student, M.Tech Embedded Systems, Sushant Todkar 2 Student, M.Tech Embedded Systems, Abstract- Robots are important now days because they make

More information

Enhancement of Quadrotor Positioning Using EKF-SLAM

Enhancement of Quadrotor Positioning Using EKF-SLAM , pp.56-60 http://dx.doi.org/10.14257/astl.2015.106.13 Enhancement of Quadrotor Positioning Using EKF-SLAM Jae-young Hwang 1,1 and Young-wan Cho 1 1 Dept. of Computer Engineering, Seokyeong University

More information

Data Hiding Method for QR Code Based on Watermark by comparing DCT with DWT Domain

Data Hiding Method for QR Code Based on Watermark by comparing DCT with DWT Domain International Conference on Coputer and Counication Technologies (ICCCT'212) May 26-27, 212 Phuket Data Hiding Method for Based on Waterark by coparing DCT with DWT Doain Suppat Rungraungsilp, Mahasak

More information

Formal Methods in Resilient Systems Design using a Flexible Contract Approach

Formal Methods in Resilient Systems Design using a Flexible Contract Approach Formal Methods in Resilient Systems Design using a Flexible Contract Approach Sponsor: DASD(SE) By Dr. Azad M. Madni 9 th Annual SERC Sponsor Research Review November 8, 2017 FHI 360 CONFERENCE CENTER

More information

SMART COMPOSITES APPLIED TO CONTINUOUS IN-SERVICE DAMAGE MONITORING OF GLASS/POLYMER INDUSTRIAL PARTS

SMART COMPOSITES APPLIED TO CONTINUOUS IN-SERVICE DAMAGE MONITORING OF GLASS/POLYMER INDUSTRIAL PARTS SMART COMPOSITES APPLIED TO CONTINUOUS IN-SERVICE DAMAGE MONITORING OF GLASS/POLYMER INDUSTRIAL PARTS Cyril TAMIATTO 1, Patricia KRAWCZAK 1, José PABIOT 1, and Fabrice LAURENT 2 1 ECOLE des MINES de DOUAI,

More information

An Integrated Metric to Assess Leanness Level Based on Efficiency, Flow and Variation

An Integrated Metric to Assess Leanness Level Based on Efficiency, Flow and Variation Ahed Deif, Abdul-Wahab Janfawi, Rehab Ali An Integrated Metric to Assess Leanness Level Based on Efficiency, Flow and Variation Ahed Deif * California Polytechnic State University, CA, USA Abdul-Wahab

More information

Economical heat production and distribution

Economical heat production and distribution Econoical heat oduction and distribution JOZE TORKAR, DARKO GORICANEC*, JURIJ KROPE* El-tec Mule, d.o.o. Pot na Lisice 7, 4260 Bled, *Faculty of Cheistry and Cheical Engineering University of Maribor Setanova

More information

Decision-Support Tool for Designing Small Package Delivery Aerial Vehicles (DST-SPDAV)

Decision-Support Tool for Designing Small Package Delivery Aerial Vehicles (DST-SPDAV) Decision-Support Tool for Designing Small Package Delivery Aerial Vehicles (DST-SPDAV) Ashruf Ali, Nathan Ballou, Brad McDougall, Jorge Luis Valle Ramos George Mason University, aali21@gmu.edu, nballou@gmu.edu,

More information

THE TREATMENT OF CONCENTRATED LOADS IN MASONRY DESIGN CODES

THE TREATMENT OF CONCENTRATED LOADS IN MASONRY DESIGN CODES 10 th Canadian Masonry Syposiu, Banff, Alberta, June 8 12, 2005 THE TREATMENT OF CONCENTRATED LOADS IN MASONRY DESIGN CODES Noran Bright 1 and John Roberts 2 1 Visiting Professor, Kingston University,

More information

Design and control of an unmanned aerial vehicle for autonomous parcel delivery with transition from vertical take-off to forward flight -

Design and control of an unmanned aerial vehicle for autonomous parcel delivery with transition from vertical take-off to forward flight - Design and control of an unmanned aerial vehicle for autonomous parcel delivery with transition from vertical take-off to forward flight - VertiKUL, a quadcopter tailsitter Menno Hochstenbach, Cyriel Notteboom

More information

Flight Dynamics and Trajectory Modeling for a Strategic Long-Endurance Solar Unmanned Aircraft

Flight Dynamics and Trajectory Modeling for a Strategic Long-Endurance Solar Unmanned Aircraft Flight Dynamics and Trajectory Modeling for a Strategic Long-Endurance Solar Unmanned Aircraft B. M. Albaker, Member, IEEE UMPEDAC Research Centre, University of Malaya Kuala Lumpur, Malaysia baraaalbaker@um.edu.my

More information

Collaborative and competitive scenarios in spatio-temporal negotiation with agents of bounded rationality

Collaborative and competitive scenarios in spatio-temporal negotiation with agents of bounded rationality Collorative and copetitive scenarios in spatio-teporal negotiation with agents of bounded rationality STRCT Yi Luo School of Electrical Engineering and Coputer Science University of Central Florida Orlando,

More information

Research Article Utilizing an Adaptive Grey Model for Short-Term Time Series Forecasting: A Case Study of Wafer-Level Packaging

Research Article Utilizing an Adaptive Grey Model for Short-Term Time Series Forecasting: A Case Study of Wafer-Level Packaging Matheatical Probles in Engineering Volue 2013, Article ID 526806, 6 pages http://dx.doi.org/10.1155/2013/526806 Research Article Utilizing an Adaptive Grey Model for Short-Ter Tie Series Forecasting: A

More information

AN INTELLIGENT APPROACH FOR MANAGING MATERIALS PURCHASING IN THE RMC INDUSTRY

AN INTELLIGENT APPROACH FOR MANAGING MATERIALS PURCHASING IN THE RMC INDUSTRY AN INTLLIGNT APPROACH FOR MANAGING MATRIALS PURCHASING IN TH RMC INDUSTRY Min Wu Dept. of Real state and Construction, University of Hong Kong, Pokfula Road, Hong Kong inwu@hku.hk Steve Rowlinson Dept.

More information

FINITE ELEMENT ANALYSIS OF STEEL PLATE SHEAR WALL

FINITE ELEMENT ANALYSIS OF STEEL PLATE SHEAR WALL FINITE ELEMENT ANALYSIS OF STEEL PLATE SHEAR WALL MINSY M M 1, GEETHA P R 2 1 M.Tech student, Civil engineering, Thejus Engineering College, Kerala, India 2 Professor, Civil engineering, Thejus Engineering

More information

DECLINE CURVE ANALYSIS OF PRODUCTION DATA FROM THE GEYSERS GEOTHERMAL FIELD

DECLINE CURVE ANALYSIS OF PRODUCTION DATA FROM THE GEYSERS GEOTHERMAL FIELD PROCEEDINGS, Twelfth Workshop on Geotheral Reservoir Engineering Stanford University, Stanford, California, January 2022. 1987 SGPTR109 DECLINE CURVE ANALYSIS OF PRODUCTION DATA FROM THE GEYSERS GEOTHERMAL

More information

Computational studies on Aerodynamic and the Strength of Material Structure of Quadcopter F3

Computational studies on Aerodynamic and the Strength of Material Structure of Quadcopter F3 Computational studies on Aerodynamic and the Strength of Material Structure of Quadcopter F3 Maria F. Soetanto, a,*, A. Faqihan, b and Farhan A, b a) Aerodynamic Laboratory, Aeronautical Engineering, Politeknik

More information

Efficient Multiple Ant Colony Algorithm for Job Scheduling In Grid Environment

Efficient Multiple Ant Colony Algorithm for Job Scheduling In Grid Environment Efficient Multiple Ant Colony Algorith for Job Scheduling In Grid Environent S.Uarani 1, L.M.Nithya 1, A.Shanuga 2 1 SNS College of Technology, Coibatore 2 Bannari Aan Institute of Technology, Erode. Abstract:-Grid

More information

Theoretical and Practical Aspects of Operational Planning for Industrial Enterprises

Theoretical and Practical Aspects of Operational Planning for Industrial Enterprises INTERNATIONAL JOURNAL OF ECONOMICS AND STATISTICS Volue 2, 2014 Theoretical and Practical Aspects of Operational Planning for Industrial Enterprises Valery V. Leventsov, Igor V. Ilin Abstract The article

More information

WSEAS TRANSACTIONS on SYSTEMS Diem P. G., Hien N. V., Khanh N. P.

WSEAS TRANSACTIONS on SYSTEMS Diem P. G., Hien N. V., Khanh N. P. An Object-Oriented Analysis and Design Model to Implement Controllers for Quadrotor UAVs by Specializing MDA s Features with Hybrid Automata and Real-Time UML DIEM P.G., HIEN N.V., KHANH N.P. Department

More information

Drone Adjustment Play Block Coding System for Early Childhood

Drone Adjustment Play Block Coding System for Early Childhood , pp.122-126 http://dx.doi.org/10.14257/astl.2017.145.24 Drone Adjustment Play Block Coding System for Early Childhood Yeon-Jae Oh 1, Young-Sang Suh 2 and Eung-Kon Kim 1 1 Department of Computer Engineering,

More information

REMOTELY OPERATED AERIAL SURVEILLANCE SYSTEM TRIBHUVAN UNIVERSITY

REMOTELY OPERATED AERIAL SURVEILLANCE SYSTEM TRIBHUVAN UNIVERSITY A STUDY ON REMOTELY OPERATED AERIAL SURVEILLANCE SYSTEM BY HARI BHUSAL TRIBHUVAN UNIVERSITY INSTITUTE OF ENGINEERING PASCHIMANCHAL CAMPUS POKHARA, NEPAL 2013-2014 1 Abstract With the advancement in Science

More information

EDF. New algorithm. Speed factor. 1.2 Deadline-ordered lower bound 1.1 General lower bound

EDF. New algorithm. Speed factor. 1.2 Deadline-ordered lower bound 1.1 General lower bound Trade-os between Speed and Processor in Hard-deadline Scheduling Tak Wah La Kar Keung To y Abstract This paper revisits the proble of on-line scheduling of sequential jobs with hard deadlines in a preeptive,

More information

Configuration Management for eservices

Configuration Management for eservices Configuration Manageent for eservices A Lesson Learned in a R&D center. Marco Ferruzca Faculty of Design & Arts UAM-Azcapotzalco Mexico City, Mexico arco.ferruzca@gail.co Joaquín Fernández, Josep Monguet,

More information

Deep drawing simulation of α-titanium alloys using LS-Dyna

Deep drawing simulation of α-titanium alloys using LS-Dyna Deep drawing siulation of α-titaniu alloys using LS-Dyna Sebastijan Jurendić a, b, Silvia Gaiani a, c a Akrapovič d.d., Ivančna Gorica, Slovenia b University of Ljubljana, Faculty of Mechanical Engineering,

More information

Research on Production Strategy with Carbon Emissions

Research on Production Strategy with Carbon Emissions Send Orders of Reprints at reprints@benthascience.net The Open Mechanical Engineering Journal, 2013, 7, 9-13 9 Research on Production Strategy with Carbon Eissions Honglei Tang,1,2 and Guofang Song 3 Open

More information

Determination of Flow Stress Constants by Oxley s Theory

Determination of Flow Stress Constants by Oxley s Theory Deterination of Flow Stress Constants by Oxley s Theory Prakash Naik 1, Ankit Naik 2 1 Mechanical Engineering Departent, UTU, Bardoli. 2 Mechanical Engineering Departent, JHD, Palsana. Abstract Flow stress

More information

6 Microscopic study of sheet densification by wet pressing

6 Microscopic study of sheet densification by wet pressing 6 Microscopic study o sheet densiication by wet pressing 6.1 Introduction Fibre bonded area and sheet density are strongly aected by wet pressing. A better understanding o the echaniss o the changes o

More information

Multiprocessor Fixed Priority Scheduling with Limited Preemptions

Multiprocessor Fixed Priority Scheduling with Limited Preemptions Multiprocessor Fixed Priority Scheduling with Liited Preeptions Abhilash Thekkilakattil 1, Robert I. Davis 2, Radu Dobrin 1, Sasikuar Punnekkat 3, and Marko Bertogna 4 1 Mälardalen Real-Tie Research Center,

More information

LATERAL RESISTANCE OF CONFINED BRICK WALL UNDER CYCLIC QUASI-STATIC LATERAL LOADING

LATERAL RESISTANCE OF CONFINED BRICK WALL UNDER CYCLIC QUASI-STATIC LATERAL LOADING LATERAL RESISTANCE OF CONFINED BRICK WALL UNDER CYCLIC QUASI-STATIC LATERAL LOADING A. Bourza 1, T. Ikeoto 2 and M. Miyajia 3 1 PhD Cand., Kanazawa University, Graduate School of Natural Science and Technology,

More information

IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS

IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS OP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Using of functional capability of RDS hardware and software coplex in the educational process of electrotechnical cpeciality aster

More information

MODELING OF FATIGUE CRACK GROWTH UNDER CONSTANT AND VARIABLE AMPLITUDE LOADING. S. M. Beden, S. Abdullah and A. K. Ariffin

MODELING OF FATIGUE CRACK GROWTH UNDER CONSTANT AND VARIABLE AMPLITUDE LOADING. S. M. Beden, S. Abdullah and A. K. Ariffin International Journal of Mechanical and Materials Engineering (IJMME, Vol. 4 (2009, No. 2, 131-135 MODELING OF FATIGUE RA GROWTH UNDER ONSTANT AND VARIABLE AMPLITUDE LOADING ABSTRAT In this paper, a odeling

More information

GIS-Based Simulation Studies for Power Systems Education

GIS-Based Simulation Studies for Power Systems Education Electric Power Networs Efficiency and Security, Edited by Laine Mili and Jaes Mooh. ISBN 0-471-XXXXX-X Copyright 2000 Wiley[Iprint], Inc. Chapter 4.2 GIS-Based Siulation Studies for Power Systes Education

More information

A P2P Approach for Business Process Modelling and Reuse

A P2P Approach for Business Process Modelling and Reuse A P2P Approach for Business Process Modelling and Reuse José A. Rodrigues Nt., Jano Moreira de Souza, Geraldo Zibrão, Geraldo Xexéo, Eduardo Neves, and Wallace A. Pinheiro COPPE Universidade Federal do

More information

IADC/SPE Copyright 2004, IADC/SPE Drilling Conference

IADC/SPE Copyright 2004, IADC/SPE Drilling Conference IADC/SPE 87191 Use NC56 Connections on 8 Drill Collars and Cut 1 or ¾ Pin Relie s on Rotated BHA Connections NC38 and Larger Sean Ellis, SPE, Nicholas Reynolds, SPE, Kang Lee, PhD, SPE, T H Hill Associates,

More information

ROLE OF SYNTHETIC STORMS ON PEAK FLOW ESTIMATION

ROLE OF SYNTHETIC STORMS ON PEAK FLOW ESTIMATION 1 ROLE OF SYNTHETIC STORMS ON PEAK FLOW ESTIMATION Abstract BETÜL SAF Departent of Hydrology&Hydraulic&Water Resources Paukkale University Kınıklı Capüs, Denizli TURKEY In this study, synthetic annual

More information

Click to edit Master title style. Optimal Trajectory Generation for Aerial Towed Cable System Using APMonitor

Click to edit Master title style. Optimal Trajectory Generation for Aerial Towed Cable System Using APMonitor Click to edit Master title style Optimal Trajectory Generation for Aerial Towed Cable System Using APMonitor Liang Sun Multiple AGent Intelligent Coordination & Control (MAGICC) Laboratory Department of

More information