DEVELOPMENT OF AUTONOMOUS BLIMP ROBOT WITH INTELLIGENT CONTROL

Size: px
Start display at page:

Download "DEVELOPMENT OF AUTONOMOUS BLIMP ROBOT WITH INTELLIGENT CONTROL"

Transcription

1 DEVELOPMENT OF AUTONOMOUS BLIMP ROBOT WITH INTELLIGENT CONTROL Keiko Motoyama, Hidenori Kawamura, Masahito Yamamoto and Azuma Ohuchi Gmduaie School of EngineeT'ing, Hokkaido UnivcT'sity Abstract The purpose of this study is to realize an autonomous robotic blimp. \Nhile this robot can pass over terrain that may be impossible for landbased robots to negotiate, it is hard to control autonomously because it is subjected to strong inertial forces and air resistance. \Ve are now designing an autonomously controlled indoor blimp, which will be suitable for use in for inspections or monitoring tasks and as an amusement robot or guide robot. Keywords: I3limp control, Autonomous robot 1. Introduction The purpose of this study is to realize an autonomous robotic airship, also known as a blimp or lighter-than-air vehicle. Studies on the utilization of unmanned aerial vehicles have recently grown with an increasing focus on blimps, because there are many advantages to using a blimp. First, a flying robot can pass over terrain that may be impossible for land-based robots to negotiate, so we need not consider the state of a floor or the existence of stairs. Second, as a blimp outperforms airplanes and helicopters at low speed and low altitude, it is suitable for use in inspections or monitoring tasks. Furthermore, a blimp needs no energy to maintain an altitude, as it relies on its neutral buoyancy to stay aloft. A robot like an automatically controlled blimp could be of great use in various areas. It could be used for indoor observation in a disaster, such as after an earthquake, and for inspections in high places, etc. Also, high-tech amusement robots, such as AlBO or ASlMO, have attracted attention recently. It is possible for a blimp to become a 3D amusement robot by, for example, communicating with people or making entertain The original version of this chapter was revised: The copyright line was incorrect. This has been corrected. The Erratum to this chapter is available at DOI: / _65 R. Nakatsu et al. (eds.), Entertainment Computing IFIP International Federation for Information Processing 2003

2 192 Keiko Motoyama et al. However, it is very difficult to control a blimp autonomously for following reasons. A blimp needs three-dimensional position and attitude control A blimp's payload is restricted. Therefore, a blimp's control system must be based on a few light sensors, like noisy sonar data. A blimp has great inertia and unstable dynamics and is greatly affected by temperature and atmospheric pressure. The navigation methods for a blimp must cope with the unpredictable forces of wind and air gusts. In order to cope with a dynamic and unknown environment, one of the possible solutions is use of a learning algorithm, by which a blimp acquires specific patterns of behavior. With learning, it will be able to function even if one of its propellers breaks down. This control method technology for a blimp could be applied to other robots, especially submarine or space robots. In this paper, we state a dynamic model for a blimp and construct a blimp simulator. This simulator enables lowcost development and system testing before implementation in an actual blimp robot. 2. Related Works Blimps have been studied in various contexts, including some experimental work. Wyeth [7] describes the design of a lighter-than-air autonomous robot and its natural landmark dimensions. The robot was programmed to fly a course by giving the robot a sequence of landmarks and trajectories, and has successfully flown. A method for station keeping and docking of a lighter-than-air vehicle based on visual input is given in [6]. A small-size indoor blimp was used, equipped with an on-board camera, radio control and video link. In addition, they proposed an image-based control law. Image-based control of an indoor blimp is also addressed in [8]. Ramos et al present one of the Internet-accessible airship simulators, based on a comprehensive airship dynamic model [5]. The simulator is meant to be used as a tool for the development of control and navigation methods for semi-autonomous robotic airships and as a test-bed for airship pilot training. This project's goal is to provide a low-speed, low-altitude aerial vehicle for environmental monitoring missions. In these studies, blimps are controlled by systems based on a PID controller. However, it is difficult to cope with unpredictable forces like wind using such a fixed controller. So we use a combination of a basic control method and a learning or genetic algorithm.

3 Development of Autonomous Blimp Robot with Intelligent Control 193 Tracking Vision Computer DJA Converter Tn.nsminer Figure 1. Micro-blimp Figure 2. Micro-blimp Control System 3. Previous Study A blimp is hard to control because it has large inertia and has to move by predicting the next action. As prediction depends on the characteristics of each blimp and spatial conditions, a fixed control method cannot cope with those changes. In order to acquire adaptive control of a blimp in continuous environments, a combination of CMAC-based Q-Iearning and adaptive construction of a state space with GA was proposed in our previous study [3]. The CMAC-based Q-Iearning algorithm (Q-CMAC) [4] is a Q-Iearning algorithm using CMAC as an approach to the generalization problem. It is difficult for a blimp to learn in the real world, because the state space segmentation method proposed for that environment requires many trials using GA and reinforcement learning. The state space is therefore constructed in a simulated environment, then the learning method is applied to a real micro blimp, based on the state space segmentation acquired in a simulated environment. A micro-blimp (Figure 1), nearly 1 m long and 0.5 m wide, was used in our previous study because it is suitable to be tested in a laboratory environment. This micro-blimp does not have enough payload capacity to carry sensory equipment and whole control units. Therefore, control commands are sent to the blimp by a radio transmitter. A receiver on the blimp turns two propellers for horizontal movements and one propeller for vertical movements. Also, the status of the blimp must be observed from external sensors. We use a tracking vision system with one CCD camera as external sensors. Therefore, our experimental sensing area for a blimp is restricted in two-dimensional vertical space. Figure 2 shows a blimp control system. A tracking vision system traces a mark on the blimp and produces its position and the velocity, which is projected into a two-dimensional vertical area.

