AUV Localization Using a Single Transponder Acoustic Positioning System

Size: px
Start display at page:

Download "AUV Localization Using a Single Transponder Acoustic Positioning System"

Transcription

1 AUV Localization Using a Single Transponder Acoustic Positioning System Igor N. Burdinsky, Semen A. Otcheskiy Department of Computer Science Pacific National University Khabarovsk, Russia igor_burdinsky@mail.ru, semgog@mail.ru Abstract The article considers the problem of autonomous underwater vehicle navigation using a single transponder and proposes a new method for calculating the underwater vehicle coordinates based on the particle filter. A comparison of the new method with the known method of underwater vehicle s positioning based on the Kalman filter is given in the article. Keywords navigation, underwater acoustic positioning systems, autonomous underwater vehicle, Kalman filter, particle filter. I. INTRODUCTION Hardware and software for positioning in the marine environment are of great importance for autonomous underwater vehicles (AUV as a successful execution of the vehicle mission depends on the reliability and accuracy of its navigation system [,]. Today long base-line (LBL acoustic positioning systems are considered to be the best means of determining the AUV coordinates because of a wide range of operation (from hundreds of meters to tens of kilometers and high accuracy [3,4]. In these systems the object position is determined in real time on the basis of measured distances to a set of reference beacons-transponders with known coordinates [5]. Despite their reliability and accuracy, the classic LBL systems have significant drawbacks: Low mobility. Installing the positioning system implies deploying at least three transponders around the area, in which underwater works will be carried out. Since the distance between the beacons can be up to tens of kilometers, it can take a lot of time and must be done in advance before the launch of an AUV. A similar situation is with LBL system dismounting. Due to low mobility, such systems are usually installed once and for a long-term operation in a given area. High cost. The acoustic transponders used in LBL systems are complex autonomous technical aggregates, which cost tens and hundreds of thousands of dollars. It is impossible to deploy positioning system beacons without vessels, the operation of which also requires considerable financial expenses. Restricted use. There can be such conditions, when it is difficult or impossible to deploy a navigation system consisting of several transponders, separated by long distances. For example, when using AUV in ice conditions [6]. These drawbacks can be eliminated if a single reference transponder is used. However, in this LBL system configuration the position of the object cannot be determined with a single range measurement. There are two approaches to solving this problem. The first approach is the use of classical LBL system algorithms under special conditions: a series of range measurements to the reference beacon is carried out from different AUV positions; the AUV movement trajectory between these positions is tracked with maximum precision. This solution is presented in [7] and is based on the use of a high-precision dead reckoning system. This approach has the following drawbacks: Providing high precision AUV motion parameters is a difficult task, and solving this task leads to a substantial increase in the cost of onboard systems. Since it is impossible to achieve an absolute measurement precision, there still remains an unsolved problem of the error accumulation in dead reckoning systems, because of which it is necessary to periodically correct the AUV position using other navigation tools (the position can be determined using satellite navigation after the surfacing of the AUV. The second approach to the problem of providing navigation using a single transponder is to develop new algorithms [8-0]. The main advantage of this approach is that it is universal, i.e. the obtained solution can be applied to most existing AUVs and LBL systems. The purpose of this paper is the research and development of algorithms for calculating the AUV position using a single LBL system transponder. II. THE KALMAN FILTER Most algorithms for computing the AUV position with a single transponder are based on the idea of correction of the coordinates obtained by an onboard dead reckoning system according to the measured ranges between the AUV and the transponder. Typically, these algorithms are based on the ISBN:

2 Kalman filter [0-] due to its precision and low computational complexity. Now we will consider a simplified version of the algorithm proposed in [0]. Step. Initialization of the Kalman filter. Setting statistical filter parameters E, E (set once before launching the AUV: E δv s 0, ( 0 δvs E δτ where δv s is the expected standard deviation of the sound velocity in the marine environment from the real value; δτ is the expected standard deviation of the measured navigation signal propagation time (time during which a sound wave of the signal ers the distance between the AUV and the transponder. The following steps of the algorithm focus on calculating the AUV position and they are executed each time the navigation signal from the reference transponder is received by the AUV. Step. Measurement of the AUV motion parameters by means of onboard sensors. The following parameters are measured: the duration of the navigation interval dt (the time interval between the current and the previous registration of the navigation signal by the AUV; the average speed of the AUV in relation to the seabed during the navigation interval v AUV ; the resultant displacement vector α. Step 3. Calculating the current AUV position by the onboard dead reckoning system. xi xi + x, ( yi yi + y where x i-, y i- are the AUV coordinates at the end of the previous navigation interval; is a resultant displacement, which is calculated by the formula: x vauv dt cos( α. (3 y vauv dt sin( α Step 4. Calculation of the filtration parameters. a Calculation of the expected value of ariance matrix E E + E, (4 for the first navigation interval E equals 0. b Calculation of the filtration vector V k V k P P AUV AUV Pb, (5 P v where P AUV is a vector containing the AUV coordinates, taken by the onboard dead reckoning system; P b is a vector containing the coordinates of the reference transponder; v s is a mean value of sound velocity in the marine environment. c Calculation of the Kalman gain vector C k : s T Ck EV, (6 k C where С is a coefficient, calculated by the following formula: T k EVk + E C V. (7 d Calculation of the difference Err between the measured (τ values and the calculated (τ est in relation to the obtained by the dead reckoning system position values of the sound wave propagation time between the AUV and the reference transponder. Step 5. Calculation of the AUV position: Err τ τ est. (8 a Correction of the coordinates, obtained in Step. kxi xi + Ck ( Err, (9 kyi yi + Ck ( Err where kx i, ky i is the algorithm result, final AUV coordinates. b Recalculation of the ariance matrix for calculation of the coordinates of the next navigation signal registration: E I CkVk where I is a x identity matrix. ( E, (0 In the given algorithm the calculation of the current AUV coordinates is done by correcting the data of the dead reckoning system using the Kalman filter. Thus precise coordinates of the starting point are required for the correct operation of the algorithm. This is due to the fact that deadreckoning systems accumulate error and if there is an error in the initial stage it will increase in the course of the mission. The Kalman filter restrains the error accumulation and allows preserving navigation precision for quite a long time, but it cannot eliminate the error of the first initialization. The drawback of the algorithm is that in case of the loss of navigation, which can be caused by the accumulation of errors as well as by impulse noise, the starting position coordinates must be calculated again for the further AUV functioning. Precise initialization usually requires: the AUV s surfacing for determination of the coordinates using satellite navigation systems; usage of specialized acoustic positioning systems installed on the support vessel; bringing the AUV to the point ISBN:

3 with known coordinates (for example, to a reference transponder [3]. The first two variants are difficult to implement in ice conditions, where the possibilities of AUV s surfacing and of the ship movement are limited. Therefore, the necessity of precise starting position coordinates can be the cause of mission cancellation and it can expose the AUV to danger when operating in extreme conditions. III. THE PARTICLE FILTER To eliminate the described drawback, a new method for calculating the AUV coordinates on the basis of the particle filter was developed. Below is the description of the method algorithm: Step. The particle filter initialization. Setting the filter (set once before launching the AUV: a Creation of two arrays xp [xp..xp npart ], yp [yp..yp npart ] containing the coordinates of the possible AUV positions (npart is the number of positions in the local coordinate system of the AUV. b Initialization of the created arrays with the coordinates of the points uniformly distributed in a given area (for example, the area of AUV deploying or the area of supposed underwater work. c Creation of an array of probability of possible positions p [p..p npart ]. d At the initial time all possible positions can be the AUV real position with equal probability. Therefore, the array of probability of possible positions p is filled with /npart values. e Calculation of the vector с [с..с npart ] which contains the cumulative probability function p. f Calculation of the starting position as the mathematical expectation of all possible positions. The following steps of the algorithm focus on calculating the AUV coordinates and are executed each time the AUV receives the navigation signal from the reference transponder. Step. Resampling. Each possible position..npart is replaced by a new one. a A random number r is generated in the range [0..] according to a uniform probability distribution law. b The first element с [с..с npart ] satisfying the following condition is found: c i < r, ( i > min c the pair of coordinates (xp(, yp( is taken as the new possible position. Step 3. Displacement of possible positions: a A determined displacement of possible positions takes place: xp( yp( xp( yp( i.. npart j j j j + x, ( + y where xp( j-, yp( j- are the coordinates of i-th possible position; is the displacement, which is calculated by the following formula: x vauv dt cos( α, (3 y vauv dt sin( α where v AUV is the average speed of the AUV in relation to the seabed during the navigation interval; dt is the duration of the navigation interval; α is the resultant displacement vector. b A random displacement of the possible positions is added: xp( xp( + wxp(, (4 yp( yp( + wyp( i.. npart where wxp( is a random variable generated under the normal law with the expectation value xp( and standard deviation sigma (chosen depending on the predicted errors of course measurement and the AUV speed; wyp( is a random variable generated under the normal law with the expectation value yp( and standard deviation sigma (chosen depending on the predicted errors of course measurement and the AUV speed. Step 4. The formation of AUV coordinates estimation. a Recalculation of the array of probability of possible positions p [p..p npart ]. The probability is calculated relative to the following parameters. d ( τ vs ( sigmaτ pτ ( e, (5 π sigmaτ dτ dτ est ( sigmadτ pdτ ( e π sigmadτ dα dαest ( sigmaα pα( e π sigmaα i.. npart where pτ( is probability relative to the measured propagation time for the i-th possible position; pdτ( is probability relative to propagation time change for the i-th possible position; pα( is probability relative to the change of course for the i-th possible position; d( is the distance between the i-th possible position and the reference transponder; v s is the sound velocity in water; τ is the measured propagation time; sigmaτ is the coefficient of the standard deviation in τ; dτ is the change of the measured propagation time relative to the previous event; dτ est is the change of the calculated propagation time relative to the previous event; sigmadτ is the coefficient of the standard deviation in dτ; dα is the change of the measured propagation time relative to the previous event; dα est is the change of the ISBN:

4 T0 T T T3 Figure. Solving the AUV positioning task. calculated propagation time relative to the previous event; sigmadα is the coefficient of the standard deviation in dα; ( pτ ( + pdτ ( + pα( p( npart p( i i.. npart. (6 b Estimation of the AUV coordinates is calculated as a mathematical expectation of all possible positions: x( y( npart i.. npart xp( yp( p(. (7 i npart i p( c Recalculation of the vector с [с..с npart ]. A software model was developed and a series of numerical experiments was carried out to test the effectiveness of the presented method and to compare it with the method of the coordinates calculation based on the Kalman filter. The simulation was performed taking into account the instrumental errors of the measuring equipment, with which the modern AUVs and LBL systems made by the Institute of Marine Technology Problems FEB RAS are equipped [4,5]. IV. THE SIMULATION RESULTS The main advantage of the particle filter is that, thanks to its properties, it can solve the problem of positioning, i.e. it allows determining the object position in the given area. Figure shows the solution of the AUV positioning task using the developed method for calculating coordinates. The following symbols are used in the figure: asterisk (the position of the reference acoustic transponder; square (the real position of the AUV; circle (the calculated position of the AUV; plus (one of the possible positions. The real and the calculated tracks of the AUV are also shown in the figure. ISBN:

5 Error (m Error (m t (c Figure. Comparison of single transponder navigation methods. t (c At the moment of time T 0 the possible positions (particles are uniformly distributed in the area of AUV functioning. The AUV starts circular motion. On their way particles gather in clouds (areas where the AUV is more likely to be positioned. At the moment of time T four such clouds were formed. Later the clouds merge into one. This resultant cloud concentrates around the real AUV position at T. Since the estimation of the AUV coordinates is the mathematical expectation of all possible positions, the calculated position can be considered correct as soon as the particles form a single cloud around the real position T 3. Along with the further AUV movement the cloud continues to concentrate around the real position and the accuracy of the calculated coordinates also increases. The developed method of the AUV position calculation using a single transponder does not require initial initialization. The starting position can be determined with the help of a setup movement. Thus, in case of navigation loss, there is no need to interrupt the execution of the mission, to perform an emergency surfacing or to involve the support vessel. Figure shows the simulation results of the developed AUV coordinates calculation method based the particle filter (on the left and the method of calculating the AUV coordinates based on the Kalman filter (on the right. The upper graphs show the real and the calculated tracks of the AUV. The lower graphs show the distribution of time errors for each method (deviation from the real AUV position in meters. A preliminary circular setup movement followed by track consists of parallel legs was used as a model of motion. Analysis of the results shows that the developed method excels the position calculation method based on the Kalman filter in accuracy. The developed method has the following statistical error parameters: the mean value is 0.8 m, the standard deviation is 0. m; for the method based on the Kalman filter the parameters are m and 0.5 m, respectively. It is worth mentioning that to accelerate the particle filter setting the possible positions were placed uniformly in the area around the point of AUV submergence within a radius of 0 meters. It means that initially a cloud of particles was created, within which there was an AUV. The cloud concentrated on its way, increasing the accuracy of the calculated coordinates. The drawback of this method is its high computational complexity. Processing of each possible position (one particle requires twice as much operations with the floating point as it is used in the Kalman filter for each iteration. Fluctuations of accuracy of the values obtained by using the particle filter depend on the number of particles. 50 possible positions were used in the simulation. Thus, to compute one pair of coordinates the developed method required 300 times more floating point operations than the method based on the Kalman filter. This complexity can become a serious obstacle to the introduction of this method into the existing AUV models, as their computational powers are often severely limited. However, the structure of the developed method algorithms shows that almost all operations with particles (step 3, step 4 (a do not influence each other s results and can be executed in a parallel way. Today the development of microprocessor technology allows to effectively organize parallel computing to rationalize the particle filter. V. CONCLUSION The developed method of AUV positioning by a single transponder based on the particle filter has the following advantages: High reliability. The method does not require the initial position data on board the AUV that allows the AUV to operate without emergency surfacing caused by the loss of navigation. ISBN:

6 Maintenance of the positioning accuracy level throughout the AUV s mission. The method does not use the dead reckoning system, the main drawback of which is the accumulation of errors. Universality. The method can be used to navigate any underwater vehicle equipped with acoustic transceiver equipment by software (if AUV computing resources are sufficient and hardware upgrade. At present we work on testing and improvement of the developed method taking into account the dynamic motion of an underwater vehicle. REFERENCES [] I.N. Burdinsky, D.S. Chemeris The guidance and positioning system based on the video processing The First Russia and Pacific Conference on Computer Technology and Applications (Russia Pacific Computer 00 Russian Academy of Sciences, Far Eastern Branch, Vladivostok, Russia, 00, pp , 6 9 September 00. [] I.N. Burdinsky, A.V. Myagotin, AUV positioning model employing acoustic and visual data processing OCEANS'0 IEEE Sydney, 00, pp. -6, 4-7 May 00. [3] J.C. Kinsey, R.M. Eustice, L.L. Whitcomb A survey of underwater vehicle navigation: Recent advances and new challenges IFAC Conference of Manoeuvering and Control of Marine Craft, 006. [4] J.J. Leonard, A.A. Bennett, C.M. Smith, H. Feder Autonomous underwater vehicle navigation IEEE ICRA Workshop on Navigation of Outdoor Autonomous Vehicles, January 998. [5] I.N. Burdinsky, A.V. Myagotin A framework of an acoustic navigation network servicing multiple autonomous underwater vehicles Proceedings of the IASTED Internatio nal Conference on Auto mation, Control, and Information Technology Information and Communication Technology, ACIT- ICT 00, pp [6] A.V. Inzartsev, A.V. Kamornyi, L.V. Kiselev,.V. Matvienko, A.M. Pavin, N.I. Rylov, et al. The integrated navigation system of an autonomous underwater vehicle and the experience from its application in high arctic latitudes Gyroscopy and Navigation, 00. Vol..,. pp [7] M.B. Larsen Synthetic long baseline navigation of underwater vehicles OCEANS 000 MTS, IEEE Conference and Exhibition. IEEE, 000., Vol. 3., pp , -4 September 000. [8] A.P. Scherbatyuk The AUV positioning using ranges from one transponder LBL OCEANS'95. MTS, IEEE. Challenges of Our Changing Global Environment. Conference Proceedings. 995, Vol. 3. pp , 9- October 995. [9] I.N. Burdinsky Guidance algorithm for an autonomous unmanned underwater vehicle to a given target Optoelectronics, Instrumentation and Data Processing. 0. Vol pp [0] P. Baccou, B. Jouvencel Homing and navigation using one transponder for AUV, postprocessing comparisons results with long base-line navigation Robotics and Automation, 00. Proceedings. ICRA'0. IEEE International Conference, 00., Vol. 4. pp , -5 May 00. [] S.E. Webster, R.M. Eustice, H. Singh, L.L. Whitcomb Advances in single-beacon one-way-travel-time acoustic navigation for underwater vehicles The International Journal of Robotics Research, 3(8, pp [] J.A. Saude, A.P Aguiar Single Beacon Acoustic Navigation for an AUV in the presence of unknown ocean currents In Proc. of MCMC09-8th IFAC Conference on Manoeuvring and Control of Marine Craft. Guaruja (SP, Brazil., 009, pp [3] F.V. Bezruchko, I.V. Burdinsky, A.V. Myagotin Global extremum searching algorithm for the auv guidance toward an acoustic buoy OCEANS, 0 IEEE-Spain. IEEE, 0, pp. -7, 6-9 June 0. [4] V.E. Gornak, A.V. Inzartsev, O.U. Lvov,.V. Matvienko, A.PH. Scherbatyuk MMT small AUV of new series of IMTP FEB RAS OCEANS 006 Boston, MA, 8- September 006. [5] I.V. Karabanov, M.A. Linnik, I.N. Burdinskiy Threshold Methods of Sonar Pseudonoise Phase-shift Signal Detection The First Russia and Pacific Conference on Computer Technology and Applications (Russia Pacific Computer 00 Russian Academy of Sciences, Far Eastern Branch, Vladivostok, Russia, 00, pp , 6 9 September 00. ISBN:

Uncertainty-Based Localization Solution for Under-Ice Autonomous Underwater Vehicles

Uncertainty-Based Localization Solution for Under-Ice Autonomous Underwater Vehicles Uncertainty-Based Localization Solution for Under-Ice Autonomous Underwater Vehicles Presenter: Baozhi Chen Baozhi Chen and Dario Pompili Cyber-Physical Systems Lab ECE Department, Rutgers University baozhi_chen@cac.rutgers.edu

More information

Autonomous Underwater Vehicle Navigation.

Autonomous Underwater Vehicle Navigation. Autonomous Underwater Vehicle Navigation. We are aware that electromagnetic energy cannot propagate appreciable distances in the ocean except at very low frequencies. As a result, GPS-based and other such

More information

Navigation of an Autonomous Underwater Vehicle in a Mobile Network

Navigation of an Autonomous Underwater Vehicle in a Mobile Network Navigation of an Autonomous Underwater Vehicle in a Mobile Network Nuno Santos, Aníbal Matos and Nuno Cruz Faculdade de Engenharia da Universidade do Porto Instituto de Sistemas e Robótica - Porto Rua

More information

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Sensors and Materials, Vol. 28, No. 6 (2016) 695 705 MYU Tokyo 695 S & M 1227 Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Chun-Chi Lai and Kuo-Lan Su * Department

More information

Experimental Validation of the Moving Long Base-Line Navigation Concept

Experimental Validation of the Moving Long Base-Line Navigation Concept Experimental Validation of the Moving Long Base-Line Navigation Concept Jérôme Vaganay (1), John J. Leonard (2), Joseph A. Curcio (2), J. Scott Willcox (1) (1) Bluefin Robotics Corporation 237 Putnam Avenue

More information

PHINS, An All-In-One Sensor for DP Applications

PHINS, An All-In-One Sensor for DP Applications DYNAMIC POSITIONING CONFERENCE September 28-30, 2004 Sensors PHINS, An All-In-One Sensor for DP Applications Yves PATUREL IXSea (Marly le Roi, France) ABSTRACT DP positioning sensors are mainly GPS receivers

More information

Cooperative AUV Navigation using a Single Surface Craft

Cooperative AUV Navigation using a Single Surface Craft Cooperative AUV Navigation using a Single Surface Craft Maurice F. Fallon, Georgios Papadopoulos and John J. Leonard Abstract Maintaining accurate localization of an autonomous underwater vehicle (AUV)

More information

Cooperative AUV Navigation using MOOS: MLBL Maurice Fallon and John Leonard

Cooperative AUV Navigation using MOOS: MLBL Maurice Fallon and John Leonard Cooperative AUV Navigation using MOOS: MLBL Maurice Fallon and John Leonard Cooperative ASV/AUV Navigation AUV Navigation is not error bounded: Even with a $300k RLG, error will accumulate GPS and Radio

More information

Hydroacoustic Aided Inertial Navigation System - HAIN A New Reference for DP

Hydroacoustic Aided Inertial Navigation System - HAIN A New Reference for DP Return to Session Directory Return to Session Directory Doug Phillips Failure is an Option DYNAMIC POSITIONING CONFERENCE October 9-10, 2007 Sensors Hydroacoustic Aided Inertial Navigation System - HAIN

More information

AUV Self-Localization Using a Tetrahedral Array and Passive Acoustics

AUV Self-Localization Using a Tetrahedral Array and Passive Acoustics AUV Self-Localization Using a Tetrahedral Array and Passive Acoustics Nicholas R. Rypkema Erin M. Fischell Henrik Schmidt Background - Motivation Motivation: Accurate localization for miniature, low-cost

More information

Differential interrogation of FBG sensors using conventional optical time domain reflectometry

Differential interrogation of FBG sensors using conventional optical time domain reflectometry Differential interrogation of FBG sensors using conventional optical time domain reflectometry Yuri N. Kulchin, Anatoly M. Shalagin, Oleg B. Vitrik, Sergey A. Babin, Anton V. Dyshlyuk, Alexander A. Vlasov

More information

Constrained Channel Estimation Methods in Underwater Acoustics

Constrained Channel Estimation Methods in Underwater Acoustics University of Iowa Honors Theses University of Iowa Honors Program Spring 2017 Constrained Channel Estimation Methods in Underwater Acoustics Emma Hawk Follow this and additional works at: http://ir.uiowa.edu/honors_theses

More information

AN AIDED NAVIGATION POST PROCESSING FILTER FOR DETAILED SEABED MAPPING UUVS

AN AIDED NAVIGATION POST PROCESSING FILTER FOR DETAILED SEABED MAPPING UUVS MODELING, IDENTIFICATION AND CONTROL, 1999, VOL. 20, NO. 3, 165-175 doi: 10.4173/mic.1999.3.2 AN AIDED NAVIGATION POST PROCESSING FILTER FOR DETAILED SEABED MAPPING UUVS Kenneth Gade and Bjørn Jalving

More information

Positioning Small AUVs for Deeper Water Surveys Using Inverted USBL

Positioning Small AUVs for Deeper Water Surveys Using Inverted USBL Positioning Small AUVs for Deeper Water Surveys Using Inverted USBL Presented at Hydro12, Rotterdam, November 2012 Dr. T.M. Hiller, thiller@teledyne.com Overview Introduction to Gavia AUV Gavia Acoustic

More information

IEEE JOURNAL OF OCEANIC ENGINEERING 1. Cooperative Path Planning for Range-Only Localization Using a Single Moving Beacon

IEEE JOURNAL OF OCEANIC ENGINEERING 1. Cooperative Path Planning for Range-Only Localization Using a Single Moving Beacon IEEE JOURNAL OF OCEANIC ENGINEERING 1 Cooperative Path Planning for Range-Only Localization Using a Single Moving Beacon Yew Teck Tan, Rui Gao, and Mandar Chitre Abstract Underwater navigation that relies

More information

Virtual Long Baseline (VLBL) autonomous underwater vehicle navigation using a single transponder

Virtual Long Baseline (VLBL) autonomous underwater vehicle navigation using a single transponder Calhoun: The NPS Institutional Archive DSpace Repository Theses and Dissertations Thesis and Dissertation Collection 2006-06 Virtual Long Baseline (VLBL) autonomous underwater vehicle navigation using

More information

Towards Reliable Underwater Acoustic Video Transmission for Human-Robot Dynamic Interaction

Towards Reliable Underwater Acoustic Video Transmission for Human-Robot Dynamic Interaction Towards Reliable Underwater Acoustic Video Transmission for Human-Robot Dynamic Interaction Dr. Dario Pompili Associate Professor Rutgers University, NJ, USA pompili@ece.rutgers.edu Semi-autonomous underwater

More information

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011 Sponsored by Nisarg Kothari Carnegie Mellon University April 26, 2011 Motivation Why indoor localization? Navigating malls, airports, office buildings Museum tours, context aware apps Augmented reality

More information

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION

NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Journal of Academic and Applied Studies (JAAS) Vol. 2(1) Jan 2012, pp. 32-38 Available online @ www.academians.org ISSN1925-931X NAVIGATION OF MOBILE ROBOT USING THE PSO PARTICLE SWARM OPTIMIZATION Sedigheh

More information

Outlier Rejection for Autonomous Acoustic Navigation Jerome Vaganay, John J. Leonard, and James G. Bellingham Massachusetts Institute of Technology Se

Outlier Rejection for Autonomous Acoustic Navigation Jerome Vaganay, John J. Leonard, and James G. Bellingham Massachusetts Institute of Technology Se Outlier Rejection for Autonomous Acoustic Navigation Jerome Vaganay, John J. Leonard, and James G. Bellingham Massachusetts Institute of Technology Sea Grant College Program 292 Main Street, E38-3 Cambridge,

More information

Summary of Research Activities on Microwave Discharge Phenomena involving Chalmers (Sweden), Institute of Applied Physics (Russia) and CNES (France)

Summary of Research Activities on Microwave Discharge Phenomena involving Chalmers (Sweden), Institute of Applied Physics (Russia) and CNES (France) Summary of Research Activities on Microwave Discharge Phenomena involving Chalmers (Sweden), Institute of Applied Physics (Russia) and CNES (France) J. Puech (1), D. Anderson (2), M.Lisak (2), E.I. Rakova

More information

Teamwork among marine robots advances and challenges

Teamwork among marine robots advances and challenges Teamwork among marine robots advances and challenges Mandar Chitre ARL, Tropical Marine Science Institute and Department of Electrical & Computer Engineering, National University of Singapore. Abstract.

More information

Lecture: Allows operation in enviroment without prior knowledge

Lecture: Allows operation in enviroment without prior knowledge Lecture: SLAM Lecture: Is it possible for an autonomous vehicle to start at an unknown environment and then to incrementally build a map of this enviroment while simulaneous using this map for vehicle

More information

GPS data correction using encoders and INS sensors

GPS data correction using encoders and INS sensors GPS data correction using encoders and INS sensors Sid Ahmed Berrabah Mechanical Department, Royal Military School, Belgium, Avenue de la Renaissance 30, 1000 Brussels, Belgium sidahmed.berrabah@rma.ac.be

More information

Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model

Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model 1 Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model {Final Version with

More information

Experimental Comparison of Synchronous-Clock Cooperative Acoustic Navigation Algorithms

Experimental Comparison of Synchronous-Clock Cooperative Acoustic Navigation Algorithms Experimental Comparison of Synchronous-Clock Cooperative Acoustic Navigation Algorithms Jeffrey M. Walls, Ryan M. Eustice Department of Mechanical Engineering Department of Naval Architecture and Marine

More information

MINE SEARCH MISSION PLANNING FOR HIGH DEFINITION SONAR SYSTEM - SELECTION OF SPACE IMAGING EQUIPMENT FOR A SMALL AUV DOROTA ŁUKASZEWICZ, LECH ROWIŃSKI

MINE SEARCH MISSION PLANNING FOR HIGH DEFINITION SONAR SYSTEM - SELECTION OF SPACE IMAGING EQUIPMENT FOR A SMALL AUV DOROTA ŁUKASZEWICZ, LECH ROWIŃSKI MINE SEARCH MISSION PLANNING FOR HIGH DEFINITION SONAR SYSTEM - SELECTION OF SPACE IMAGING EQUIPMENT FOR A SMALL AUV DOROTA ŁUKASZEWICZ, LECH ROWIŃSKI Gdansk University of Technology Faculty of Ocean Engineering

More information

Mobile beacon control algorithm that ensures observability in single range navigation

Mobile beacon control algorithm that ensures observability in single range navigation Preprints, 1th IFAC Conference on Control Applications in Marine Systems September 13-16, 216. Trondheim, Norway Mobile beacon control algorithm that ensures observability in single range navigation Filip

More information

Maritime Autonomous Navigation in GPS Limited Environments

Maritime Autonomous Navigation in GPS Limited Environments Maritime Autonomous Navigation in GPS Limited Environments 29/06/2017 IIR/University of Portsmouth GPS signal is unreliable Tamper Jam U.S. stealth UAV captured by Iranian government by means of GPS spoofing.

More information

Remote Sensing of Deepwater Shipwrecks

Remote Sensing of Deepwater Shipwrecks Abigail Casavant December 16, 2014 Final Project NRS 509 Remote Sensing of Deepwater Shipwrecks Underwater archaeology is still a relatively new field in terms of age and technological advances. With the

More information

Experiences with Hydrographic Data Budgets Using a Low-logistics AUV Platform. Thomas Hiller Teledyne Marine Systems

Experiences with Hydrographic Data Budgets Using a Low-logistics AUV Platform. Thomas Hiller Teledyne Marine Systems Experiences with Hydrographic Data Budgets Using a Low-logistics AUV Platform Thomas Hiller Teledyne Marine Systems 1 Teledyne Marine Systems Strategic Business Units 2 What is the Gavia? The Gavia is

More information

SPEEDING UP FILTER CONVERGENCE IN HIGH PRECISION, VERY LARGE AREA KINEMATIC NAVIGATION

SPEEDING UP FILTER CONVERGENCE IN HIGH PRECISION, VERY LARGE AREA KINEMATIC NAVIGATION IMA HOT TOPICS WORKSHOP: Mathematical Challenges in Global Positioning Systems (GPS) University of Minnessota, 16-19 August 2000 SPEEDING UP FILTER CONVERGENCE IN HIGH PRECISION, VERY LARGE AREA KINEMATIC

More information

Laboratory testing of LoRa modulation for CubeSat radio communications

Laboratory testing of LoRa modulation for CubeSat radio communications Laboratory testing of LoRa modulation for CubeSat radio communications Alexander Doroshkin, Alexander Zadorozhny,*, Oleg Kus 2, Vitaliy Prokopyev, and Yuri Prokopyev Novosibirsk State University, 639 Novosibirsk,

More information

Progress Report. Mohammadtaghi G. Poshtmashhadi. Supervisor: Professor António M. Pascoal

Progress Report. Mohammadtaghi G. Poshtmashhadi. Supervisor: Professor António M. Pascoal Progress Report Mohammadtaghi G. Poshtmashhadi Supervisor: Professor António M. Pascoal OceaNet meeting presentation April 2017 2 Work program Main Research Topic Autonomous Marine Vehicle Control and

More information

Gear Transmission Error Measurements based on the Phase Demodulation

Gear Transmission Error Measurements based on the Phase Demodulation Gear Transmission Error Measurements based on the Phase Demodulation JIRI TUMA Abstract. The paper deals with a simple gear set transmission error (TE) measurements at gearbox operational conditions that

More information

Sensor Data Fusion Using Kalman Filter

Sensor Data Fusion Using Kalman Filter Sensor Data Fusion Using Kalman Filter J.Z. Sasiade and P. Hartana Department of Mechanical & Aerospace Engineering arleton University 115 olonel By Drive Ottawa, Ontario, K1S 5B6, anada e-mail: jsas@ccs.carleton.ca

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

KALMAN FILTER APPLICATIONS

KALMAN FILTER APPLICATIONS ECE555: Applied Kalman Filtering 1 1 KALMAN FILTER APPLICATIONS 1.1: Examples of Kalman filters To wrap up the course, we look at several of the applications introduced in notes chapter 1, but in more

More information

Autonomous Localization

Autonomous Localization Autonomous Localization Jennifer Zheng, Maya Kothare-Arora I. Abstract This paper presents an autonomous localization service for the Building-Wide Intelligence segbots at the University of Texas at Austin.

More information

Waveform-Space-Time Adaptive Processing for Distributed Aperture Radars

Waveform-Space-Time Adaptive Processing for Distributed Aperture Radars Waveform-Space-Time Adaptive Processing for Distributed Aperture Radars Raviraj S. Adve, Dept. of Elec. and Comp. Eng., University of Toronto Richard A. Schneible, Stiefvater Consultants, Marcy, NY Gerard

More information

Improving Argos Doppler Location with Kalman Filtering - Advantages for Argo Floats

Improving Argos Doppler Location with Kalman Filtering - Advantages for Argo Floats Improving Argos Doppler Location with Kalman Filtering - Advantages for Argo Floats YANN BERNARD*, MATHIEU BELBEOCH** E-mails: ybernard@cls.fr, belbeoch@jcommops.org *Collecte Localisation Satellites;

More information

ANNUAL OF NAVIGATION 16/2010

ANNUAL OF NAVIGATION 16/2010 ANNUAL OF NAVIGATION 16/2010 STANISŁAW KONATOWSKI, MARCIN DĄBROWSKI, ANDRZEJ PIENIĘŻNY Military University of Technology VEHICLE POSITIONING SYSTEM BASED ON GPS AND AUTONOMIC SENSORS ABSTRACT In many real

More information

Applications of iusbl Technology overview

Applications of iusbl Technology overview Applications of iusbl Technology overview Tom Bennetts Project Manager Summary 1. What is iusbl and its target applications 2. Advantages of iusbl and sample data 3. Technical hurdles and Calibration methods

More information

08/10/2013. Marine Positioning Systems Surface and Underwater Positioning. egm502 seafloor mapping

08/10/2013. Marine Positioning Systems Surface and Underwater Positioning. egm502 seafloor mapping egm502 seafloor mapping lecture 8 navigation and positioning Marine Positioning Systems Surface and Underwater Positioning All observations at sea need to be related to a geographical position. To precisely

More information

Satellite and Inertial Attitude. A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu

Satellite and Inertial Attitude. A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu Satellite and Inertial Attitude and Positioning System A presentation by Dan Monroe and Luke Pfister Advised by Drs. In Soo Ahn and Yufeng Lu Outline Project Introduction Theoretical Background Inertial

More information

Transmitting Antenna Modules Refusals Reaction on Wireless Power Transmission efficiency

Transmitting Antenna Modules Refusals Reaction on Wireless Power Transmission efficiency 2003 IEEE Aerospace Conference, Big Sky, Montana Transmitting Antenna Modules Refusals Reaction on Wireless Power Transmission efficiency Sergey S. Shaposhnikov Moscow Radiotechnical Institute of The Russian

More information

INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD. Jaewoo Chung

INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD. Jaewoo Chung INDOOR LOCATION SENSING AMBIENT MAGNETIC FIELD Jaewoo Chung Positioning System INTRODUCTION Indoor positioning system using magnetic field as location reference Magnetic field inside building? Heading

More information

Obstacle Displacement Prediction for Robot Motion Planning and Velocity Changes

Obstacle Displacement Prediction for Robot Motion Planning and Velocity Changes International Journal of Information and Electronics Engineering, Vol. 3, No. 3, May 13 Obstacle Displacement Prediction for Robot Motion Planning and Velocity Changes Soheila Dadelahi, Mohammad Reza Jahed

More information

Autonomous Underwater Vehicles

Autonomous Underwater Vehicles Autonomous Underwater Vehicles New Autonomous Underwater Vehicle technology development at WHOI to support the growing needs of scientific, commercial and military undersea search and survey operations

More information

A Course on Marine Robotic Systems: Theory to Practice. Full Programme

A Course on Marine Robotic Systems: Theory to Practice. Full Programme A Course on Marine Robotic Systems: Theory to Practice 27-31 January, 2015 National Institute of Oceanography, Dona Paula, Goa Opening address by the Director of NIO Full Programme 1. Introduction and

More information

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm Additive Manufacturing Renewable Energy and Energy Storage Astronomical Instruments and Precision Engineering Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development

More information

A Survey on Underwater Sensor Networks Localization Techniques

A Survey on Underwater Sensor Networks Localization Techniques International Journal of Engineering Research and Development eissn : 2278-067X, pissn : 2278-800X, www.ijerd.com Volume 4, Issue 11 (November 2012), PP. 01-06 A Survey on Underwater Sensor Networks Localization

More information

Towards good experimental methodology for Unmanned Marine Vehicles: issues and experiences

Towards good experimental methodology for Unmanned Marine Vehicles: issues and experiences Towards good experimental methodology for Unmanned Marine Vehicles: issues and experiences M. Caccia Consiglio Nazionale delle Ricerche Istituto di Studi sui Sistemi Intelligenti per l Automazione Via

More information

DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK. Timothy E. Floore George H. Gilman

DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK. Timothy E. Floore George H. Gilman Proceedings of the 2011 Winter Simulation Conference S. Jain, R.R. Creasey, J. Himmelspach, K.P. White, and M. Fu, eds. DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK Timothy

More information

The Oil & Gas Industry Requirements for Marine Robots of the 21st century

The Oil & Gas Industry Requirements for Marine Robots of the 21st century The Oil & Gas Industry Requirements for Marine Robots of the 21st century www.eninorge.no Laura Gallimberti 20.06.2014 1 Outline Introduction: fast technology growth Overview underwater vehicles development

More information

SIGNAL PROCESSING ALGORITHMS FOR HIGH-PRECISION NAVIGATION AND GUIDANCE FOR UNDERWATER AUTONOMOUS SENSING SYSTEMS

SIGNAL PROCESSING ALGORITHMS FOR HIGH-PRECISION NAVIGATION AND GUIDANCE FOR UNDERWATER AUTONOMOUS SENSING SYSTEMS SIGNAL PROCESSING ALGORITHMS FOR HIGH-PRECISION NAVIGATION AND GUIDANCE FOR UNDERWATER AUTONOMOUS SENSING SYSTEMS Daniel Doonan, Chris Utley, and Hua Lee Imaging Systems Laboratory Department of Electrical

More information

Path Planning and Obstacle Avoidance for Boe Bot Mobile Robot

Path Planning and Obstacle Avoidance for Boe Bot Mobile Robot Path Planning and Obstacle Avoidance for Boe Bot Mobile Robot Mohamed Ghorbel 1, Lobna Amouri 1, Christian Akortia Hie 1 Institute of Electronics and Communication of Sfax (ISECS) ATMS-ENIS,University

More information

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling

Node Deployment Strategies and Coverage Prediction in 3D Wireless Sensor Network with Scheduling Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 8 (2017) pp. 2243-2255 Research India Publications http://www.ripublication.com Node Deployment Strategies and Coverage

More information

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology

A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology A Positon and Orientation Post-Processing Software Package for Land Applications - New Technology Tatyana Bourke, Applanix Corporation Abstract This paper describes a post-processing software package that

More information

Passive Mobile Robot Localization within a Fixed Beacon Field. Carrick Detweiler

Passive Mobile Robot Localization within a Fixed Beacon Field. Carrick Detweiler Passive Mobile Robot Localization within a Fixed Beacon Field by Carrick Detweiler Submitted to the Department of Electrical Engineering and Computer Science in partial fulfillment of the requirements

More information

MarineSIM : Robot Simulation for Marine Environments

MarineSIM : Robot Simulation for Marine Environments MarineSIM : Robot Simulation for Marine Environments P.G.C.Namal Senarathne, Wijerupage Sardha Wijesoma,KwangWeeLee, Bharath Kalyan, Moratuwage M.D.P, Nicholas M. Patrikalakis, Franz S. Hover School of

More information

The Low Cost Radio Frequency Rain Meter

The Low Cost Radio Frequency Rain Meter The Low Cost Radio Frequency Rain Meter A.Koldaev*, A. Kutarov*, D.Konovalov**, A.Mironov* *Central Aerological Observatory, State Hydro Meteorological Service of Russian Federation. ** Main Hydrological

More information

DOWNLOAD OR READ : ADVANCES IN UNDERWATER TECHNOLOGY OCEAN SCIENCE AND OFFSHORE ENGINEERING OFFSHORE SITE INVESTIGATIO PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : ADVANCES IN UNDERWATER TECHNOLOGY OCEAN SCIENCE AND OFFSHORE ENGINEERING OFFSHORE SITE INVESTIGATIO PDF EBOOK EPUB MOBI DOWNLOAD OR READ : ADVANCES IN UNDERWATER TECHNOLOGY OCEAN SCIENCE AND OFFSHORE ENGINEERING OFFSHORE SITE INVESTIGATIO PDF EBOOK EPUB MOBI Page 1 Page 2 investigatio advances in underwater technology pdf

More information

Improving the Safety and Efficiency of Roadway Maintenance Phase II: Developing a Vision Guidance System for the Robotic Roadway Message Painter

Improving the Safety and Efficiency of Roadway Maintenance Phase II: Developing a Vision Guidance System for the Robotic Roadway Message Painter Improving the Safety and Efficiency of Roadway Maintenance Phase II: Developing a Vision Guidance System for the Robotic Roadway Message Painter Final Report Prepared by: Ryan G. Rosandich Department of

More information

Sensor-based Motion Planning for MCM Teams. by Sean Kragelund Center for Autonomous Vehicle Research (CAVR)

Sensor-based Motion Planning for MCM Teams. by Sean Kragelund Center for Autonomous Vehicle Research (CAVR) Sensor-based Motion Planning for MCM Teams by Sean Kragelund Center for Autonomous Vehicle Research (CAVR) October 5, 2015 Sensor-based Planning GOAL: optimize some mission objective Max. information gain

More information

Cross Layer Design for Localization in Large-Scale Underwater Sensor Networks

Cross Layer Design for Localization in Large-Scale Underwater Sensor Networks Sensors & Transducers, Vol. 64, Issue 2, February 204, pp. 49-54 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Cross Layer Design for Localization in Large-Scale Underwater

More information

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION

INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION INTRODUCTION TO VEHICLE NAVIGATION SYSTEM LECTURE 5.1 SGU 4823 SATELLITE NAVIGATION AzmiHassan SGU4823 SatNav 2012 1 Navigation Systems Navigation ( Localisation ) may be defined as the process of determining

More information

DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited.

DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Glider-based Passive Acoustic Monitoring Techniques in the Southern California Region & West Coast Naval Training Range

More information

Artificial Neural Network based Mobile Robot Navigation

Artificial Neural Network based Mobile Robot Navigation Artificial Neural Network based Mobile Robot Navigation István Engedy Budapest University of Technology and Economics, Department of Measurement and Information Systems, Magyar tudósok körútja 2. H-1117,

More information

Navigation of Transport Mobile Robot in Bionic Assembly System

Navigation of Transport Mobile Robot in Bionic Assembly System Navigation of Transport Mobile obot in Bionic ssembly System leksandar Lazinica Intelligent Manufacturing Systems IFT Karlsplatz 13/311, -1040 Vienna Tel : +43-1-58801-311141 Fax :+43-1-58801-31199 e-mail

More information

Localization of underwater moving sound source based on time delay estimation using hydrophone array

Localization of underwater moving sound source based on time delay estimation using hydrophone array Journal of Physics: Conference Series PAPER OPEN ACCESS Localization of underwater moving sound source based on time delay estimation using hydrophone array To cite this article: S. A. Rahman et al 2016

More information

Autonomous, Localization-Free Underwater Data Muling using Acoustic and Optical Communication

Autonomous, Localization-Free Underwater Data Muling using Acoustic and Optical Communication Autonomous, Localization-Free Underwater Data Muling using Acoustic and Optical Communication Marek Doniec, Iulian Topor, Mandar Chitre, Daniela Rus Abstract We present a fully autonomous data muling system

More information

Increasing positioning accuracy of moving objects using an adaptive algorithm based on diagnostic filtration

Increasing positioning accuracy of moving objects using an adaptive algorithm based on diagnostic filtration Life Science Journal 2014;11(11s) Increasing positioning accuracy of moving objects using an adaptive algorithm based on diagnostic filtration Sergey Anatolevich Khrul and Dmitry Mikhailovich Sonkin National

More information

Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path

Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path Moving Obstacle Avoidance for Mobile Robot Moving on Designated Path Taichi Yamada 1, Yeow Li Sa 1 and Akihisa Ohya 1 1 Graduate School of Systems and Information Engineering, University of Tsukuba, 1-1-1,

More information

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target

Improvement of Robot Path Planning Using Particle. Swarm Optimization in Dynamic Environments. with Mobile Obstacles and Target Advanced Studies in Biology, Vol. 3, 2011, no. 1, 43-53 Improvement of Robot Path Planning Using Particle Swarm Optimization in Dynamic Environments with Mobile Obstacles and Target Maryam Yarmohamadi

More information

Space-Time Adaptive Processing for Distributed Aperture Radars

Space-Time Adaptive Processing for Distributed Aperture Radars Space-Time Adaptive Processing for Distributed Aperture Radars Raviraj S. Adve, Richard A. Schneible, Michael C. Wicks, Robert McMillan Dept. of Elec. and Comp. Eng., University of Toronto, 1 King s College

More information

Agenda Motivation Systems and Sensors Algorithms Implementation Conclusion & Outlook

Agenda Motivation Systems and Sensors Algorithms Implementation Conclusion & Outlook Overview of Current Indoor Navigation Techniques and Implementation Studies FIG ww 2011 - Marrakech and Christian Lukianto HafenCity University Hamburg 21 May 2011 1 Agenda Motivation Systems and Sensors

More information

Robust Range-Only Beacon Localization

Robust Range-Only Beacon Localization Robust Range-Only Beacon Localization Edwin Olson, John Leonard, and Seth Teller Computer Science and Artificial Intelligence Laboratory Massachusetts Institute of Technology Email: {eolson, jleonard,

More information

Underwater Localization by combining Time-of-Flight and Direction-of-Arrival

Underwater Localization by combining Time-of-Flight and Direction-of-Arrival Underwater Localization by combining Time-of-Flight and Direction-of-Arrival Wouter A.P. van Kleunen, Koen C.H. Blom, Nirvana Meratnia, André B.J. Kokkeler, Paul J.M. Havinga and Gerard J.M. Smit Dep.

More information

ABSTRACT. Introduction

ABSTRACT. Introduction THE LOW COST MICROWAVE RAIN SENSOR: STATE CERTIFICATION AND IMPLEMENTATION ON THE OBSERVATIONAL NET. A.V.Koldaev, A.I.Gusev, D.A.Konovalov. Central Aerological Observatory, Federal Service of Russia for

More information

Extended Gradient Predictor and Filter for Smoothing RSSI

Extended Gradient Predictor and Filter for Smoothing RSSI Extended Gradient Predictor and Filter for Smoothing RSSI Fazli Subhan 1, Salman Ahmed 2 and Khalid Ashraf 3 1 Department of Information Technology and Engineering, National University of Modern Languages-NUML,

More information

Autonomous, Localization-Free Underwater Data Muling using Acoustic and Optical Communication

Autonomous, Localization-Free Underwater Data Muling using Acoustic and Optical Communication Autonomous, Localization-Free Underwater Data Muling using Acoustic and Optical Communication Marek Doniec, Iulian Topor, Mandar Chitre, Daniela Rus Abstract We present a fully autonomous data muling system

More information

COMPARISON AND FUSION OF ODOMETRY AND GPS WITH LINEAR FILTERING FOR OUTDOOR ROBOT NAVIGATION. A. Moutinho J. R. Azinheira

COMPARISON AND FUSION OF ODOMETRY AND GPS WITH LINEAR FILTERING FOR OUTDOOR ROBOT NAVIGATION. A. Moutinho J. R. Azinheira ctas do Encontro Científico 3º Festival Nacional de Robótica - ROBOTIC23 Lisboa, 9 de Maio de 23. COMPRISON ND FUSION OF ODOMETRY ND GPS WITH LINER FILTERING FOR OUTDOOR ROBOT NVIGTION. Moutinho J. R.

More information

Preliminary Results in Range Only Localization and Mapping

Preliminary Results in Range Only Localization and Mapping Preliminary Results in Range Only Localization and Mapping George Kantor Sanjiv Singh The Robotics Institute, Carnegie Mellon University Pittsburgh, PA 217, e-mail {kantor,ssingh}@ri.cmu.edu Abstract This

More information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information Pakorn Sukprasert Department of Electrical Engineering and Information Systems, The University of Tokyo Tokyo, Japan

More information

Vessel Target Prediction Method and Dead Reckoning Position Based on SVR Seaway Model

Vessel Target Prediction Method and Dead Reckoning Position Based on SVR Seaway Model Original Article International Journal of Fuzzy Logic and Intelligent Systems Vol. 17, No. 4, December 2017, pp. 279-288 http://dx.doi.org/10.5391/ijfis.2017.17.4.279 ISSN(Print) 1598-2645 ISSN(Online)

More information

TORSTEIN PEDERSEN. Improving the Common DVL: A New Standard in Doppler Velocity Logs

TORSTEIN PEDERSEN. Improving the Common DVL: A New Standard in Doppler Velocity Logs TORSTEIN PEDERSEN Improving the Common DVL: A New Standard in Doppler Velocity Logs VOLVO OCEAN RACE 2011 Precursor to Nortek s DVL story Nortek Background for DVLs Technology Company with expertise in

More information

ADAPTIVE IDENTIFICATION OF TIME-VARYING IMPULSE RESPONSE OF UNDERWATER ACOUSTIC COMMUNICATION CHANNEL IWONA KOCHAŃSKA

ADAPTIVE IDENTIFICATION OF TIME-VARYING IMPULSE RESPONSE OF UNDERWATER ACOUSTIC COMMUNICATION CHANNEL IWONA KOCHAŃSKA ADAPTIVE IDENTIFICATION OF TIME-VARYING IMPULSE RESPONSE OF UNDERWATER ACOUSTIC COMMUNICATION CHANNEL IWONA KOCHAŃSKA Gdańsk University of Technology Faculty of Electronics, Telecommuniations and Informatics

More information

Author s Name Name of the Paper Session. PDynamic. Positioning Committee. Marine Technology Society

Author s Name Name of the Paper Session. PDynamic. Positioning Committee. Marine Technology Society Author s Name Name of the Paper Session PDynamic Positioning Committee Marine Technology Society DYNAMIC POSITIONING CONFERENCE September 17-18, 2002 Acoustic Positioning Flexible Acoustic Positioning

More information

ACOUSTIC TRACKING OF AN UNMANNED UNDERWATER VEHICLE USING A PASSIVE ULTRASHORT BASELINE ARRAY AND A SINGLE LONG BASELINE BEACON. Kyle L.

ACOUSTIC TRACKING OF AN UNMANNED UNDERWATER VEHICLE USING A PASSIVE ULTRASHORT BASELINE ARRAY AND A SINGLE LONG BASELINE BEACON. Kyle L. ACOUSTIC TRACKING OF AN UNMANNED UNDERWATER VEHICLE USING A PASSIVE ULTRASHORT BASELINE ARRAY AND A SINGLE LONG BASELINE BEACON by Kyle L. Seaton A Thesis Submitted to the Faculty of The College of Engineering

More information

Modeling and Evaluation of Bi-Static Tracking In Very Shallow Water

Modeling and Evaluation of Bi-Static Tracking In Very Shallow Water Modeling and Evaluation of Bi-Static Tracking In Very Shallow Water Stewart A.L. Glegg Dept. of Ocean Engineering Florida Atlantic University Boca Raton, FL 33431 Tel: (954) 924 7241 Fax: (954) 924-7270

More information

Structure and Synthesis of Robot Motion

Structure and Synthesis of Robot Motion Structure and Synthesis of Robot Motion Motion Synthesis in Groups and Formations I Subramanian Ramamoorthy School of Informatics 5 March 2012 Consider Motion Problems with Many Agents How should we model

More information

INDOOR LOCATION SENSING USING GEO-MAGNETISM

INDOOR LOCATION SENSING USING GEO-MAGNETISM INDOOR LOCATION SENSING USING GEO-MAGNETISM Jaewoo Chung 1, Matt Donahoe 1, Chris Schmandt 1, Ig-Jae Kim 1, Pedram Razavai 2, Micaela Wiseman 2 MIT Media Laboratory 20 Ames St. Cambridge, MA 02139 1 {jaewoo,

More information

Frank Heymann 1.

Frank Heymann 1. Plausibility analysis of navigation related AIS parameter based on time series Frank Heymann 1 1 Deutsches Zentrum für Luft und Raumfahrt ev, Neustrelitz, Germany email: frank.heymann@dlr.de In this paper

More information

Engineering Project Proposals

Engineering Project Proposals Engineering Project Proposals (Wireless sensor networks) Group members Hamdi Roumani Douglas Stamp Patrick Tayao Tyson J Hamilton (cs233017) (cs233199) (cs232039) (cs231144) Contact Information Email:

More information

Estimation of Currents with Acoustic Navigation Beacons

Estimation of Currents with Acoustic Navigation Beacons Estimation of Currents with Acoustic Navigation Beacons José Melo, Nuno Cruz, Rui Almeida INESC TEC and Faculty of Engineering, University of Porto, Portugal {jose.melo, nacruz, rui.almeida}@fe.up.pt Abstract

More information

The Model of Infrastructural Support of Regional Innovative Development

The Model of Infrastructural Support of Regional Innovative Development Doi:10.5901/mjss.2014.v5n18p317 Abstract The Model of Infrastructural Support of Regional Innovative Development Natalya Kalenskaya Kazan Federal University, Kremlyovskaya st. 18, Kazan 420111, Russia

More information

High-Frequency Rapid Geo-acoustic Characterization

High-Frequency Rapid Geo-acoustic Characterization High-Frequency Rapid Geo-acoustic Characterization Kevin D. Heaney Lockheed-Martin ORINCON Corporation, 4350 N. Fairfax Dr., Arlington VA 22203 Abstract. The Rapid Geo-acoustic Characterization (RGC) algorithm

More information

AUTOMATED METHOD FOR STATISTIC PROCESSING OF AE TESTING DATA

AUTOMATED METHOD FOR STATISTIC PROCESSING OF AE TESTING DATA AUTOMATED METHOD FOR STATISTIC PROCESSING OF AE TESTING DATA V. A. BARAT and A. L. ALYAKRITSKIY Research Dept, Interunis Ltd., bld. 24, corp 3-4, Myasnitskaya str., Moscow, 101000, Russia Keywords: signal

More information

INDOOR HEADING MEASUREMENT SYSTEM

INDOOR HEADING MEASUREMENT SYSTEM INDOOR HEADING MEASUREMENT SYSTEM Marius Malcius Department of Research and Development AB Prospero polis, Lithuania m.malcius@orodur.lt Darius Munčys Department of Research and Development AB Prospero

More information