RECENT DEVELOPMENTS FOR AN OBSTACLE AVOIDANCE SYSTEM FOR A SMALL AUV

Size: px
Start display at page:

Download "RECENT DEVELOPMENTS FOR AN OBSTACLE AVOIDANCE SYSTEM FOR A SMALL AUV"

Transcription

1 RECEN DEVELOPMENS FOR AN OBSACLE AVOIDANCE SYSEM FOR A SMALL AUV Douglas Horner and Oleg Yakimenko Naval Postgraduate School Monterey, CA USA Abstract: Improvements in high resolution small orward looking sonar (FLS) and computer processing have made it possible to develop an obstacle avoidance system (OAS) or small diameter Autonomous Underwater Vehicles (AUV). An AUV with such a system can maneuver around unanticipated obstacles that may be proud o the ocean loor. his ability can prevent serious damage to the vehicle or the environment. his paper discusses developments in control and computer vision techniques o an OAS designed to vertically avoid obstacles ound on the ocean loor. Results are presented rom recent in-water testing. Copyright 00 IFAC Keywords: Obstacle Avoidance, Optimal Control, Navigation, Obstacle Detection. INRODUCION We discuss progress in a developmental OAS mounted on the ront o a small AUV. he scope o the problem is limited by considering the avoidance o obstacles proud o the ocean loor. he maneuver around the obstacle is in the vertical plane. In other words, i an obstacle is detected in the path o the AUV, the AUV will maneuver up over the obstacle and return to the pre-planned altitude. Frequently AUVs conduct side scan sonar surveys o the bottom, these surveys are conducted close to the ocean loor to limit gaps in sonar coverage.. he discussion ocuses around the image processing and the control necessary to avoid an unanticipated obstacle. his is a continuation o the work irst reported in OCEANS 005 [Horner]. he image processing section ocuses on tracking the ocean loor using the orward looking sonar. Using the vehicle state together with a hough space representation o the image, an Extended Kalman Filter (EKF) is constructed to give a predictive estimate where the ocean loor is in the sonar image space [Mills]. Once the ocean loor is reliably tracked, obstacles and eatures can be tracked that are proud o the ocean loor. When an obstacle is high enough o the ocean loor to be a threat to the vehicle, the pre-planned vehicle path is modiied. A direct method or calculating real-time, near optimal polynomial traectories [Yakimenko] is presented or the avoidance behavior. he calculation takes into consideration an optimization unction based, in part, on the idea o minimizing the altitude change to ensure that sensor coverage stays consistent. he real time traectory planning has the secondary beneit o being able to react to additional obstacles that may have been occluded by the irst identiied obstacle. he paper is organized as ollows: Section two describes the obstacle avoidance ramework. Section three gives a description o the sonar. Section our discusses sonar image processing. Section ive discusses the AUV motion model. Section six discusses optimal problem ormulation and Section seven describes near optimal traectory generation and Section eight describes recent results.. FRAMEWORK he obstacle avoidance ramework (Fig. ) consists o the environmental map, a planning module, a localization module and the sensors and actuators or the control o the robot. he environmental map is the world according to the robot. his can include a priori knowledge, or example the positions o charted underwater obstacles. It takes as input the sensor and state inormation rom the robot and translates the sensor inormation into the global space. he localization module takes as input the most current position estimate rom the robot s navigation model and select eatures rom environmental model to provide (i possible) a better estimate o the robots position. he planning module is responsible or coming up with a traectory that the robot can ollow that is ree o obstacles and in some sense optimal. It consists o the deliberative and reactive planners. hey take inormation rom the environment and localization modules to produce the traectory that the robot controller tracks. he deliberative planner uses the environmental map to produce traectories to a goal state that is ree o obstacles. he reactive planner takes recent sensor inormation to produce a traectory which will avoid an unanticipated obstacle but provides no guarantees o reaching the end goal state.

2 3. SONAR DESCRIPION he orward looking sonar is a Blazed Array 450 KHz prototype built by Blueview echnologies. he system has a total o six staves, our oriented loor is accomplished by searching or a point in the hough space. Figure. Example o a vertical sonar image with a obstacle located approximately 35M rom the AUV Figure. Obstacle Avoidance Framework horizontally and two oriented vertically. Each individual stave has an approximate 3 degrees ield o view with degrees o vertical aperture. he range resolution is.09m and the angular resolution is a nominal. degree. he staves oriented horizontally combine together create a single sonar image. his image has a 90 degree ield o view with degrees o vertical ambiguity. he staves oriented vertically combine to produce a single image. his image has a 46 degree ield o view and has degrees o horizontal ambiguity. For this paper, only the vertical images are considered. Figure is an example o a vertical image. 4. SONAR IMAGE PROCESSING his section describes some o the techniques used to detect and track an obstacle using the vertically mounted FLS arrays. 4. Detection o the Ocean Floor he primary technique used to detect the ocean loor is the Hough ransorm [Hough]. It is a common technique in image processing or the identiication o lines rom a set o D points [Duda and Hart]. In mobile robotics, the Hough ransorm (H) has been used or a range o applications including vision based sel-localization [Iocchi and Nardi]. he H uses the parameterized line equation ρ = xcosθ + ysinθ () where θ is the angle o the line to the x-axis, ρ is the perpendicular distance rom the line and the origin o a selected point in the image space, and x and y represent a point on the line. A transormation rom the original image to a hough image converts the ( x, y ) image points into the ( ρ, θ ) hough space. A line in the image space is represented as a point in the hough space. In this case, detection o the ocean Consistent tracking o the ocean loor is made easier by taking into account the state o the vehicle and using this inormation to track the position o the ocean loor in the hough image space. Speciically, an EKF has been used to estimate where the point (i.e. the ocean loor) should be in the hough space given the current AUV position and a motion model. he EKF takes as input AUV pitch, roll, heading, heading rate, surge, and heave, altitude and ocean loor point in the hough space ( ρ, θ ) and produces a predictive estimate o ocean loor in the hough space. his is converted back into the image space and is used as the reerence line in the search or obstacles. 4. Detection o Obstacles In previous work, using a model or the motion o the REMUS AUV an obstacle was determined to be a collision threat to the AUV when the leading edge slope o the obstacle is greater than a nominal 45 degree angle to the ocean loor. his is the angle at which the Doppler Velocity Log (DVL) reporting at Hz can no longer provide altitude data quickly enough or the vehicle control to overcome the altitude change. his is used as the template or determining when to activate an avoidance behavior. With each image, the ocean loor is irst localized. Next a search box is constructed or the relevant area orward o the AUV. he area is searched using the cvblobslib library. When an obect is detected a threshold number o times and is a threat to the vehicle it is classiied as an obstacle. he Hough EKF also helps in separating out obstacles in the sonar image. By tracking the ocean loor in the hough space obstacles can be separated rom the ocean loor by the angle o the obstacle in the image space and the distance rom the image center ρ. Figure 3 shows the original image (rom Figure ) in the hough space. Notice the obstacle is visible as a separate curved line where the peak