4 194 Keiko Motoyama et al. The control task is to pass two sub-goals in a specific order and reach a final goal without flying over the restricted vertical vision area. To accomplish a given task, a learning system gets a position, a velocity, a relative distance and the direction to a sub-goal or final goal. According to the given sensory information, the learning system must select the appropriate action from nine actions, which is a combination of horizontal movement (forward, backward and stop) and vertical movement (upward, downward and stop). Figure 3. Successful track Figure 3 shows an example of a successful track. In a simulation, we approximated the movement characteristics of a blimp, but changes in buoyancy due to differences in temperature and reduction in output of voltage were not taken into account. In the learning experiments with actual systems, batteries were changed several times and the characteristics of the blimp were altered during a process. Even if such noises were included, the actual system based on evolutionary segmentation could achieve a given task. 4. Development of New Blimp Robot We are now constructing an autonomous control system for a new blimp, which is 3.5 m long and 2 m wide as shown in Figure 4. In contrast to our previous micro blimp, this blimp has nearly 1.2 kg lift remaining for batteries, computers and sensors. We must select components which are as light as possible. The controller is based around the H8/3048 microcomputer. This is a 16 bit 20 MHz microcomputer featuring: 5 PWM channels, 8 channels 10 bit A/D conversion and serial communications. A wireless unit is also needed to monitor the operations of a computer. A 3D motion sensor and sonar sensors will be used as internal sensors. We plan to load an on-board camera in the future.

5 Development of A utonomous Blimp Robot with Intelligent Control 195 Figure 4. Blimp Figure 5. Simulator The control system has to deal with a multi-input multi-output control problem, operating in a non-linear fashion with significant unpredictable disturbances. It will be effective to use a basic control method, like a PID controller in combination with a learning or genetic algorithm. As we demonstrated in our previous study, use of a simulator is effective for decreasing temporal and spatial costs. A 3D simulator is consequently constructed for this blimp. 5. Dynamics of the blimp A full six degrees-of-freedom mathematical model for this blimp is derived based on [2]. The blimp's center of mass changes during flight, so motion has to be referenced to by a system of orthogonal body axes placed at the center of volume (CV), as shown in Figure 6. The CV is also assumed to coincide with the center of buoyancy. Considering the blimp to be a rigid body (aeroelastic effects can be ignored) in ideal fluid, and the airframe to be symmetric about X-Z (vertical) plane, the dynamic model can be stated as [2], [6]. M x + C(x) + D(x)x + G(a:,,6, 1') = T, (1) where x = [u v w p q rv is the velocity vector containing the three components of linear velocity u, v, wand the three angular velocities p, q, r, all written with respect to the body-fixed reference frame XYZ. Iv[ is the mass matrix containing all masses and inertias of the blimp as well as added mass and inertia terms. C is the dynamic force vector containing the Coriolis and centrifugal terms of the dynamic model. D (x) is the aerodynamic damping matrix containing linear and quadratic skin friction drag and damping due to vortex shedding, which depends on

6 196 Keiko Motoyama et al. rrpu v/"qt t dx Figure 6. Reference frames the streamline of the airship's hull. G is the restoring forces vector containing the gravity and buoyancy forces resolved into body-fixes axes by a rotation matrix, parameterized by the standard raub), pitch(f3) and yaw (a) angles representation. T is the applied forces vector containing all forces and moments acting on the rigid body due to the aerodynamic control surfaces and the propulsive units. For an indoor blimp moving at low speed under laminar boundary layer conditions, aerodynamic control surfaces will have no effect and thus are not included. T = [Tcmn 0 Tv 0 (dztcmn) (dytdiff)jt, where dy is the horizontal offset from the center of volume of the horizontal propellers and dx is the vertical offset of the tail propeller, as shown in Figure Linearized equations of motion Linearizing about,8 = '"Y = 0 is a reasonable condition for blimp operation. Assuming blimp motion to be constrained to small perturbations about some equilibrium condition, a considerably simplified linear model can be obtained. The dynamic model system becomes decoupled in longitudinal motion and lateral motion [6]. The longitudinal or vertical model describes the airship motion in the X-Z plane of the body-fixed reference frame. The corresponding state and input vectors are given by: where the small perturbation of the pitch angle, 813, is included in the state vector to accommodate the gravitation and buoyancy forces so as to obtain squared matrices. Tf is the resultant force of thrust coming from two propellers on a gondola and Tv is the thrust from a vertical propeller. The linearized longitudinal model about 13 = '"Y = 0 is given by:

7 Development of Autonomous Blimp Robot with Intelligent Control 197 lv[± Ax+BT+F, 0 maz [ m+oall n' lv[ m+a33 -max maz -max Iy + A (mg - fb) [T -Zw 0 0 A 0 -Mq -azmg 1 ' dz o ]T B F- 0 [ [ (m + A,,)rv + rnazr'] 1 0 o ' - (Iy + A55)r2 - axrv 0 F is the linearized dynamic force vector containing the Coriolis and centrifugal terms about (3 = 'Y = o. The lateral or horizontal model describes the dynamics of the airship orientation in the X-Y plane and includes the following state and input variables: where Trot is the thrust from the rear propeller for rotation. Here the roll angle, 'Y: is included and the linearized model is given by: M± = Ax+BT+F, -maz max [m +A22 -maz Ix + A44 0 n' 1\1 max 0 Iz + A [T mq- i, 1 -Kp 0 -azmg A 0 -Nr [ -(m +All)ur 1 B [0 0 dx O]T F = maxur, -maxur 0 m is the blimp mass, 9 is the gravitational acceleration and fb is the buoyancy force. Other parameters are shown in Table 1. Added mass and inertia terms (A1l '" A66) are calculated on the assumption that the blimp is ellipsoid. The linear friction terms (Xu, Yv, Zw, K p, M q, NT") can

8 198 Keiko Motoyama et al. be obtained by a wind-tunnel test or aerodynamic stability derivatives. They are calculated here based on an equation to calculate coefficients for a forward motion (Xu) of a big airship [1]. As the blimp used in this study is small and can rotate on the spot, we adjust the value of other friction terms so as to adapt them to our blimp. Table 1. Parameters added mass for X, Y, Z axes 1.32,4.537,4.537 added inertia terms 0.0,1.252,1.252 coordinates of the center of mass ,0.287 coordinates of the propellers 1.36,0.95 moments of inertia about X, Y, Z axes 2.833,4.75,3.684 linear friction terms , , linear friction terms Conclusion In this paper, we state a dynamic model for a blimp and construct a blimp simulator. This simulator allows for low-cost development and system testing before implementation in the actual robot. Our ongoing work is focused on developing more robust and adequate control methods and implementing them in an actual blimp robot. References [1] Akira Azuma. Aeronautical Engineering(I) (in Japanese). Syoukabo, Tokyo, [2] Sergio B. Varella Gomes and Josue G Ramos Jr. Airship dynamic modeling for autonomous operation. Proceedings of the IEEE International Conference on Robotics and Automation, pages , [3] Keiko Motoyama et al. Evolutionary design of learning state space for small airship control. Proceedings of the Sixth International Conference on Simulation of Adaptive Behavior, pages , [4] N. Ono and Y. Fukuta. Learning to coordinate in a continuous environment. ICMAS'96 Workshop Notes on Learning, Interactions and Organizations in Multiagent Environment., [5] Josue G Ramos Jr., Silvio M. Maeta, et al. Development of VRML/JAVA unmanned airship simulating. IEEE/RSJ International Conference on Intelligent Robots and Systems, pages , [6] Jose Santos-Victor Sjored van der Zwaan, Alexandre Bernardino. Vision based station keeping and docking for an aerial blimp. IEEE/RSJ International Conference on Intelligent Robots ans Systems, [7] Gordon Wyeth and Ivan Barron. An Autonomous Blimp, pages Springer Verlag, [8] Hong Zhang and James P. Ostrowski. Visual servoing with dynamics: Control of an unmanned blimp. Proceedengs of IEEE Conference of Robotics and Automation, 1999.

Autonomous blimp control with reinforcement learning

Autonomous blimp control with reinforcement learning University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2009 Autonomous blimp control with reinforcement learning Yiwei

More information

Fuzzy Control of a Robotic Blimp

Fuzzy Control of a Robotic Blimp Fuzzy Control of a Robotic Blimp Laith M. Alkurdi E H U N I V E R S I T Y T O H F R G E D I N B U Master of Science Artificial Intelligence School of Informatics University of Edinburgh 2011 Abstract The

More information

Motion Control of a Bipedal Walking Robot

Motion Control of a Bipedal Walking Robot Motion Control of a Bipedal Walking Robot Lai Wei Ying, Tang Howe Hing, Mohamed bin Hussein Faculty of Mechanical Engineering Universiti Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia. Wylai2@live.my

More information

Kochi University of Technology Aca Study on Dynamic Analysis and Wea Title stem for Golf Swing Author(s) LI, Zhiwei Citation 高知工科大学, 博士論文. Date of 2015-03 issue URL http://hdl.handle.net/10173/1281 Rights

More information

A NEW GOLF-SWING ROBOT MODEL UTILIZING SHAFT ELASTICITY

A NEW GOLF-SWING ROBOT MODEL UTILIZING SHAFT ELASTICITY Journal of Sound and Vibration (1998) 17(1), 17 31 Article No. sv981733 A NEW GOLF-SWING ROBOT MODEL UTILIZING SHAFT ELASTICITY S. SUZUKI Department of Mechanical System Engineering, Kitami Institute of

More information

A COMPUTATIONAL STUDY ON THE DESIGN OF AIRFOILS FOR A FIXED WING MAV AND THE AERODYNAMIC CHARACTERISTIC OF THE VEHICLE

A COMPUTATIONAL STUDY ON THE DESIGN OF AIRFOILS FOR A FIXED WING MAV AND THE AERODYNAMIC CHARACTERISTIC OF THE VEHICLE 28 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES A COMPUTATIONAL STUDY ON THE DESIGN OF AIRFOILS FOR A FIXED WING MAV AND THE AERODYNAMIC CHARACTERISTIC OF THE VEHICLE Jung-Hyun Kim*, Kyu-Hong

More information

Flight Corridor. The speed-altitude band where flight sustained by aerodynamic forces is technically possible is called the flight corridor.

Flight Corridor. The speed-altitude band where flight sustained by aerodynamic forces is technically possible is called the flight corridor. Flight Corridor The speed-altitude band where flight sustained by aerodynamic forces is technically possible is called the flight corridor. The subsonic Boeing 747 and supersonic Concorde have flight corridors

More information

ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots

ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots ZMP Trajectory Generation for Reduced Trunk Motions of Biped Robots Jong H. Park School of Mechanical Engineering Hanyang University Seoul, 33-79, Korea email:jong.park@ieee.org Yong K. Rhee School of

More information

Winnipeg Headingley Aero Modellers. Things About Airplanes.

Winnipeg Headingley Aero Modellers. Things About Airplanes. Winnipeg Headingley Aero Modellers Things About Airplanes. Table of Contents Introduction...2 The Airplane...2 How the Airplane is Controlled...3 How the Airplane Flies...6 Lift...6 Weight...8 Thrust...9

More information

Development of a Simulation Model for Swimming with Diving Fins

Development of a Simulation Model for Swimming with Diving Fins Proceedings Development of a Simulation Model for Swimming with Diving Fins Motomu Nakashima 1, *, Yosuke Tanno 2, Takashi Fujimoto 3 and Yutaka Masutani 3 1 Department of Systems and Control Engineering,

More information

(xf - D, yimage) (xf,0) (0,0)

(xf - D, yimage) (xf,0) (0,0) Spatial Navigation Principles: Applications to Mobile Robotics Anthony Suluh Thomas Sugar Michael McBeath Mechanical and Aerospace Engineering, Psychology Arizona State University Tempe, AZ 8283 Abstract

More information

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES TABLE OF CONTENTS 1 INTRODUCTION 3 2 SYSTEM COMPONENTS 3 3 PITCH AND ROLL ANGLES 4 4 AUTOMATIC

More information

SUBPART C - STRUCTURE

SUBPART C - STRUCTURE SUBPART C - STRUCTURE GENERAL CS 23.301 Loads (a) Strength requirements are specified in terms of limit loads (the maximum loads to be expected in service) and ultimate loads (limit loads multiplied by

More information

Aerodynamics Principles

Aerodynamics Principles Aerodynamics Principles Stage 1 Ground Lesson 3 Chapter 3 / Pages 2-18 3:00 Hrs Harold E. Calderon AGI, CFI, CFII, and MEI Lesson Objectives Become familiar with the four forces of flight, aerodynamic

More information

JAR-23 Normal, Utility, Aerobatic, and Commuter Category Aeroplanes \ Issued 11 March 1994 \ Section 1- Requirements \ Subpart C - Structure \ General

JAR-23 Normal, Utility, Aerobatic, and Commuter Category Aeroplanes \ Issued 11 March 1994 \ Section 1- Requirements \ Subpart C - Structure \ General JAR 23.301 Loads \ JAR 23.301 Loads (a) Strength requirements are specified in terms of limit loads (the maximum loads to be expected in service) and ultimate loads (limit loads multiplied by prescribed

More information

Lesson: Airspeed Control

Lesson: Airspeed Control 11/20/2018 Airspeed Control Page 1 Lesson: Airspeed Control Objectives: o Knowledge o An understanding of the aerodynamics related to airspeed control o Skill o The ability to establish and maintain a

More information

V mca (and the conditions that affect it)

V mca (and the conditions that affect it) V mca (and the conditions that affect it) V mca, the minimum airspeed at which an airborne multiengine airplane is controllable with an inoperative engine under a standard set of conditions, is arguably

More information

Preliminary Design Review (PDR) Aerodynamics #2 AAE-451 Aircraft Design

Preliminary Design Review (PDR) Aerodynamics #2 AAE-451 Aircraft Design Preliminary Design Review (PDR) Aerodynamics #2 AAE-451 Aircraft Design Aircraft Geometry (highlight any significant revisions since Aerodynamics PDR #1) Airfoil section for wing, vertical and horizontal

More information

Stability and Flight Controls

Stability and Flight Controls Stability and Flight Controls Three Axes of Flight Longitudinal (green) Nose to tail Lateral (blue) Wing tip to Wing tip Vertical (red) Top to bottom Arm Moment Force Controls The Flight Controls Pitch

More information

DEFINITIONS. Aerofoil

DEFINITIONS. Aerofoil Aerofoil DEFINITIONS An aerofoil is a device designed to produce more lift (or thrust) than drag when air flows over it. Angle of Attack This is the angle between the chord line of the aerofoil and the

More information

The Performance of Vertical Tunnel Thrusters on an Autonomous Underwater Vehicle Operating Near the Free Surface in Waves

The Performance of Vertical Tunnel Thrusters on an Autonomous Underwater Vehicle Operating Near the Free Surface in Waves Second International Symposium on Marine Propulsors smp 11, Hamburg, Germany, June 2011 The Performance of Vertical Tunnel Thrusters on an Autonomous Underwater Vehicle Operating Near the Free Surface

More information

Development of Fish type Robot based on the Analysis of Swimming Motion of Bluefin Tuna Comparison between Tuna-type Fin and Rectangular Fin -

Development of Fish type Robot based on the Analysis of Swimming Motion of Bluefin Tuna Comparison between Tuna-type Fin and Rectangular Fin - Development of Fish type Robot based on the Analysis of Swimming Motion of Bluefin Tuna Comparison between Tuna-type Fin and Rectangular Fin - Katsuya KUGAI* Abstract The swimming motion of Tuna type fishes

More information

Anemometry. Anemometry. Wind Conventions and Characteristics. Anemometry. Wind Variability. Anemometry. Function of an anemometer:

Anemometry. Anemometry. Wind Conventions and Characteristics. Anemometry. Wind Variability. Anemometry. Function of an anemometer: Anemometry Anemometry Function of an anemometer: Measure some or all of the components of the wind vector In homogeneous terrain, vertical component is small express wind as -D horizontal vector For some

More information

Research on Small Wind Power System Based on H-type Vertical Wind Turbine Rong-Qiang GUAN a, Jing YU b

Research on Small Wind Power System Based on H-type Vertical Wind Turbine Rong-Qiang GUAN a, Jing YU b 06 International Conference on Mechanics Design, Manufacturing and Automation (MDM 06) ISBN: 978--60595-354-0 Research on Small Wind Power System Based on H-type Vertical Wind Turbine Rong-Qiang GUAN a,

More information

Impact of Turbulence on Unmanned Aerial Vehicles

Impact of Turbulence on Unmanned Aerial Vehicles Impact of Turbulence on Unmanned Aerial Vehicles Larry B. Cornman National Center for Atmospheric Research Weather impacts on UAS operations Key Wx factors: Steady wind: headwind, tailwind, crosswind Wind

More information

Spider Robot for Motion with Quasistatic. Force Constraints

Spider Robot for Motion with Quasistatic. Force Constraints Spider Robot for Motion with Quasistatic Force Constraints Shraga Shoval, Elon Rimon and Amir Shapira Technion - Israel Institute of Technology - Haifa, Israel 32000. Abstract In quasistatic motions the

More information

POWERED FLIGHT HOVERING FLIGHT

POWERED FLIGHT HOVERING FLIGHT Once a helicopter leaves the ground, it is acted upon by the four aerodynamic forces. In this chapter, we will examine these forces as they relate to flight maneuvers. POWERED FLIGHT In powered flight

More information

Project 1 Those amazing Red Sox!

Project 1 Those amazing Red Sox! MASSACHVSETTS INSTITVTE OF TECHNOLOGY Department of Electrical Engineering and Computer Science 6.001 Structure and Interpretation of Computer Programs Spring Semester, 2005 Project 1 Those amazing Red

More information

Robot motion by simultaneously wheel and leg propulsion

Robot motion by simultaneously wheel and leg propulsion Robot motion by simultaneously wheel and leg propulsion Aarne Halme, Ilkka Leppänen, Miso Montonen, Sami Ylönen Automation Technology Laboratory Helsinki University of Technology PL 5400, 02015 HUT, Finland

More information

THE AIRCRAFT IN FLIGHT Issue /07/12

THE AIRCRAFT IN FLIGHT Issue /07/12 1 INTRODUCTION This series of tutorials for the CIX VFR Club are based on real world training. Each document focuses on a small part only of the necessary skills required to fly a light aircraft, and by

More information

Exploration Series. AIRPLANE Interactive Physics Simulation Page 01

Exploration Series.   AIRPLANE Interactive Physics Simulation Page 01 AIRPLANE ------- Interactive Physics Simulation ------- Page 01 What makes an airplane "stall"? An airplane changes its state of motion thanks to an imbalance in the four main forces acting on it: lift,

More information

Simulation analysis of the influence of breathing on the performance in breaststroke

Simulation analysis of the influence of breathing on the performance in breaststroke Available online at www.sciencedirect.com Procedia Engineering 34 (2012 ) 736 741 9 th Conference of the International Sports Engineering Association (ISEA) Simulation analysis of the influence of breathing

More information

Body Stabilization of PDW toward Humanoid Walking

Body Stabilization of PDW toward Humanoid Walking Body Stabilization of PDW toward Humanoid Walking Masaki Haruna, Masaki Ogino, Koh Hosoda, Minoru Asada Dept. of Adaptive Machine Systems, Osaka University, Suita, Osaka, 565-0871, Japan ABSTRACT Passive

More information

Biomechanics and Models of Locomotion

Biomechanics and Models of Locomotion Physics-Based Models for People Tracking: Biomechanics and Models of Locomotion Marcus Brubaker 1 Leonid Sigal 1,2 David J Fleet 1 1 University of Toronto 2 Disney Research, Pittsburgh Biomechanics Biomechanics

More information

Evolving Gaits for the Lynxmotion Hexapod II Robot

Evolving Gaits for the Lynxmotion Hexapod II Robot Evolving Gaits for the Lynxmotion Hexapod II Robot DAVID TOTH Computer Science, Worcester Polytechnic Institute Worcester, MA 01609-2280, USA toth@cs.wpi.edu, http://www.cs.wpi.edu/~toth and GARY PARKER

More information

Aerodynamic Terms. Angle of attack is the angle between the relative wind and the wing chord line. [Figure 2-2] Leading edge. Upper camber.

Aerodynamic Terms. Angle of attack is the angle between the relative wind and the wing chord line. [Figure 2-2] Leading edge. Upper camber. Chapters 2 and 3 of the Pilot s Handbook of Aeronautical Knowledge (FAA-H-8083-25) apply to powered parachutes and are a prerequisite to reading this book. This chapter will focus on the aerodynamic fundamentals

More information

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher

ROSE-HULMAN INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering. Mini-project 3 Tennis ball launcher Mini-project 3 Tennis ball launcher Mini-Project 3 requires you to use MATLAB to model the trajectory of a tennis ball being shot from a tennis ball launcher to a player. The tennis ball trajectory model

More information

A Method for Accurate Ballasting of an Autonomous Underwater Vehicle Robert Chavez 1, Brett Hobson 2, Ben Ranaan 2

A Method for Accurate Ballasting of an Autonomous Underwater Vehicle Robert Chavez 1, Brett Hobson 2, Ben Ranaan 2 A Method for Accurate Ballasting of an Autonomous Underwater Vehicle Robert Chavez 1, Brett Hobson 2, Ben Ranaan 2 1 University of California, Irvine 2 Monterey Bay Aquarium Research Institute Abstract

More information

Vision Based Autonomous Underwater Vehicle for Pipeline Tracking

Vision Based Autonomous Underwater Vehicle for Pipeline Tracking Vision Based Autonomous Underwater Vehicle for Pipeline Tracking Manikandan. G 1, Sridevi. S 2, Dhanasekar. J 3 Assistant Professor, Department of Mechatronics Engineering, Bharath University, Chennai,

More information

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS

LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS LOCOMOTION CONTROL CYCLES ADAPTED FOR DISABILITIES IN HEXAPOD ROBOTS GARY B. PARKER and INGO CYLIAX Department of Computer Science, Indiana University, Bloomington, IN 47405 gaparker@cs.indiana.edu, cyliax@cs.indiana.edu

More information

A103 AERODYNAMIC PRINCIPLES

A103 AERODYNAMIC PRINCIPLES A103 AERODYNAMIC PRINCIPLES References: FAA-H-8083-25A, Pilot s Handbook of Aeronautical Knowledge, Chapter 3 (pgs 4-10) and Chapter 4 (pgs 1-39) OBJECTIVE: Students will understand the fundamental aerodynamic

More information

Quantification of the Effects of Turbulence in Wind on the Flutter Stability of Suspension Bridges

Quantification of the Effects of Turbulence in Wind on the Flutter Stability of Suspension Bridges Quantification of the Effects of Turbulence in Wind on the Flutter Stability of Suspension Bridges T. Abbas 1 and G. Morgenthal 2 1 PhD candidate, Graduate College 1462, Department of Civil Engineering,

More information

Straight and Level. Basic Concepts. Figure 1

Straight and Level. Basic Concepts. Figure 1 Basic Concepts Straight and Level This lesson should start with you asking the student what they did in the last lesson, what do they remember, and determining if they have remembered correctly. We must

More information

INCLINOMETER DEVICE FOR SHIP STABILITY EVALUATION

INCLINOMETER DEVICE FOR SHIP STABILITY EVALUATION Proceedings of COBEM 2009 Copyright 2009 by ABCM 20th International Congress of Mechanical Engineering November 15-20, 2009, Gramado, RS, Brazil INCLINOMETER DEVICE FOR SHIP STABILITY EVALUATION Helena

More information

5.0 Neutral Buoyancy Test

5.0 Neutral Buoyancy Test 5.0 Neutral Buoyancy Test Montgolfier balloons use solar energy to heat the air inside the balloon. The balloon used for this project is made out of a lightweight, black material that absorbs the solar

More information

THe rip currents are very fast moving narrow channels,

THe rip currents are very fast moving narrow channels, 1 Rip Current Detection using Optical Flow Shweta Philip sphilip@ucsc.edu Abstract Rip currents are narrow currents of fast moving water that are strongest near the beach. These type of currents are dangerous

More information

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM

EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM Evolving Hexapod Gaits Using a Cyclic Genetic Algorithm Page 1 of 7 EVOLVING HEXAPOD GAITS USING A CYCLIC GENETIC ALGORITHM GARY B. PARKER, DAVID W. BRAUN, AND INGO CYLIAX Department of Computer Science

More information

Dynamically stepping over large obstacle utilizing PSO optimization in the B4LC system

Dynamically stepping over large obstacle utilizing PSO optimization in the B4LC system 1 Dynamically stepping over large obstacle utilizing PSO optimization in the B4LC system QI LIU, JIE ZHAO, KARSTEN BERNS Robotics Research Lab, University of Kaiserslautern, Kaiserslautern, 67655, Germany

More information

PRINCIPLES OF FLIGHT

PRINCIPLES OF FLIGHT CHAPTER 3 PRINCIPLES OF FLIGHT INTRODUCTION Man has always wanted to fly. Legends from the very earliest times bear witness to this wish. Perhaps the most famous of these legends is the Greek myth about

More information

Decentralized Autonomous Control of a Myriapod Locomotion Robot

Decentralized Autonomous Control of a Myriapod Locomotion Robot Decentralized utonomous Control of a Myriapod Locomotion Robot hmet Onat Sabanci University, Turkey onat@sabanciuniv.edu Kazuo Tsuchiya Kyoto University, Japan tsuchiya@kuaero.kyoto-u.ac.jp Katsuyoshi

More information

C-130 Reduction in Directional Stability at Low Dynamic Pressure and High Power Settings

C-130 Reduction in Directional Stability at Low Dynamic Pressure and High Power Settings C-130 Reduction in Directional Stability at Low Dynamic Pressure and High Power Settings The C-130 experiences a marked reduction of directional stability at low dynamic pressures, high power settings,

More information

It should be noted that the symmetrical airfoil at zero lift has no pitching moment about the aerodynamic center because the upper and

It should be noted that the symmetrical airfoil at zero lift has no pitching moment about the aerodynamic center because the upper and NAVWEPS -81-8 and high power, the dynamic pressure in the shaded area can be much greater than the free stream and this causes considerably greater lift than at zero thrust. At high power conditions the

More information

1. A cannon shoots a clown directly upward with a speed of 20 m/s. What height will the clown reach?

1. A cannon shoots a clown directly upward with a speed of 20 m/s. What height will the clown reach? Physics R Date: 1. A cannon shoots a clown directly upward with a speed of 20 m/s. What height will the clown reach? How much time will the clown spend in the air? Projectile Motion 1:Horizontally Launched

More information

Failure Detection in an Autonomous Underwater Vehicle

Failure Detection in an Autonomous Underwater Vehicle Failure Detection in an Autonomous Underwater Vehicle Alec Orrick, Make McDermott, Department of Mechanical Engineering David M. Barnett, Eric L. Nelson, Glen N. Williams, Department of Computer Science

More information

Spring Locomotion Concepts. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots

Spring Locomotion Concepts. Roland Siegwart, Margarita Chli, Martin Rufli. ASL Autonomous Systems Lab. Autonomous Mobile Robots Spring 2016 Locomotion Concepts Locomotion Concepts 01.03.2016 1 Locomotion Concepts: Principles Found in Nature ASL Autonomous Systems Lab On ground Locomotion Concepts 01.03.2016 2 Locomotion Concepts

More information

SEMI-SPAN TESTING IN WIND TUNNELS

SEMI-SPAN TESTING IN WIND TUNNELS 25 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES SEMI-SPAN TESTING IN WIND TUNNELS S. Eder, K. Hufnagel, C. Tropea Chair of Fluid Mechanics and Aerodynamics, Darmstadt University of Technology

More information

No Description Direction Source 1. Thrust

No Description Direction Source 1. Thrust AERODYNAMICS FORCES 1. WORKING TOGETHER Actually Lift Force is not the only force working on the aircraft, during aircraft moving through the air. There are several aerodynamics forces working together

More information

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007.

In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. Acknowledgement In memory of Dr. Kevin P. Granata, my graduate advisor, who was killed protecting others on the morning of April 16, 2007. There are many others without whom I could not have completed

More information

The Incremental Evolution of Gaits for Hexapod Robots

The Incremental Evolution of Gaits for Hexapod Robots The Incremental Evolution of Gaits for Hexapod Robots Abstract Gait control programs for hexapod robots are learned by incremental evolution. The first increment is used to learn the activations required

More information

II.E. Airplane Flight Controls

II.E. Airplane Flight Controls References: FAA-H-8083-3; FAA-8083-3-25 Objectives Key Elements Elements Schedule Equipment IP s Actions SP s Actions Completion Standards The student should develop knowledge of the elements related to

More information

wind wobble unstable

wind wobble unstable Rocket Stability During the flight of a model rocket, gusts of wind or thrust instabilities, can cause the rocket to "wobble", or change its attitude in flight. Poorly built or designed rockets can also

More information

Four forces on an airplane

Four forces on an airplane Four forces on an airplane By NASA.gov on 10.12.16 Word Count 824 Level MAX TOP: An airplane pictured on June 30, 2016. Courtesy of Pexels. BOTTOM: Four forces on an airplane. Courtesy of NASA. A force

More information

IMO REVISION OF THE INTACT STABILITY CODE. Proposal of methodology of direct assessment for stability under dead ship condition. Submitted by Japan

IMO REVISION OF THE INTACT STABILITY CODE. Proposal of methodology of direct assessment for stability under dead ship condition. Submitted by Japan INTERNATIONAL MARITIME ORGANIZATION E IMO SUB-COMMITTEE ON STABILITY AND LOAD LINES AND ON FISHING VESSELS SAFETY 49th session Agenda item 5 SLF 49/5/5 19 May 2006 Original: ENGLISH REVISION OF THE INTACT

More information

Principles of glider flight

Principles of glider flight Principles of glider flight [ Lecture 2: Control and stability ] Richard Lancaster Email: Richard@RJPLancaster.net Twitter: @RJPLancaster ASK-21 illustrations Copyright 1983 Alexander Schleicher GmbH &

More information

A Different Approach to Teaching Engine-Out Glides

A Different Approach to Teaching Engine-Out Glides A ifferent Approach to Teaching Engine-Out Glides es Glatt, Ph., ATP/CFI-AI, AGI/IGI When student pilots begin to learn about emergency procedures, the concept of the engine-out glide is introduced. The

More information

Abstract. 1 Introduction

Abstract. 1 Introduction A computational method for calculatingthe instantaneous restoring coefficients for a ship moving in waves N. El-Simillawy College of Engineering and Technology, Arab Academyfor Science and Technology,

More information

Flight Control Systems Introduction

Flight Control Systems Introduction Flight Control Systems Introduction Dr Slide 1 Flight Control System A Flight Control System (FCS) consists of the flight control surfaces, the respective cockpit controls, connecting linkage, and necessary

More information

Autonomous Vertical Recovery of Fixed Wing Unmanned Aerial Vehicles

Autonomous Vertical Recovery of Fixed Wing Unmanned Aerial Vehicles Autonomous Vertical Recovery of Fixed Wing Unmanned Aerial Vehicles by Trevor R. Smouter A thesis presented to the University of Waterloo in fulfillment of the thesis requirement for the degree of Master

More information

CRITERIA OF BOW-DIVING PHENOMENA FOR PLANING CRAFT

CRITERIA OF BOW-DIVING PHENOMENA FOR PLANING CRAFT 531 CRITERIA OF BOW-DIVING PHENOMENA FOR PLANING CRAFT Toru KATAYAMA, Graduate School of Engineering, Osaka Prefecture University (Japan) Kentarou TAMURA, Universal Shipbuilding Corporation (Japan) Yoshiho

More information

Neural Network in Computer Vision for RoboCup Middle Size League

Neural Network in Computer Vision for RoboCup Middle Size League Journal of Software Engineering and Applications, 2016, *,** Neural Network in Computer Vision for RoboCup Middle Size League Paulo Rogério de Almeida Ribeiro 1, Gil Lopes 1, Fernando Ribeiro 1 1 Department

More information

Theory of Flight Stalls. References: FTGU pages 18, 35-38

Theory of Flight Stalls. References: FTGU pages 18, 35-38 Theory of Flight 6.07 Stalls References: FTGU pages 18, 35-38 Review 1. What are the two main types of drag? 2. Is it possible to eliminate induced drag? Why or why not? 3. What is one way to increase

More information

Wind Flow Validation Summary

Wind Flow Validation Summary IBHS Research Center Validation of Wind Capabilities The Insurance Institute for Business & Home Safety (IBHS) Research Center full-scale test facility provides opportunities to simulate natural wind conditions

More information

Variable Face Milling to Normalize Putter Ball Speed and Maximize Forgiveness

Variable Face Milling to Normalize Putter Ball Speed and Maximize Forgiveness Proceedings Variable Face Milling to Normalize Putter Ball Speed and Maximize Forgiveness Jacob Lambeth *, Dustin Brekke and Jeff Brunski Cleveland Golf, 5601 Skylab Rd. Huntington Beach, CA 92647, USA;

More information

Integrated control system for ship motion in inland navigation

Integrated control system for ship motion in inland navigation Integrated control system for ship motion in inland navigation J. Kulczyk, T. Bielihski Institute ofmachines Desing and Operation, Technical University of Wroclaw, Wybrzeze Wyspianskiego 27, 50-370 Wroclaw,

More information

Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot

Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot 2007 IEEE International Conference on Robotics and Automation Roma, Italy, 10-14 April 2007 ThC9.3 Emergent walking stop using 3-D ZMP modification criteria map for humanoid robot Tomohito Takubo, Takeshi

More information

The effect of back spin on a table tennis ball moving in a viscous fluid.

The effect of back spin on a table tennis ball moving in a viscous fluid. How can planes fly? The phenomenon of lift can be produced in an ideal (non-viscous) fluid by the addition of a free vortex (circulation) around a cylinder in a rectilinear flow stream. This is known as

More information

THEORY OF WINGS AND WIND TUNNEL TESTING OF A NACA 2415 AIRFOIL. By Mehrdad Ghods

THEORY OF WINGS AND WIND TUNNEL TESTING OF A NACA 2415 AIRFOIL. By Mehrdad Ghods THEORY OF WINGS AND WIND TUNNEL TESTING OF A NACA 2415 AIRFOIL By Mehrdad Ghods Technical Communication for Engineers The University of British Columbia July 23, 2001 ABSTRACT Theory of Wings and Wind

More information

A Simple Horizontal Velocity Model of a Rising Thermal Instability in the Atmospheric Boundary Layer

A Simple Horizontal Velocity Model of a Rising Thermal Instability in the Atmospheric Boundary Layer A Simple Horizontal Velocity Model of a Rising Thermal Instability in the Atmospheric Boundary Layer (In other words, how to take a closer look at downwind thermal drift) Abstract This pilot, as well as

More information

The Quarter Pounder A Vehicle to Launch Quarter Pound Payloads to Low Earth Orbit

The Quarter Pounder A Vehicle to Launch Quarter Pound Payloads to Low Earth Orbit The Quarter Pounder A Vehicle to Launch Quarter Pound Payloads to Low Earth Orbit Ed LeBouthillier 1 Contents Introduction... 3 Requirements... 4 Orbital Altitudes... 4 Orbital Velocities... 4 Summary...4

More information

Flutter Testing. Wind Tunnel Testing (excerpts from Reference 1)

Flutter Testing. Wind Tunnel Testing (excerpts from Reference 1) Flutter Testing In the early years of aviation, no formal flutter testing of aircraft was performed. Flutter was usually discovered by accident during flight of the aircraft. The pilot flew the aircraft

More information

NSW Mines Rescue Unmanned Aerial Vehicle (UAV)

NSW Mines Rescue Unmanned Aerial Vehicle (UAV) NSW Mines Rescue Unmanned Aerial Vehicle (UAV) 2015 IMRB Conference Hanover Emergency Response Q. Will the systems providing this required information remain operational once an incident occurs? Likely

More information

A Study on Roll Damping of Bilge Keels for New Non-Ballast Ship with Rounder Cross Section

A Study on Roll Damping of Bilge Keels for New Non-Ballast Ship with Rounder Cross Section International Ship Stability Workshop 2013 1 A Study on Roll Damping of Bilge Keels for New Non-Ballast Ship with Rounder Cross Section Tatsuya Miyake and Yoshiho Ikeda Department of Marine System Engineering,

More information

Wave-Phase-Resolved Air-Sea Interaction

Wave-Phase-Resolved Air-Sea Interaction DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Wave-Phase-Resolved Air-Sea Interaction W. Kendall Melville Scripps Institution of Oceanography (SIO) UC San Diego La Jolla,

More information

The Academy of Model Aeronautics ALPHA: Potential Energy Background Information for the Teacher

The Academy of Model Aeronautics ALPHA: Potential Energy Background Information for the Teacher The Academy of Model Aeronautics ALPHA: Potential Energy Background Information for the Teacher When the rubber motor of a model plane is wound it becomes a form of stored potential energy. As the rubber

More information

2.016: Hydrodynamics

2.016: Hydrodynamics 2.016: Hydrodynamics Alexandra H. Techet Dept. of Mechanical Engineering Lecture 1 What is Hydrodynamics? Hydrodynamics v. Aerodynamics Water is almost 1000 times denser than air! Marine Hydrodynamics

More information

1. A tendency to roll or heel when turning (a known and typically constant disturbance) 2. Motion induced by surface waves of certain frequencies.

1. A tendency to roll or heel when turning (a known and typically constant disturbance) 2. Motion induced by surface waves of certain frequencies. Department of Mechanical Engineering Massachusetts Institute of Technology 2.14 Analysis and Design of Feedback Control Systems Fall 2004 October 21, 2004 Case Study on Ship Roll Control Problem Statement:

More information

Climbing Robot for Underwater Inspection of Constructions

Climbing Robot for Underwater Inspection of Constructions Climbing Robot for Underwater Inspection of Constructions Valery Gradetsky, Michael Rachkov The Institute for Problems in Mechanics, Russian Academy of Sciences 11, prosp. Vernadskogo, 117526, Moscow,

More information

Preliminary design of a high-altitude kite. A flexible membrane kite section at various wind speeds

Preliminary design of a high-altitude kite. A flexible membrane kite section at various wind speeds Preliminary design of a high-altitude kite A flexible membrane kite section at various wind speeds This is the third paper in a series that began with one titled A flexible membrane kite section at high

More information

Simulation of the Hybtor Robot

Simulation of the Hybtor Robot Simulation of the Hybtor Robot Pekka Aarnio, Kari Koskinen and Sami Salmi Information and Computer Systems in Automation Helsinki University of Technology ABSTRACT A dynamic rigid body simulation model

More information

Anatomy of a Homer. Purpose. Required Equipment/Supplies. Optional Equipment/Supplies. Discussion

Anatomy of a Homer. Purpose. Required Equipment/Supplies. Optional Equipment/Supplies. Discussion Chapter 5: Projectile Motion Projectile Motion 17 Anatomy of a Homer Purpose To understand the principles of projectile motion by analyzing the physics of home runs Required Equipment/Supplies graph paper,

More information

PEMP ACD2501. M.S. Ramaiah School of Advanced Studies, Bengaluru

PEMP ACD2501. M.S. Ramaiah School of Advanced Studies, Bengaluru Aircraft Performance, Stability and Control Session delivered by: Mr. Ramjan Pathan 1 Session Objectives Aircraft Performance: Basicsof performance (t (steadystateand tt d accelerated) Performance characteristics

More information

Lesson: Turning Flight. Prerequisites: Airspeed Control

Lesson: Turning Flight. Prerequisites: Airspeed Control 2/16/2016 Turning Flight Page 1 Lesson: Turning Flight Prerequisites: Airspeed Control Objectives: o Knowledge o An understanding of the aerodynamics related to directional (yaw) stability o A basic understanding

More information

Humanoid Robots and biped locomotion. Contact: Egidio Falotico

Humanoid Robots and biped locomotion. Contact: Egidio Falotico Humanoid Robots and biped locomotion Contact: Egidio Falotico e.falotico@sssup.it Outline What is a Humanoid? Why Develop Humanoids? Challenges in Humanoid robotics Active vs Passive Locomotion Active

More information

PERCEPTIVE ROBOT MOVING IN 3D WORLD. D.E- Okhotsimsky, A.K. Platonov USSR

PERCEPTIVE ROBOT MOVING IN 3D WORLD. D.E- Okhotsimsky, A.K. Platonov USSR PERCEPTIVE ROBOT MOVING IN 3D WORLD D.E- Okhotsimsky, A.K. Platonov USSR Abstract. This paper reflects the state of development of multilevel control algorithms for a six-legged mobile robot. The robot

More information

ACTIVITY 1: Buoyancy Problems. OBJECTIVE: Practice and Reinforce concepts related to Fluid Pressure, primarily Buoyancy

ACTIVITY 1: Buoyancy Problems. OBJECTIVE: Practice and Reinforce concepts related to Fluid Pressure, primarily Buoyancy LESSON PLAN: SNAP, CRACKLE, POP: Submarine Buoyancy, Compression, and Rotational Equilibrium DEVELOPED BY: Bill Sanford, Nansemond Suffolk Academy 2012 NAVAL HISTORICAL FOUNDATION TEACHER FELLOWSHIP ACTIVITY

More information

Dynamic analysis and motion measurement of ski turns using inertial and force sensors

Dynamic analysis and motion measurement of ski turns using inertial and force sensors Available online at www.sciencedirect.com Procedia Engineering 6 ( 213 ) 355 36 6th Asia-Pacific Conference on Sports Technology Dynamic analysis and motion measurement of ski turns using inertial and

More information

Lesson: Pitch Trim. Materials / Equipment Publications o Flight Training Manual for Gliders (Holtz) Lesson 4.4 Using the Trim Control.

Lesson: Pitch Trim. Materials / Equipment Publications o Flight Training Manual for Gliders (Holtz) Lesson 4.4 Using the Trim Control. 11/18/2015 Pitch Trim Page 1 Lesson: Pitch Trim Objectives: o Knowledge o An understanding of the aerodynamics related to longitudinal (pitch) stability o Skill o Use of the pitch trim system to control

More information

Prototypical Robotic Fish with Swimming Locomotive Configuration in Fluid Environment

Prototypical Robotic Fish with Swimming Locomotive Configuration in Fluid Environment Prototypical Robotic Fish with Swimming Locomotive Configuration in Fluid Environment P.Nilas, N. Suwanchit, and R. Lumpuprakarn Abstract--Aquatic animal has always inspired many researchers interest to

More information

Modeling of Hydraulic Hose Paths

Modeling of Hydraulic Hose Paths Mechanical Engineering Conference Presentations, Papers, and Proceedings Mechanical Engineering 9-2002 Modeling of Hydraulic Hose Paths Kurt A. Chipperfield Iowa State University Judy M. Vance Iowa State

More information

8d. Aquatic & Aerial Locomotion. Zoology 430: Animal Physiology

8d. Aquatic & Aerial Locomotion. Zoology 430: Animal Physiology 8d. Aquatic & Aerial Locomotion 1 Newton s Laws of Motion First Law of Motion The law of inertia: a body retains its state of rest or motion unless acted on by an external force. Second Law of Motion F

More information