3 intensity is at the approximate coordinate ( ρ =, θ = 9). 6. OPIMAL PROBLEM FORMULAION he next step is to ormulate the general optimization problem as applied to the problem at hand. We post it as ollows. here is set o admissible traectories [ θ ] z() t = x(), t z(), t w(), t q(), t () t S, 5 5 { z } S t Z E t t t = (), 0, (5) that satisies a set o ordinary dierential equations ()-(3) z = ( z, δ, c) =,,...,5 i i s i Figure 3. Hough representation o the vertical sonar image shown above. 5. AUV MODEL his section describes the AUV model used by the reactive traectory planner. Consider the twodimensional kinematics equation o motion or the vertical channel or the AUV. x = wsinθ + ucosθ z = wcosθ usinθ () where x is the AUV longitudinal position, z is its altitude with respect to the ocean loor, u and w are the orward and heave velocities respectully and θ is the pitch angle. Next consider the dynamics equation or the REMUS AUV or vertical motion using the standard state-space representation with the state vector x () t [ w, v = q, θ ] : (3) x () t = A x () t + B δ () t v v v v Here q is the pitch rate and δ s is the dive plane delection, the matrices A and B (4) are the multiplication o the inverse o the mass matrix with the motion model. he derivation o the matrices A and B and the coeicients used or the orces, moments and mass moments o inertia are taken rom [Healey]. mzw Zq 0 Zw mu0 + Zq 0 Av = M w IyyMq 0 Mw Mq zbbzgmg mzw Zq 0 Zδ s Bv = Mw IyyMq 0 M δs s (4) where δ () t s is the only control and P c = { c, c,..., c p,}, c C is the vector o AUV, characteristics with initial conditions ( z ( t0), δs( t0)), terminal conditions ( z ( t ), δs( t )) and the ollowing constraints on state space controls and control derivatives (listed in order): η( t, z) = { η( t, z), η( t, z),..., ηw( t, z)} 0 ξ( t, z) = { ξ( t, z, δs), ξ( t, z, δs),..., ξv( t, z, δs)} 0 π( t, z) = { π ( t, z, δ ), π ( t, z, δ ),..., π ( t, z, δ )} 0 s s v s (6) he problem is to ind an optimal traectory and optimal control δ s opt () t that minimizes some perormance index, or instance some integral index t J = (, t z, δ ) dt t0 0 s () For an AUV constraints (8) result in ) vertically avoiding the obstacle, ) staying within the constraints on the dive plane delection δ s, and 3) accounting or plane delection dynamics (modeling as a irst-order system): η( z) = zx ( obs ) zobs > 0 ξδ ( s) = δsmax δs( t) 0 πδ ( ) = δ δ( t) 0 s smax s (8) As a perormance index (9) it is natural to use the combined one that ) minimizes the distance traveled to avoid the obstacle, and ) maximizes the amount o time with the pitch o the AUV between nominal θ o 0 and -3 degrees: nom t ( ( ) 0) ( θ( ) θnom ) dt (9) t0 J = zt z + k t where k is some scaling coeicient (o the order o ). his later one is to try and ensure the sonar is looking orward a maximum amount o time during the avoidance maneuver.

4 . NEAR OPIMAL CONROL FOR REACIVE OBSACLE AVOIDANCE When an obstacle is identiied by the image processing routine, an OA behavior is activated and the position and maximum height o the obstacle is sent to this process. Originally both with the NPS ARIES and REMUS AUVs reactive OA behavior was achieved by applying an additive Gaussian altitude curve over the obstacle position. his proved to be an adequate irst solution but had two detractions. First, any obstacle proud o the ocean loor ensoniied by the FLS, may occlude any obects behind it. Using a Gaussian additive altitude approach the AUV runs the risk o navigating into another obstacle on the backside o the Gaussian curve. Second, the implementation doesn t permit an AUV to react to moving obects. Instead the approach is to use near optimal real-time polynomial traectory path planner or reactive obstacle avoidance. he traectory generation and optimization procedures [Yakimenko] are now described or AUV navigation. his direct-methodbased procedure assures the ollowing: the boundary conditions including high-order derivatives are satisied a priori, the control commands are smooth and physically realizable, the method is very robust and is not sensitive to small variations in the input parameters; only a ew variable parameters are used, thus ensuring that the iterative process during optimization converges well and that the continuous update o the solution allows reliable path ollowing even with no standard eedback. Another important eature o this method is that it allows handling any compound perormance index, like in (). hereore, we are not limited to simple standard indices like time, uel expenditure, etc.. Generating a Candidate raectory Consider a desired AUV traectory as p( τ ) = [ x( τ), z( τ)] where τ is some abstract argument, the virtual arc, and is deined by τ = [0; τ ], where τ is the total length o the virtual arc. Each coordinate x i, i =, (or simplicity o notation we assume x ( τ ) x ( τ ) and x ( τ ) z( τ )) is represented by a polynomial o degree N with the orm: = = M * k i( τ) ikτ,, k = 0 x a i (0) he degree o the polynomial M is determined by the number o boundary conditions that must be satisied. In our case the desired traectory includes constraints on the initial and inal position, velocity and acceleration. In this case the minimal order o the polynomial is 5. However, to increase the number o varied parameters and allow or more lexibility o the candidate traectory the order o polynomials can be higher than 5. Say we go with the seventh-order polynomial, so that x ( τ) = i k = 3 k x i( τ) = aikτ k = max(, k ) x i( τ ) = aikτ k = max(,( k )( k )) (max(, k 3))! k xi( τ) = aikτ, k! k = 0 a τ k 3 ik k () he coeicients aik, i =,, k = 0,..., can be determined by solving the ollowing system o linear algebraic equations ai 0 xi a i x i a i x i ai 3 x i = τ τ 6τ 4τ 60τ 0τ 0τ ai 4 xi τ τ 6τ τ 0τ 30τ ai 5 x i τ τ 3τ 4τ 5τ a x i6 i τ τ τ τ a x i i () As seen, no matter what value o the inal arc τ we have, the boundary conditions will be unconditionally satisied. But varying this value allows varying the shape o the candidate traectory. Figure 4 demonstrates an example when an AUV navigates at 3m altitude at.5m/s and in order to avoid some obstacle has to perorm a pop-up maneuver. Changing the value o τ allows avoiding obstacles with dierent height. Figure 4. Variances o the candidate traectory while changing the value o τ. Now what about our ree parameters which in our case are components o the initial and inal erk, x i0

5 and x i, i =, (5)? Having these additional varied parameters allows to urther change the overall shape o the traectory to be able to vary the combined perormance index () we chose. o this end Fig.5 shows an example o an AUV navigating at 3m altitude at.5m/s and trying to avoid a 6m obstacle located in between initial and inal points. Figure 6. Example o the dynamic reconiguration o the traectory.. Inverse Dynamics Figure 5. Symmetric varying o x 0 and x an obstacle with optimizing τ. to avoid Now, let us address the reason or choosing some abstract parameter τ (not time, not path length) as an argument or the reerence unctions ()-(3). Assume or a moment that τ t. In this case once we deined the traectory we unambiguously deined the speed proile along this traectory as well since V() t = u + w = x () t + z () t (3) Obviously we cannot allow this and would want to vary the speed proile independently. With an abstract argument it becomes possible via introducing the speed actor λ such that Now instead o (6) we have dτ λτ ( ) = (4) dt = ( ) ( ) + ( ) (5) V( τ ) λτ x τ z τ and by varying λ( τ ) can achieve any speed proile we want. hereore using a virtual arc becomes a key element in the proposed approach. All together the robustness o the approach allows generating the traectory to accommodate or sudden changes like newly discovered obstacles. As an example Fig. 6 demonstrates the scenario when an AUV avoiding the irst obstacle discovers that there is another one right behind the irst and to avoid the collision a new traectory starting exactly with the current states and control (up to the second-order derivatives o the states) needs to be generated. he method allows doing this and assures smooth nonshock transition. Having the candidate traectory determined by (3)- (5) the goal now is use inverse dynamics with the AUV model to calculate the remaining states and dive plane commands that is required to ollow this candidate traectory. In this way we can ensure that the candidate traectory does not exceed vehicle or coniguration space constraints. Using the relation (6) or any parameter ζ, dζ dτ ζ ( τ ) = = ζ ( τ) λ( τ ) (6) dτ dt and AUV motion model the it is possible to convert the equations o motion into the τ domain x = w + u x = w + u z = wcos θ usin θ z = λ ( wcos θusin θ) θ= q θ = λ q sin θ cos θ λ ( sinθ cos θ) w = Aw + Aq+ A3θ+ B δs w = λ ( Aw + Aq+ A3 θ+ B δs) q = A w+ Aq+ A3θ + B δs q = λ ( A w+ A q+ A3θ+ B δs) () We will urther use a slightly modiied scheme and having the boundary conditions needed to be satisied and some initial guesses on the varied (ree) parameters we only establish a reerence polynomial or the vertical coordinate z( τ ) (3). Now we proceed with a numerical procedure or computing all remaining states along the reerence traectory over a ixed set o N points (or instance, N=00) equidistantly placed along the virtual arc [0; τ ] with the interval o τ Δ τ = (8) N We take the very next value or the virtual arc τ = τ +Δ τ =,..., N (9) and compute the corresponding parameters o the traectory rom pz ( τ ) and pz ( τ ) (3). Having these, we proceed with computing the corresponding time period Δ t and elapsed time t :

6 z z Δ t = t t w t = t +Δt ( t =0) (0) Next we compute the current value o the speed actor: Δτ λ = ( λ = u0 =.5) Δt () Having those we can exploit two o the equations in the virtual domain (0) as ollows: 8. RESULS Demonstrations were recently completed in an exercise sponsored by the Oice o Naval Research in Panama City FL. he obstacle was a sunken 60m oil supply ship. At its highest point the vessel was approximately meters o the ocean loor. Runs were made at the vessel perpendicular to the direction o the keel. he optimal traectory planner was not implemented on these runs. Figure shows a side scan sonar image which shows the response o the AUV to the sunken ship. x = λ ( w sinθ + u cos θ ) 0 ( θ δ ) w = λ A w + A q + A + B x = x +Δτ x w = w +Δτ w 3 s; he next step is to compute the pitch angle, pitch rate and pitch acceleration: () θ q q 0 = cos λ w + u 0 θ θ t q q t = θ Δ = θ Δ ux + wz (3) Finally, we compute the dive plane delection required to ollow the traectory δ s; = ( q Aw Aq A3 θ ) (4) B.3 Optimization When all parameters (states and control) are computed in each o N points, we can compute the perormance index and the penalty unction. Speciically, according to (0), the penalty unction can be ormed as ollows: min 0; ( obs ) δ δ Δ=, k, k max 0; max 0; ( zx z ) obs ( δs; δsmax) ( δ s; δsmax) (5) where the penalties on violation o constraints on controls and their derivatives are scaled with the corresponding actors. Now the problem can be solved say in the MALAB development environment with the built-in mincon unction or minsearch unction. In the latter case we have to combine the perormance index and the penalty unction together. Figure. Side scan sonar image rom the AUV during an reactive avoidance manuever. REFERENCES Duda, R.O. and Hart, P.E., (9) Use o the Hough transorm to detect lines and curves in pictures. Communications o the ACM, 5():-5. Healey, A. J.,Obstacle Avoidance While Bottom Following or the REMUS Autonomous Underwater Vehicle. Proceedings o the IFAC Conerence, Lisbon, Portugal, July 5-, 004. Horner D.P., Healey, A..J., Kragelund, S.K. (005) AUV Experiments in Obstacle Avoidance.. Proceedings o the IEEE Oceans 005 Conerence, September 8-3, 005, Washington DC. Hough P. (96) Method and means or recognizing complex patterns, U.S. Patent No. 3,069,654. echnical report, HelpMate Robotics Inc. Iocchi, L. and Nardi, D. (999). Hough transorm based localization or mobile robots. Advances in Intelligent Systems and Computer Science, (Mastorakis, N. editor) pages World Scientiic Engineering Society. Mill,S., Pridmore,., Hills, M. racking in a Hough Space with the Extended Kalman Filter. Visual Inormation Engineering, 003. VIE 003. Volume, Issue, -9 July 003 Page(s): Yakimenko, O. Direct Method or Rapid Prototyping o Near Optimal Aircrat raectories. AIAA Jourmal o Guidance, Control, and Dynamics, 3(5): , 000.

7

Simulation of Plane Motion of Semiautonomous Underwater Vehicle

Simulation of Plane Motion of Semiautonomous Underwater Vehicle Proceedings o the European Computing Conerence Simulation o Plane Motion o Semiautonomous Underwater Vehicle JERZY GARUS, JÓZEF MAŁECKI Faculty o Mechanical and Electrical Engineering Naval University

More information

Simulation of Spatial Motion of Self-propelled Mine Counter Charge

Simulation of Spatial Motion of Self-propelled Mine Counter Charge Proceedings o the 5th WSEAS Int. Con. on System Science and Simulation in Engineering, Tenerie, Canary Islands, Spain, December 16-18, 26 1 Simulation o Spatial Motion o Sel-propelled Mine Counter Charge

More information

OBSERVER/KALMAN AND SUBSPACE IDENTIFICATION OF THE UBC BENCHMARK STRUCTURAL MODEL

OBSERVER/KALMAN AND SUBSPACE IDENTIFICATION OF THE UBC BENCHMARK STRUCTURAL MODEL OBSERVER/KALMAN AND SUBSPACE IDENTIFICATION OF THE UBC BENCHMARK STRUCTURAL MODEL Dionisio Bernal, Burcu Gunes Associate Proessor, Graduate Student Department o Civil and Environmental Engineering, 7 Snell

More information

The Ascent Trajectory Optimization of Two-Stage-To-Orbit Aerospace Plane Based on Pseudospectral Method

The Ascent Trajectory Optimization of Two-Stage-To-Orbit Aerospace Plane Based on Pseudospectral Method Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 00 (014) 000 000 www.elsevier.com/locate/procedia APISAT014, 014 Asia-Paciic International Symposium on Aerospace Technology,

More information

Solutions for Homework #8. Landing gear

Solutions for Homework #8. Landing gear Solutions or Homewor #8 PROBEM. (P. 9 on page 78 in the note) An airplane is modeled as a beam with masses as shown below: m m m m π [rad/sec] anding gear m m.5 Find the stiness and mass matrices. Find

More information

Constrained Optimal Control I

Constrained Optimal Control I Optimal Control, Guidance and Estimation Lecture 34 Constrained Optimal Control I Pro. Radhakant Padhi Dept. o Aerospace Engineering Indian Institute o Science - Bangalore opics Motivation Brie Summary

More information

Roberto s Notes on Differential Calculus Chapter 8: Graphical analysis Section 1. Extreme points

Roberto s Notes on Differential Calculus Chapter 8: Graphical analysis Section 1. Extreme points Roberto s Notes on Dierential Calculus Chapter 8: Graphical analysis Section 1 Extreme points What you need to know already: How to solve basic algebraic and trigonometric equations. All basic techniques

More information

AUGMENTED POLYNOMIAL GUIDANCE FOR TERMINAL VELOCITY CONSTRAINTS

AUGMENTED POLYNOMIAL GUIDANCE FOR TERMINAL VELOCITY CONSTRAINTS AUGMENTED POLYNOMIAL GUIDANCE FOR TERMINAL VELOCITY CONSTRAINTS Gun-Hee Moon*, Sang-Woo Shim*, and Min-Jea Tah* *Korea Advanced Institute Science and Technology Keywords: Polynomial guidance, terminal

More information

Estimation of the Vehicle Sideslip Angle by Means of the State Dependent Riccati Equation Technique

Estimation of the Vehicle Sideslip Angle by Means of the State Dependent Riccati Equation Technique Proceedings o the World Congress on Engineering 7 Vol II WCE 7, Jul 5-7, 7, London, U.K. Estimation o the Vehicle Sideslip Angle b Means o the State Dependent Riccati Equation Technique S. Strano, M. Terzo

More information

Chapter 6 Reliability-based design and code developments

Chapter 6 Reliability-based design and code developments Chapter 6 Reliability-based design and code developments 6. General Reliability technology has become a powerul tool or the design engineer and is widely employed in practice. Structural reliability analysis

More information

Lecture 8 Optimization

Lecture 8 Optimization 4/9/015 Lecture 8 Optimization EE 4386/5301 Computational Methods in EE Spring 015 Optimization 1 Outline Introduction 1D Optimization Parabolic interpolation Golden section search Newton s method Multidimensional

More information

CHAPTER 1: INTRODUCTION. 1.1 Inverse Theory: What It Is and What It Does

CHAPTER 1: INTRODUCTION. 1.1 Inverse Theory: What It Is and What It Does Geosciences 567: CHAPTER (RR/GZ) CHAPTER : INTRODUCTION Inverse Theory: What It Is and What It Does Inverse theory, at least as I choose to deine it, is the ine art o estimating model parameters rom data

More information

OPTIMAL PLACEMENT AND UTILIZATION OF PHASOR MEASUREMENTS FOR STATE ESTIMATION

OPTIMAL PLACEMENT AND UTILIZATION OF PHASOR MEASUREMENTS FOR STATE ESTIMATION OPTIMAL PLACEMENT AND UTILIZATION OF PHASOR MEASUREMENTS FOR STATE ESTIMATION Xu Bei, Yeo Jun Yoon and Ali Abur Teas A&M University College Station, Teas, U.S.A. abur@ee.tamu.edu Abstract This paper presents

More information

The achievable limits of operational modal analysis. * Siu-Kui Au 1)

The achievable limits of operational modal analysis. * Siu-Kui Au 1) The achievable limits o operational modal analysis * Siu-Kui Au 1) 1) Center or Engineering Dynamics and Institute or Risk and Uncertainty, University o Liverpool, Liverpool L69 3GH, United Kingdom 1)

More information

( x) f = where P and Q are polynomials.

( x) f = where P and Q are polynomials. 9.8 Graphing Rational Functions Lets begin with a deinition. Deinition: Rational Function A rational unction is a unction o the orm ( ) ( ) ( ) P where P and Q are polynomials. Q An eample o a simple rational

More information

SLAM for Ship Hull Inspection using Exactly Sparse Extended Information Filters

SLAM for Ship Hull Inspection using Exactly Sparse Extended Information Filters SLAM for Ship Hull Inspection using Exactly Sparse Extended Information Filters Matthew Walter 1,2, Franz Hover 1, & John Leonard 1,2 Massachusetts Institute of Technology 1 Department of Mechanical Engineering

More information

Model Reference Adaptive Control of Underwater Robotic Vehicle in Plane Motion

Model Reference Adaptive Control of Underwater Robotic Vehicle in Plane Motion Proceedings of the 11th WSEAS International Conference on SSTEMS Agios ikolaos Crete Island Greece July 23-25 27 38 Model Reference Adaptive Control of Underwater Robotic Vehicle in Plane Motion j.garus@amw.gdynia.pl

More information

A new Control Strategy for Trajectory Tracking of Fire Rescue Turntable Ladders

A new Control Strategy for Trajectory Tracking of Fire Rescue Turntable Ladders Proceedings o the 17th World Congress The International Federation o Automatic Control Seoul, Korea, July 6-11, 28 A new Control Strategy or Trajectory Tracking o Fire Rescue Turntable Ladders N. Zimmert,

More information

Trajectory-Shape-Varying Missile Guidance for Interception of Ballistic Missiles during the Boost Phase

Trajectory-Shape-Varying Missile Guidance for Interception of Ballistic Missiles during the Boost Phase AIAA Guidance, Navigation and Control Conerence and Exhibit - 3 August 7, Hilton Head, South Carolina AIAA 7-6538 raectory-shape-varying Missile Guidance or Interception o Ballistic Missiles during the

More information

A System for Tracking and Locating Emergency Personnel Inside Buildings

A System for Tracking and Locating Emergency Personnel Inside Buildings A System or Tracking and Locating Emergency Personnel Inside Buildings Ilir F. Progri, Student Member ION, William R. Michalson, Member ION, John Orr, and David Cyganski Electrical and Computer Engineering

More information

Modeling and Control of Casterboard Robot

Modeling and Control of Casterboard Robot 9th IFAC Symposium on Nonlinear Control Systems Toulouse, France, September 4-6, 23 FrB2.3 Modeling and Control o Casterboard Robot Kazuki KINUGASA Masato ISHIKAWA Yasuhiro SUGIMOTO Koichi OSUKA Department

More information

An adaptive model predictive controller for turbofan engines

An adaptive model predictive controller for turbofan engines American Journal o Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-4, Issue-12, pp-170-176 www.ajer.org Research Paper Open Access An adaptive model predictive controller or turboan

More information

Feedback Linearization

Feedback Linearization Feedback Linearization Peter Al Hokayem and Eduardo Gallestey May 14, 2015 1 Introduction Consider a class o single-input-single-output (SISO) nonlinear systems o the orm ẋ = (x) + g(x)u (1) y = h(x) (2)

More information

2. ETA EVALUATIONS USING WEBER FUNCTIONS. Introduction

2. ETA EVALUATIONS USING WEBER FUNCTIONS. Introduction . ETA EVALUATIONS USING WEBER FUNCTIONS Introduction So ar we have seen some o the methods or providing eta evaluations that appear in the literature and we have seen some o the interesting properties

More information

1 Relative degree and local normal forms

1 Relative degree and local normal forms THE ZERO DYNAMICS OF A NONLINEAR SYSTEM 1 Relative degree and local normal orms The purpose o this Section is to show how single-input single-output nonlinear systems can be locally given, by means o a

More information

Pre-AP Physics Chapter 1 Notes Yockers JHS 2008

Pre-AP Physics Chapter 1 Notes Yockers JHS 2008 Pre-AP Physics Chapter 1 Notes Yockers JHS 2008 Standards o Length, Mass, and Time ( - length quantities) - mass - time Derived Quantities: Examples Dimensional Analysis useul to check equations and to

More information

FLUID MECHANICS. Lecture 7 Exact solutions

FLUID MECHANICS. Lecture 7 Exact solutions FLID MECHANICS Lecture 7 Eact solutions 1 Scope o Lecture To present solutions or a ew representative laminar boundary layers where the boundary conditions enable eact analytical solutions to be obtained.

More information

Aggregate Growth: R =αn 1/ d f

Aggregate Growth: R =αn 1/ d f Aggregate Growth: Mass-ractal aggregates are partly described by the mass-ractal dimension, d, that deines the relationship between size and mass, R =αn 1/ d where α is the lacunarity constant, R is the

More information

HYDROELASTIC TAILORING AND OPTIMIZATION OF A COMPOSITE MARINE PROPELLER

HYDROELASTIC TAILORING AND OPTIMIZATION OF A COMPOSITE MARINE PROPELLER HYDROELASTIC TAILORING AND OPTIMIZATION OF A COMPOSITE MARINE PROPELLER José P. Blasques, Christian Berggreen and Poul Andersen Department o Mechanical Engineering, Technical University o Denmark Nils

More information

Optimal Pseudospectral Path Planning of Oil Tankers

Optimal Pseudospectral Path Planning of Oil Tankers Advanced Shipping and Ocean Engineering Dec. 13, Vol. Iss. 4, PP. 115-17 Optimal Pseudospectral Path Planning o Oil Tankers M. T. Ghorbani *1, H. Salarieh Department o Mechanical Engineering, Shari University

More information

Syllabus Objective: 2.9 The student will sketch the graph of a polynomial, radical, or rational function.

Syllabus Objective: 2.9 The student will sketch the graph of a polynomial, radical, or rational function. Precalculus Notes: Unit Polynomial Functions Syllabus Objective:.9 The student will sketch the graph o a polynomial, radical, or rational unction. Polynomial Function: a unction that can be written in

More information

Tour Planning for an Unmanned Air Vehicle under Wind Conditions

Tour Planning for an Unmanned Air Vehicle under Wind Conditions Tour Planning or an Unmanned Air Vehicle under Wind Conditions Rachelle L. McNeely and Ram V. Iyer Texas Tech University, Lubbock, TX 79409-1042 and Phillip R. Chandler U. S. Air Force Research Laboratory,

More information

Natural convection in a vertical strip immersed in a porous medium

Natural convection in a vertical strip immersed in a porous medium European Journal o Mechanics B/Fluids 22 (2003) 545 553 Natural convection in a vertical strip immersed in a porous medium L. Martínez-Suástegui a,c.treviño b,,f.méndez a a Facultad de Ingeniería, UNAM,

More information

Guidance, Navigation, and Control Conference and Exhibit August 5 8, 2002/Monterey, CA

Guidance, Navigation, and Control Conference and Exhibit August 5 8, 2002/Monterey, CA AIAA Guidance, Navigation, and Control Conerence and Exhibit 5-8 August 22, Monterey, Caliornia AIAA 22-53 AIAA 22-53 Tracking and pointing o target by a Biocal Relay Mirror Spacecrat using attitude control

More information

Controlling the Heat Flux Distribution by Changing the Thickness of Heated Wall

Controlling the Heat Flux Distribution by Changing the Thickness of Heated Wall J. Basic. Appl. Sci. Res., 2(7)7270-7275, 2012 2012, TextRoad Publication ISSN 2090-4304 Journal o Basic and Applied Scientiic Research www.textroad.com Controlling the Heat Flux Distribution by Changing

More information

BOUNDARY LAYER ANALYSIS ALONG A STRETCHING WEDGE SURFACE WITH MAGNETIC FIELD IN A NANOFLUID

BOUNDARY LAYER ANALYSIS ALONG A STRETCHING WEDGE SURFACE WITH MAGNETIC FIELD IN A NANOFLUID Proceedings o the International Conerence on Mechanical Engineering and Reneable Energy 7 (ICMERE7) 8 December, 7, Chittagong, Bangladesh ICMERE7-PI- BOUNDARY LAYER ANALYSIS ALONG A STRETCHING WEDGE SURFACE

More information

Sliding Mode Control and Feedback Linearization for Non-regular Systems

Sliding Mode Control and Feedback Linearization for Non-regular Systems Sliding Mode Control and Feedback Linearization or Non-regular Systems Fu Zhang Benito R. Fernández Pieter J. Mosterman Timothy Josserand The MathWorks, Inc. Natick, MA, 01760 University o Texas at Austin,

More information

Analog Computing Technique

Analog Computing Technique Analog Computing Technique by obert Paz Chapter Programming Principles and Techniques. Analog Computers and Simulation An analog computer can be used to solve various types o problems. It solves them in

More information

Objectives. By the time the student is finished with this section of the workbook, he/she should be able

Objectives. By the time the student is finished with this section of the workbook, he/she should be able FUNCTIONS Quadratic Functions......8 Absolute Value Functions.....48 Translations o Functions..57 Radical Functions...61 Eponential Functions...7 Logarithmic Functions......8 Cubic Functions......91 Piece-Wise

More information

We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill.

We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill. We provide two sections from the book (in preparation) Intelligent and Autonomous Road Vehicles, by Ozguner, Acarman and Redmill. 2.3.2. Steering control using point mass model: Open loop commands We consider

More information

Received: 30 July 2017; Accepted: 29 September 2017; Published: 8 October 2017

Received: 30 July 2017; Accepted: 29 September 2017; Published: 8 October 2017 mathematics Article Least-Squares Solution o Linear Dierential Equations Daniele Mortari ID Aerospace Engineering, Texas A&M University, College Station, TX 77843, USA; mortari@tamu.edu; Tel.: +1-979-845-734

More information

Bayesian Technique for Reducing Uncertainty in Fatigue Failure Model

Bayesian Technique for Reducing Uncertainty in Fatigue Failure Model 9IDM- Bayesian Technique or Reducing Uncertainty in Fatigue Failure Model Sriram Pattabhiraman and Nam H. Kim University o Florida, Gainesville, FL, 36 Copyright 8 SAE International ABSTRACT In this paper,

More information

Analysis Scheme in the Ensemble Kalman Filter

Analysis Scheme in the Ensemble Kalman Filter JUNE 1998 BURGERS ET AL. 1719 Analysis Scheme in the Ensemble Kalman Filter GERRIT BURGERS Royal Netherlands Meteorological Institute, De Bilt, the Netherlands PETER JAN VAN LEEUWEN Institute or Marine

More information

Least-Squares Spectral Analysis Theory Summary

Least-Squares Spectral Analysis Theory Summary Least-Squares Spectral Analysis Theory Summary Reerence: Mtamakaya, J. D. (2012). Assessment o Atmospheric Pressure Loading on the International GNSS REPRO1 Solutions Periodic Signatures. Ph.D. dissertation,

More information

THRUST OPTIMIZATION OF AN UNDERWATER VEHICLE S PROPULSION SYSTEM

THRUST OPTIMIZATION OF AN UNDERWATER VEHICLE S PROPULSION SYSTEM THRUST OPTIMIZATION OF AN UNDERWATER VEHICLE S PROPULSION SYSTEM Senior lecturer Vasile DOBREF Lecturer Octavian TARABUTA Mircea cel Batran Naval Academy, Constanta, Romania Keywords: underwater vehicle,

More information

PRECISION ZEM/ZEV FEEDBACK GUIDANCE ALGORITHM UTILIZING VINTI S ANALYTIC SOLUTION OF PERTURBED KEPLER PROBLEM

PRECISION ZEM/ZEV FEEDBACK GUIDANCE ALGORITHM UTILIZING VINTI S ANALYTIC SOLUTION OF PERTURBED KEPLER PROBLEM AAS 16-345 PRECISION ZEM/ZEV FEEDBACK GUIDANCE ALGORITHM UTILIZING VINTI S ANALYTIC SOLUTION OF PERTURBED KEPLER PROBLEM Jaemyung Ahn, * Yanning Guo, and Bong Wie A new implementation o a zero-eort-miss/zero-eort-velocity

More information

Feedback Optimal Control for Inverted Pendulum Problem by Using the Generating Function Technique

Feedback Optimal Control for Inverted Pendulum Problem by Using the Generating Function Technique (IJACSA) International Journal o Advanced Computer Science Applications Vol. 5 No. 11 14 Feedback Optimal Control or Inverted Pendulum Problem b Using the Generating Function echnique Han R. Dwidar Astronom

More information

Three-Dimensional Trajectory Optimization in Constrained Airspace

Three-Dimensional Trajectory Optimization in Constrained Airspace Three-Dimensional Traectory Optimization in Constrained Airspace Ran Dai * and John E. Cochran, Jr. Auburn University, Auburn, Alabama 36849 The operational airspace o aerospace vehicles, including airplanes

More information

X-ray Diffraction. Interaction of Waves Reciprocal Lattice and Diffraction X-ray Scattering by Atoms The Integrated Intensity

X-ray Diffraction. Interaction of Waves Reciprocal Lattice and Diffraction X-ray Scattering by Atoms The Integrated Intensity X-ray Diraction Interaction o Waves Reciprocal Lattice and Diraction X-ray Scattering by Atoms The Integrated Intensity Basic Principles o Interaction o Waves Periodic waves characteristic: Frequency :

More information

Multi-Robotic Systems

Multi-Robotic Systems CHAPTER 9 Multi-Robotic Systems The topic of multi-robotic systems is quite popular now. It is believed that such systems can have the following benefits: Improved performance ( winning by numbers ) Distributed

More information

Curve Sketching. The process of curve sketching can be performed in the following steps:

Curve Sketching. The process of curve sketching can be performed in the following steps: Curve Sketching So ar you have learned how to ind st and nd derivatives o unctions and use these derivatives to determine where a unction is:. Increasing/decreasing. Relative extrema 3. Concavity 4. Points

More information

Categories and Natural Transformations

Categories and Natural Transformations Categories and Natural Transormations Ethan Jerzak 17 August 2007 1 Introduction The motivation or studying Category Theory is to ormalise the underlying similarities between a broad range o mathematical

More information

Improvement of Sparse Computation Application in Power System Short Circuit Study

Improvement of Sparse Computation Application in Power System Short Circuit Study Volume 44, Number 1, 2003 3 Improvement o Sparse Computation Application in Power System Short Circuit Study A. MEGA *, M. BELKACEMI * and J.M. KAUFFMANN ** * Research Laboratory LEB, L2ES Department o

More information

Physics 2B Chapter 17 Notes - First Law of Thermo Spring 2018

Physics 2B Chapter 17 Notes - First Law of Thermo Spring 2018 Internal Energy o a Gas Work Done by a Gas Special Processes The First Law o Thermodynamics p Diagrams The First Law o Thermodynamics is all about the energy o a gas: how much energy does the gas possess,

More information

Feedback linearization control of systems with singularities: a ball-beam revisit

Feedback linearization control of systems with singularities: a ball-beam revisit Chapter 1 Feedback linearization control o systems with singularities: a ball-beam revisit Fu Zhang The Mathworks, Inc zhang@mathworks.com Benito Fernndez-Rodriguez Department o Mechanical Engineering,

More information

CONVECTIVE HEAT TRANSFER CHARACTERISTICS OF NANOFLUIDS. Convective heat transfer analysis of nanofluid flowing inside a

CONVECTIVE HEAT TRANSFER CHARACTERISTICS OF NANOFLUIDS. Convective heat transfer analysis of nanofluid flowing inside a Chapter 4 CONVECTIVE HEAT TRANSFER CHARACTERISTICS OF NANOFLUIDS Convective heat transer analysis o nanoluid lowing inside a straight tube o circular cross-section under laminar and turbulent conditions

More information

Cooperative Motion Control of Multiple Autonomous Marine

Cooperative Motion Control of Multiple Autonomous Marine Cooperative Motion Control of Multiple Autonomous Marine Collision Avoidance in Dynamic Environments EECI Graduate School on Control Supélec, Feb. 21-25, 2011 Outline Motivation/Objectives Cooperative

More information

Asymptote. 2 Problems 2 Methods

Asymptote. 2 Problems 2 Methods Asymptote Problems Methods Problems Assume we have the ollowing transer unction which has a zero at =, a pole at = and a pole at =. We are going to look at two problems: problem is where >> and problem

More information

Scattered Data Approximation of Noisy Data via Iterated Moving Least Squares

Scattered Data Approximation of Noisy Data via Iterated Moving Least Squares Scattered Data Approximation o Noisy Data via Iterated Moving Least Squares Gregory E. Fasshauer and Jack G. Zhang Abstract. In this paper we ocus on two methods or multivariate approximation problems

More information

Fluctuationlessness Theorem and its Application to Boundary Value Problems of ODEs

Fluctuationlessness Theorem and its Application to Boundary Value Problems of ODEs Fluctuationlessness Theorem and its Application to Boundary Value Problems o ODEs NEJLA ALTAY İstanbul Technical University Inormatics Institute Maslak, 34469, İstanbul TÜRKİYE TURKEY) nejla@be.itu.edu.tr

More information

Spatial Vector Algebra

Spatial Vector Algebra A Short Course on The Easy Way to do Rigid Body Dynamics Roy Featherstone Dept. Inormation Engineering, RSISE The Australian National University Spatial vector algebra is a concise vector notation or describing

More information

An Ensemble Kalman Smoother for Nonlinear Dynamics

An Ensemble Kalman Smoother for Nonlinear Dynamics 1852 MONTHLY WEATHER REVIEW VOLUME 128 An Ensemble Kalman Smoother or Nonlinear Dynamics GEIR EVENSEN Nansen Environmental and Remote Sensing Center, Bergen, Norway PETER JAN VAN LEEUWEN Institute or Marine

More information

ROBUST STABILITY AND PERFORMANCE ANALYSIS OF UNSTABLE PROCESS WITH DEAD TIME USING Mu SYNTHESIS

ROBUST STABILITY AND PERFORMANCE ANALYSIS OF UNSTABLE PROCESS WITH DEAD TIME USING Mu SYNTHESIS ROBUST STABILITY AND PERFORMANCE ANALYSIS OF UNSTABLE PROCESS WITH DEAD TIME USING Mu SYNTHESIS I. Thirunavukkarasu 1, V. I. George 1, G. Saravana Kumar 1 and A. Ramakalyan 2 1 Department o Instrumentation

More information

AIRCRAFT CONTROL LAW RECONFIGURATION

AIRCRAFT CONTROL LAW RECONFIGURATION AVIATION ISSN 1648-7788 / eissn 1822-4180 2015 Volume 19(1): 14 18 doi:10.3846/16487788.2015.1015290 AICAFT CONTO AW ECONFIGUATION Vladislav KOSYANCHUK, Niolay SEVESYUK, Alexey KUCHAK State esearch Institute

More information

Global Weak Solution of Planetary Geostrophic Equations with Inviscid Geostrophic Balance

Global Weak Solution of Planetary Geostrophic Equations with Inviscid Geostrophic Balance Global Weak Solution o Planetary Geostrophic Equations with Inviscid Geostrophic Balance Jian-Guo Liu 1, Roger Samelson 2, Cheng Wang 3 Communicated by R. Temam) Abstract. A reormulation o the planetary

More information

RESOLUTION MSC.362(92) (Adopted on 14 June 2013) REVISED RECOMMENDATION ON A STANDARD METHOD FOR EVALUATING CROSS-FLOODING ARRANGEMENTS

RESOLUTION MSC.362(92) (Adopted on 14 June 2013) REVISED RECOMMENDATION ON A STANDARD METHOD FOR EVALUATING CROSS-FLOODING ARRANGEMENTS (Adopted on 4 June 203) (Adopted on 4 June 203) ANNEX 8 (Adopted on 4 June 203) MSC 92/26/Add. Annex 8, page THE MARITIME SAFETY COMMITTEE, RECALLING Article 28(b) o the Convention on the International

More information

Maneuvering assistant for truck and trailer combinations with arbitrary trailer hitching

Maneuvering assistant for truck and trailer combinations with arbitrary trailer hitching Maneuvering assistant or truck and trailer combinations with arbitrary trailer hitching Yevgen Sklyarenko, Frank Schreiber and Walter Schumacher Abstract Stabilizing controllers can assist the driver to

More information

Probabilistic Optimisation applied to Spacecraft Rendezvous on Keplerian Orbits

Probabilistic Optimisation applied to Spacecraft Rendezvous on Keplerian Orbits Probabilistic Optimisation applied to pacecrat Rendezvous on Keplerian Orbits Grégory aive a, Massimiliano Vasile b a Université de Liège, Faculté des ciences Appliquées, Belgium b Dipartimento di Ingegneria

More information

Variable Structure Control of Pendulum-driven Spherical Mobile Robots

Variable Structure Control of Pendulum-driven Spherical Mobile Robots rd International Conerence on Computer and Electrical Engineering (ICCEE ) IPCSIT vol. 5 () () IACSIT Press, Singapore DOI:.776/IPCSIT..V5.No..6 Variable Structure Control o Pendulum-driven Spherical Mobile

More information

COMP 408/508. Computer Vision Fall 2017 PCA for Recognition

COMP 408/508. Computer Vision Fall 2017 PCA for Recognition COMP 408/508 Computer Vision Fall 07 PCA or Recognition Recall: Color Gradient by PCA v λ ( G G, ) x x x R R v, v : eigenvectors o D D with v ^v (, ) x x λ, λ : eigenvalues o D D with λ >λ v λ ( B B, )

More information

Optimal Real-time Trajectory Planning for a Fixed Wing Vehicle in 3D Dynamic Environment

Optimal Real-time Trajectory Planning for a Fixed Wing Vehicle in 3D Dynamic Environment Proceeding o the IEEE International Conerence on Robotics and Biomimetics (ROBIO) Shenzhen, China, December 13 Optimal Real-time Trajectory Planning or a Fixed Wing Vehicle in 3D Dynamic Environment Wenhao

More information

SWEEP METHOD IN ANALYSIS OPTIMAL CONTROL FOR RENDEZ-VOUS PROBLEMS

SWEEP METHOD IN ANALYSIS OPTIMAL CONTROL FOR RENDEZ-VOUS PROBLEMS J. Appl. Math. & Computing Vol. 23(2007), No. 1-2, pp. 243-256 Website: http://jamc.net SWEEP METHOD IN ANALYSIS OPTIMAL CONTROL FOR RENDEZ-VOUS PROBLEMS MIHAI POPESCU Abstract. This paper deals with determining

More information

Root Arrangements of Hyperbolic Polynomial-like Functions

Root Arrangements of Hyperbolic Polynomial-like Functions Root Arrangements o Hyperbolic Polynomial-like Functions Vladimir Petrov KOSTOV Université de Nice Laboratoire de Mathématiques Parc Valrose 06108 Nice Cedex France kostov@mathunicer Received: March, 005

More information

Scenario-based Model Predictive Control: Recursive Feasibility and Stability

Scenario-based Model Predictive Control: Recursive Feasibility and Stability Preprints o the 9th International Symposium on Advanced Control o Chemical Processes The International Federation o Automatic Control MoM1.6 Scenario-based Model Predictive Control: Recursive Feasibility

More information

Minimum-Time Trajectory Optimization of Multiple Revolution Low-Thrust Earth-Orbit Transfers

Minimum-Time Trajectory Optimization of Multiple Revolution Low-Thrust Earth-Orbit Transfers Minimum-Time Trajectory Optimization o Multiple Revolution Low-Thrust Earth-Orbit Transers Kathryn F. Graham Anil V. Rao University o Florida Gainesville, FL 32611-625 Abstract The problem o determining

More information

Physics 5153 Classical Mechanics. Solution by Quadrature-1

Physics 5153 Classical Mechanics. Solution by Quadrature-1 October 14, 003 11:47:49 1 Introduction Physics 5153 Classical Mechanics Solution by Quadrature In the previous lectures, we have reduced the number o eective degrees o reedom that are needed to solve

More information

Optimization of Control of Unmanned Underwater Vehicle in Collision Situation

Optimization of Control of Unmanned Underwater Vehicle in Collision Situation 6th WSEAS Int. Conference on Computational Intelligence, Man-Machine Systems and Cybernetics, Tenerife, Spain, ecember 14-16, 27 11 Optimization of Control of Unmanned Underwater Vehicle in Collision Situation

More information

Disparity as a Separate Measurement in Monocular SLAM

Disparity as a Separate Measurement in Monocular SLAM Disparity as a Separate Measurement in Monocular SLAM Talha Manzoor and Abubakr Muhammad 2 Abstract In this paper, we investigate the eects o including disparity as an explicit measurement not just or

More information

Robust Residual Selection for Fault Detection

Robust Residual Selection for Fault Detection Robust Residual Selection or Fault Detection Hamed Khorasgani*, Daniel E Jung**, Gautam Biswas*, Erik Frisk**, and Mattias Krysander** Abstract A number o residual generation methods have been developed

More information

Strain and Stress Measurements with a Two-Dimensional Detector

Strain and Stress Measurements with a Two-Dimensional Detector Copyright ISSN (C) 97-, JCPDS-International Advances in X-ray Centre Analysis, or Volume Diraction 4 Data 999 5 Strain and Stress Measurements with a Two-Dimensional Detector Baoping Bob He and Kingsley

More information

New Functions from Old Functions

New Functions from Old Functions .3 New Functions rom Old Functions In this section we start with the basic unctions we discussed in Section. and obtain new unctions b shiting, stretching, and relecting their graphs. We also show how

More information

Mathematical Notation Math Calculus & Analytic Geometry III

Mathematical Notation Math Calculus & Analytic Geometry III Name : Mathematical Notation Math 221 - alculus & Analytic Geometry III Use Word or WordPerect to recreate the ollowing documents. Each article is worth 10 points and can e printed and given to the instructor

More information

Global Weak Solution of Planetary Geostrophic Equations with Inviscid Geostrophic Balance

Global Weak Solution of Planetary Geostrophic Equations with Inviscid Geostrophic Balance Global Weak Solution o Planetary Geostrophic Equations with Inviscid Geostrophic Balance Jian-Guo Liu 1, Roger Samelson 2, Cheng Wang 3 Communicated by R. Temam Abstract. A reormulation o the planetary

More information

Performance optimization of an oil ellipse gerotor pump for automotive engine *Xiaohu Sang 1a, Xiaojun Zhou 1b, Xiaoguang Liu 1c 1

Performance optimization of an oil ellipse gerotor pump for automotive engine *Xiaohu Sang 1a, Xiaojun Zhou 1b, Xiaoguang Liu 1c 1 5th International Conerence on Advanced Design and Manuacturing Engineering (ICADME 05 Perormance optimization o an oil ellipse gerotor pump or automotive engine *Xiaohu Sang a, Xiaojun Zhou b, Xiaoguang

More information

INPUT GROUND MOTION SELECTION FOR XIAOWAN HIGH ARCH DAM

INPUT GROUND MOTION SELECTION FOR XIAOWAN HIGH ARCH DAM 3 th World Conerence on Earthquake Engineering Vancouver, B.C., Canada August -6, 24 Paper No. 2633 INPUT GROUND MOTION LECTION FOR XIAOWAN HIGH ARCH DAM CHEN HOUQUN, LI MIN 2, ZHANG BAIYAN 3 SUMMARY In

More information

Feedback Linearization Lectures delivered at IIT-Kanpur, TEQIP program, September 2016.

Feedback Linearization Lectures delivered at IIT-Kanpur, TEQIP program, September 2016. Feedback Linearization Lectures delivered at IIT-Kanpur, TEQIP program, September 216 Ravi N Banavar banavar@iitbacin September 24, 216 These notes are based on my readings o the two books Nonlinear Control

More information

TFY4102 Exam Fall 2015

TFY4102 Exam Fall 2015 FY40 Eam Fall 05 Short answer (4 points each) ) Bernoulli's equation relating luid low and pressure is based on a) conservation o momentum b) conservation o energy c) conservation o mass along the low

More information

Design and modelling of an airship station holding controller for low cost satellite operations

Design and modelling of an airship station holding controller for low cost satellite operations AIAA Guidance, Navigation, and Control Conference and Exhibit 15-18 August 25, San Francisco, California AIAA 25-62 Design and modelling of an airship station holding controller for low cost satellite

More information

RELIABILITY OF BURIED PIPELINES WITH CORROSION DEFECTS UNDER VARYING BOUNDARY CONDITIONS

RELIABILITY OF BURIED PIPELINES WITH CORROSION DEFECTS UNDER VARYING BOUNDARY CONDITIONS REIABIITY OF BURIE PIPEIES WITH CORROSIO EFECTS UER VARYIG BOUARY COITIOS Ouk-Sub ee 1 and ong-hyeok Kim 1. School o Mechanical Engineering, InHa University #53, Yonghyun-ong, am-ku, Incheon, 40-751, Korea

More information

Analysis of Integer Transformation and Quantization Blocks using H.264 Standard and the Conventional DCT Techniques

Analysis of Integer Transformation and Quantization Blocks using H.264 Standard and the Conventional DCT Techniques Priyanka P James et al, International Journal o Computer Science and Mobile Computing, Vol.3 Issue.3, March- 2014, pg. 873-878 Available Online at www.ijcsmc.com International Journal o Computer Science

More information

Linear Quadratic Regulator (LQR) I

Linear Quadratic Regulator (LQR) I Optimal Control, Guidance and Estimation Lecture Linear Quadratic Regulator (LQR) I Pro. Radhakant Padhi Dept. o Aerospace Engineering Indian Institute o Science - Bangalore Generic Optimal Control Problem

More information

Differential game strategy in three-player evasion and pursuit scenarios

Differential game strategy in three-player evasion and pursuit scenarios Journal o Systems Engineering and Electronics Vol. 29, No. 2, pril 218, pp.352 366 Dierential game strategy in three-player evasion and pursuit scenarios SUN Qilong 1,QINaiming 1,*, XIO Longxu 2, and LIN

More information

Scattering of Solitons of Modified KdV Equation with Self-consistent Sources

Scattering of Solitons of Modified KdV Equation with Self-consistent Sources Commun. Theor. Phys. Beijing, China 49 8 pp. 89 84 c Chinese Physical Society Vol. 49, No. 4, April 5, 8 Scattering o Solitons o Modiied KdV Equation with Sel-consistent Sources ZHANG Da-Jun and WU Hua

More information

Steered Spacecraft Deployment Using Interspacecraft Coulomb Forces

Steered Spacecraft Deployment Using Interspacecraft Coulomb Forces Steered Spacecrat Deployment Using Interspacecrat Coulomb Forces Gordon G. Parker, Lyon B. King and Hanspeter Schaub Abstract Recent work has shown that Coulomb orces can be used to maintain ixed-shape

More information

INVARIANT RELATIVE SATELLITE MOTION. Marco Sabatini Dip. Ingegneria Aerospaziale, Università di Roma La Sapienza

INVARIANT RELATIVE SATELLITE MOTION. Marco Sabatini Dip. Ingegneria Aerospaziale, Università di Roma La Sapienza AC Workshop on Innovative Concepts. ESA-ESEC 8-9 January 8. INVARIAN RELAIVE SAELLIE MOION Marco Sabatini Dip. Ingegneria Aerospaziale, Università di Roma La Sapienza marcosabatini@hotmail.it Dario Izzo

More information

DESIGN OF CONTROL LAWS FOR MANEUVERED FORMATION FLIGHT

DESIGN OF CONTROL LAWS FOR MANEUVERED FORMATION FLIGHT DESIGN OF CONTROL LAWS FOR MANEUVERED FORMATION FLIGHT Giampiero Campa^, Marcello R. Napolitano @, Brad Seanor^, Mario G. Perhinschi^ Department o Mechanical and Aerospace Engineering, West Virginia University,

More information

Modified Pseudo-Inverse Method with Generalized Linear Quadratic Regulator for Fault Tolerant Model Matching with Prescribed Stability Degree

Modified Pseudo-Inverse Method with Generalized Linear Quadratic Regulator for Fault Tolerant Model Matching with Prescribed Stability Degree 2011 50th IEEE Conerence on Decision and Control and European Control Conerence (CDC-ECC) Orlando, FL, USA, December 12-15, 2011 Modiied Pseudo-Inverse Method with Generalized Linear Quadratic Regulator

More information

Module 27: Rigid Body Dynamics: Rotation and Translation about a Fixed Axis

Module 27: Rigid Body Dynamics: Rotation and Translation about a Fixed Axis Module 27: Rigid Body Dynamics: Rotation and Translation about a Fixed Axis 27.1 Introduction We shall analyze the motion o systems o particles and rigid bodies that are undergoing translational and rotational

More information

matic scaling, ii) it can provide or bilateral power amplication / attenuation; iii) it ensures the passivity o the closed loop system with respect to

matic scaling, ii) it can provide or bilateral power amplication / attenuation; iii) it ensures the passivity o the closed loop system with respect to Passive Control o Bilateral Teleoperated Manipulators Perry Y. Li Department o Mechanical Engineering University o Minnesota 111 Church St. SE Minneapolis MN 55455 pli@me.umn.edu Abstract The control o

More information

Telescoping Decomposition Method for Solving First Order Nonlinear Differential Equations

Telescoping Decomposition Method for Solving First Order Nonlinear Differential Equations Telescoping Decomposition Method or Solving First Order Nonlinear Dierential Equations 1 Mohammed Al-Reai 2 Maysem Abu-Dalu 3 Ahmed Al-Rawashdeh Abstract The Telescoping Decomposition Method TDM is a new

More information