Robust Positioning in Safety Applications for the CVIS Project

Size: px
Start display at page:

Download "Robust Positioning in Safety Applications for the CVIS Project"

Transcription

1 2010 IEEE Intelligent Vehicles Symposium University of California, San Diego, CA, USA June 21-24, 2010 TuE1.3 Robust Positioning in Safety Applications for the CVIS Project Dominique GRUYER, Steve PECHBERTI, Denis GINGRAS and Francis DUPIN Abstract This paper describes hybrid fusion module used in a strong localization context (POMA) for embedded vehicle applications. This work has been developed in order to give an answer to the POMA (Positioning, Maps and local referencing) sub project objectives. These objectives are to provide, for a set of high level applications, a positioning service included a service quality, a metric accuracy (lane) and a robust result. This work is involved in CVIS European project. The use of IMM approach in the Hybrid Fusion module will be justified in comparison to the different current probabilistic methods. The IMM, contrary to the non modular methods, is based on the discretization of the vehicle evolution space into simple maneuvers, represented each by a simple dynamic model such as constant velocity or constant turning etc. This allows the method to be optimized for highly dynamic vehicles. The application of this positioning service will be presented in a real time embedded architecture. The presented results are based on real measurements collected from representatives scenarios (test track, peri-urban road, highway). These results show a real interest in using the new IMM method in order to reach the POMA s objectives. I. INTRODUCTION Until now vehicle positioning has been mainly used in navigation systems for information delivery applications In recent years however, various positioning-based safety systems have been developed For these applications, position estimation must be much more robust and reliable. To achieve this goal, a new positioning module called POMA, will be presented and described in details. For this kind of applications, positioning is usually based on hybrid fusion algorithms. In this paper, we will review briefly an improved IMM (Interacting Multiple Model) which will be further described in details. The IMM algorithm is a well known modular approach, which is based on the discretization of the vehicle evolution space into simple methods to be optimized for highly dynamic systems such as vehicles. Unfortunately classical IMM shows some drawbacks concerning some real time multi sensors applications. In this work, we focus on Dominique GRUYER is a Researcher at the Laboratoire des Interactions Vehicules Infrastructure Conducteur (LIVIC - LCPC/INRETS), 14, Route de la minière, VERSAILLES, dominique.gruyer@inrets.fr Steve PECHBERTI is a Research Engineer at the Laboratoire des Interactions Vehicules Infrastructure Conducteur (LIVIC - LCPC/INRETS), 14, Route de la minière, VERSAILLES, steve.pechberti@inrets.fr Denis GINGRAS is Professor Dr Eng. at the Universit de Sherbrooke, Sherbrooke, Qc, Canada, denis.gingras@usherbrooke.ca Francis DUPIN is a Research Engineer at the Laboratoire des Interactions Vehicules Infrastructure Conducteur (LIVIC - LCPC/INRETS), 14, Route de la minière, VERSAILLES, francis.dupin@inrets.fr vehicle positioning with asynchronous sensors in order to report these drawbacks and then propose a new solution. The algorithm developed in this paper is embedded in the POMA platform in order to provide a positioning data. The developed architecture (Hardware and software) have been made in order to give an answer to the constraint of lane accuracy and robustness of the CVIS European project. In the following section, a state of art is presented in order to justify the use of IMM approach in POMA project. Then IMM will by briefly presented. Moreover, the adaptation and improvement of this method for POMA project will be presented. These improvements are mainly done in order to get a more adapted set of used models and to allow an efficient likelihood updating. Section III will present both real hardware and software architecture developed specially for POMA project and real time use. Section IV will show the results, the performances and the limits of this hybrid fusion on several situations. The tests will be done in the Satory s test track, in the Minire s peri-urban area and the A86 highway in south of Paris. II. DATA FUSION FOR ROBUST POSITIONNING SYSTEM A. The state of the art In this section, we describe the different robust positioning methods usually applied to driver assistance systems[5]. 1) Kalman Filter: The most popular approach for vehicle robust positioning is based on the Kalman filter (KF) [11]. In this case, sensors data considered imperfect and vague can be modeled as a random noise distribution known a priori. The data fusion is reduced to solving a system of state equations. For the standard Kalman Filter, the system is composed only of linear equations, its resolution being optimal in a statistical sense (minimum variance of the estimation error). 2) Extended Kalman Filter: In a real situation however, the behavior of a vehicle is not linear. To solve the corresponding nonlinear problem, an extension of the Kalman filter is often applied, known as the Extended Kalman filter (EKF). It is based on a linearization of the equation system and assumes that all variations are small enough to insure the validity of the linear hypothesis and estimation. Depending on the acquisition frequency, however, the linearization can generate distorted estimation, and in this case, provide results which are corrupted or unreliable information. It has been found that in practice, without exteroceptive data, the prediction is correct for short periods of time, depending on the complexity of the vehicle s movement. [4] /10/$ IEEE 262

2 3) Unscented Kalman Filter: Recently, Julier and Uhlmann have introduced an approach called the Unscented Kalman Filter (UKF) [9] [8] [10]. It is based on the Scaled Unscented Transformation for the computation of random data. This approach has been used to manage non linear cases which cannot be linearized by the EKF. Due to the many hypotheses implied however, it is not well adapted to vehicles positioning having a quick dynamical behavior [16] [17]. 4) DD1 and DD2 algorithms: Nørgaard and al [20] proposed two closely related algorithms, namely Divided Differences of order 1 (DD1) and Divided Differences of order 2 (DD2). These algorithms introduce a set of estimators based on a polynomial approximation of the non linear function obtained by an extension of the Stirling interpolation formula. Conceptually, the principle of these algorithms is the same as the EKF one, but the implementation is different. Contrary to the Taylor approximation, no derivative is requested for the interpolation formula. The implementation is much easier and can provide an estimator even on a singularity where no derivatives are defined. It should be pointed out that the DD2 has the same spatial latency problems as the UKF. Only the DD1 algorithm provides results similar to the EKF with better precision on the position estimate. 5) Monte Carlo localization and particle filters: In order to better take into account the systems non-linearities, another method based on points clouds has been proposed by J.E. Handschin [7], called the Monte Carlo Localization. It uses a random set of sample points on the underlying probability density function. It doesn t attempt to describe the density function exactly, but rather provides a coarse representation of it by keeping some random sample points (called particles) which evolve thanks to different algorithms [12] [13] [6]. This approach is powerful because it can be used to achieve global positioning, solve multiple positioning problems or model sensor noise. The more we have particles, the better the results are. The main issue by using this approach is to obtain a proper trade-off between quality of the results and computation time which is proportional to the number of particules used. 6) The Interacting Multiple Model: The approach described here makes the hypothesis that according to a finite set of prototypical behaviors of a given complex systems, its modeling can be achieved by decomposing it into several sub-systems, which are less complex and easier to implement. So each of these sub system will emulate the behavior of the global system for a specific situation. The complementarities and redundancies of the sub systems can, after a fusion step, cover the entire functional space of the global system. This approach called Interacting Multiple Model (IMM), has been developed by Blom and Bar Shalom [1] [2]. It is widely used for estimation, control, system modeling, object tracking with highly nonlinear dynamic, and recently for vehicle positioning. In this case, the method is robust and provides a good position estimate for the various typical vehicle movement [18]. In its original form, however, the IMM filter is sensitive to the use of corrupted or noisy data, which can cause it to fail. That s why the IMM used in this work is a modified version with new strategies presented in the following section. B. Hybrid Fusion for robust positioning In order achieve the objective to assess an accurate and robust positioning, sensors are needed. Theses sensors are shared in 2 groups. The first group involves the exteroceptive and reference sensors (GPS). The second group corresponds to the prorioceptive sensors (INS, Odometer ). Figure 1 presents this hardware sensors architecture of the POMA project. Figure 2 shows the functional architecture included the hybrid fusion module. Figures 1 and 2 presents the hardware and functional architectures of the POMA module for vehicle positioning. Fig. 1. Fig. 2. POMA Main architecture POMA Functional architecture 1) IMM Principles: The proposed IMM formulation used here is based on the hypothesis that the vehicular system of equations describes a Markov process [1]. In that case, the state of the chain represents, for a given time range, a vehicle behavioral mode (or model) of the vehicular system (chosen among a given set of available models or behavioral modes). The markovian process is characterized by its probability 263

3 transition matrix which is assumed known a priori. An IMM estimator is used to predict the current behavioral mode of the vehicular system. For a given IMM estimator, a set of equations is used to describe each of the different models defined [2]. The Markov model probabilities are updated at each measurement, and the computed weighting factors are used to determine the next model. So the observed system evolves by selecting one model out of r defined models with a switch between models managed by a Markov chain given by the matrix. We consider that r models describe all behaviors of the system. The model j is defined by the state equations : { x(k) = Fj (k)x(k 1) + G j (k)u(k 1) + r j (k 1) y(k) = H j (k)x(k) + q j (k) (1) where x(k) is the state vector of the vehicular system at the instant t, F j (k) is the evolution matrix of the system state during the event noted M j (k) = {the model j is active at the time k}. u(k) is the vector of command at the time k, G j (k) is the command matrix, H j (k) is the measurement matrix, r j (k) and q j (k) are respectively the state noise and the measurement noise. These noises are Gaussian, white, mutually independent, with zero mean and with covariance matrix R j (k) and Q j (k). y(k) is the measurement vector of the system at time k. i, j 1,..., r are indices of the N models. The switch between models are governed by a Markov chain with a limited number of states and where the probability to switch from M i (k 1) to M j (k) p ij = P r { M j (k) M i (k 1) } (2) The r 2 probabilities p ij are supposed known. If it is not the case, we can set them to 1 r at the initial state [2]. 2 The IMM estimator is a recursive process which can be splitted in multiple steps at each iteration, the aim is to obtain the state of the vehicular system and its associated covariance matrix. ˆx(k k) = E(x(k) y k 1 ) P (k k) = E( x(k) x(k) T y k 1 ) where x(k) = x(k) x(k k) and y k = y(1),..., y(k). For that, we use different filters, which produces different estimations, one for each local model. Then we use these estimations to compute the residual errors. These residuals are used to compute the probability of activation for each model by using a likelihood function. The global estimation of the system state is then computed as a weighting of the estimations coming from the different models filters. The figure below shows the structure of the IMM algorithm for two models. At each iteration, the IMM algorithm executes four steps to provide a global estimation of the vehicular system state. The four steps at each iteration are : (3) Fig. 3. IMM structure for 2 models The interaction and estimation mixing From the estimation ˆx i (k 1 k 1) given for each model and the probability u i (k 1) computed for each model at the previous stage, the mixed estimation ˆ x i (k 1 k 1) is obtain. The mixed covariance matrix P i (k 1 k 1) is provided too. The filtering and the likelihood computation The Kalman filter is used in order to update both the system state and its dedicated covariance matrix ˆx i (k k), P i (k k). Activation probabilities update The likelihood function is used in order to update the activation probability µ i (k). global estimation This stage allows to merge the estimations provided by each model ˆx i (k k). This stage has for main goal to evaluate each filter and to merge their outputs in order to compute a new global estimation ˆx(k k) and a new covariance matrix P (k k). The current fusion function consists to make the sum of every estimations weighted by their respective probability. More details on this filter implementation can be found in [18], [14] and [15]. 2) Application to robust vehicle positioning: In order to represent the various system maneuvers, we used three simple models to describe the vehicle evolution: the constant velocity CV, the constant acceleration CA, the constant turning CT. Details for the first three models (CV, CA, and CT) are given in [18] and [14]. 3) IMM functionalities improvement for POMA service: In order to adapt the classical IMM approach to the positioning problem, it is necessary to take into account the different vehicle manoeuvres. For this reason, 2 new models have been added to the existing ones. The final set of models used in the POMA s Hybrid Fusion module are the CV, the CA, the CT, the CS (Constant Stop) and the CR (Constant Rear) for backwards driving situation. Moreover, the data provided by GPS and proprioceptive sensors are asynchronous. So, now, the stage of likelihood updating is not adapted to the constraint of POMA service accuracy. In order to solve 264

4 Figure 4 shows a bad behaviour of the filter when, during a loss of GPS data, the navigation path involving several different manoeuvres (i.e. straight and turn manoeuvres). Of course, with asynchronous data and without likelihood updating during the prediction stage, the filter diverges. The probability curves shows a CV manoeuvre selection (time steps 100 to 170) even when the vehicle make a turn manoeuvre. Figure 5 presents the result with the new IMM algorithm and a comparison between the reference track, the recorded GPS positions and the outputs of the Hybrid fusion. We could notice that even an important GPS loss appears, the IMM computation is still robust regarding the reference track. During the GPS loses, models probabilities are not update and the IMM algorithm is only feed with proprioceptive sensors data. The details of this new implementation of the IMM filter and explanation of the improvements are given in [19]. Fig. 4. positioning and model probabilities with standard IMM approach this problem, an innovative approach has been implemented in order to update likelihood both in correction stage and prediction stage. With this mechanism, the identification of the current manoeuvre is easier. Effectively, the probability applied to each model is now available every time. In order to shows the efficiency of these improvements, a simple scenario is presented. Two sets of results are given (Figure 4 and 5). These results present the positioning and the probabilities for the different models (maneuver). The used models are Constant Velocity model (CV) for the free motion mode, Constant Acceleration model (CA) that describe the longitudinal dynamics, Constant Turn model (CT) for lateral dynamics, Constant Stop model (CS) for no motion and Constant Rear model (CR) for backwards driving situation. The higher the probability is, the more confident the system is in the predicted active mode. III. POSITIONNING MODULE ARCHITECTURE (POMA) A. Embedded Hardware implementation In order to test and to evaluate the POMA architecture and the positioning service, a demonstrator has been designed. The embedded hardware was composed by a PC running the POMA system equipped with a QFree CVIS PCI card. On this card, the following sensors are available: a GPS receiver, an accelerometer and a WAVE module. Figure 6 illustrates the material used to validate the demonstrator Fig. 6. hardware embedded architecture Fig. 5. positioning and model probabilities with new IMM approach 265 1) Software implementation: The POMA s software architecture was build using RTMaps platform[3]. RTMaps allows to record data flow, to replay the data and to prototype applications. The Hybrid Fusion package consists of three levels of components (Figure 7). The first level (interfaces) allows processing the data coming from the sensors. These interface modules give a set of functionalities for data denoising, bias estimation, data formatting. The second level provides multiplexors for each sensor type. The last level concerns the hybrid fusion algorithms. Two fusion algorithms are provided: an extended Kalman filter and the new IMM filter. This way to implement application is really efficient because at every time, it is possible to tune and to change every parameter of the RTMaps components. In fact, each component (interface, multiplexor, hybrid fusion, result display) has an interface of properties.

5 Fig. 7. modular architecture for hybrid fusion Fig. 9. trajectory reference on the Satory s test track Fig. 8. POMA s service in CVIS platform Fig. 10. time period of the EGNOS sensor Figure 8 present the final CVIS s platform with the POMA s platform. In this figure, in same time POMA s component provide vehicle positioning and mapmatching services. IV. INTERPRETATION AND PERFORMANCE ANALYSIS A. Test scenarios and results This section will present the Hybrid Fusion results with the POMA platform. Three types of road have been tested. The two first scenario deal with the Satory s test track and the Miniere s peri-urban road. The third scenario corresponding to highway situation. This last scenario is very interesting because of the several tunnels and area disturbing the GPS data reception. B. Results on the Satory s test track The first site where the POMA module has been tested is the Satory test track. A vehicle equipped with the POMA module drove around the test track. Figure 9 shows the comparative performance of different hybrid fusion algorithms compared to the reference test track and the GPS position estimate. For the figures 9, 12 and 16, the same color code is used: that is the GPS position in blue, the EKF position estimate in red, the result of the IMM in green and the reference test track position in cyan. Figure 10 presents the time period of the EGNOS received signal, we can observe that EGNOS signal is not as stable as we could expect. A lot of data losses are visible. Figure 11 presents the error between the Hybrid Fusion output and the reference. We can notice that the maximum error observed is less than 5 meters with an average value of 2 meters. These results are obtained with a low cost configuration (low cost sensors). It is an interesting result because this average value corresponds to the POMA accuracy constraint. This accuracy is lower than the width of a lane (3.5 m). Fig. 11. positioning error (in meter) 1) Results on the Minière s peri-urban road: The next test is performed on the Miniere s road. For this test session, a number of areas had no signal from the sensor EGNOS. This was mainly due to the forest zone. This session is very interesting in order to evaluate the divergence of the filter when no GPS data are available to feed the correction stage of the hybrid fusion. Figure 12 presents the different hybrid fusion outputs compared with GPS impacts and the test track reference. We can see the 2 critical forest areas where no GPS data are available (Figure 15). The second test has been performed on the Minière road. For this test, we have simulated the loss of the EGNOS signal 266

6 in order to determine the drift of the system when this one is only fed with a low-cost GPS. Figure 12 shows the different computation outputs compared to the GPS position and the test track reference position. Fig. 15. loss of GPS data in forest area Fig. 12. reference trajectory on the Minire s peri-urban road. Figure 13 shows three important losses of the EGNOS data for a long time, more than 30 seconds. Fig. 16. reference trajectory for highway (A86) Fig. 13. time period for EGNOS sensor About the positioning error (Figure 14), we can observe that the maximum error for this peri-urban scenario is less than 12 meters after a 30 second lose of EGNOS signal, even if this error is higher than in optimal condition, this error is lower than the GPS inaccuracy. In this case, EGNOS sensor provides a bad positioning (20 meters of inaccuracy) due to a forest area. During the EGNOS unavailability, the divergences are due to the inertial sensor bias and noise. So, in future works, an effort will be done on this bias and noise assessment in order to improve the quality of proprioceptive data. Moreover the mechanism used for the likelihood updating in the prediction stage is very useful for the proprioceptive failure identification and hybrid fusion auto diagnosis stage. 2) Results on the A86 highway: The last test session takes place on a section of the A86 highway. This section is interesting because many sections of this highway have tunnels. Figure 16 presents the bird view of route (half a hour) on the A86 highway. Figure 17 shows the different area producing disturbances in the EGNOS data availability (loss of data, low integrity, and bad accuracy). These critical areas correspond to the tunnels locations. These figures also show the error between the reference, the GPS impacts and hybrid fusion outputs. Different interesting situations are displayed on these graphics. The first interesting point to notice is on the graph 1. We can observe a discrepancy between the hybrid fusion outputs and the reference, but if you look at Figure 18, at the same time we can observe that the EGNOS confidence is very good whereas the results differ, it is due to the fact that although confidence in the system EGNOS at this moment is correct, the values provided by EGNOS are corrupted. For the graph 2 and 3 of the figure 17, even if we get an EGNOS loss, the positioning is still robust with an error always lower than 15 meters which is better than some results obtained with a low cost GPS in good condition. Here we must keep in mind that these results are obtained in tunnel situation. Fig. 14. positioning results for Minire s peri-urban road Fig. 17. loss of GPS or bad behavior of GPS data for highway (A86) 267

7 Fig. 18. Fig. 19. time period for EGNOS sensor positioning results for highway area V. CONCLUSION AND FUTURE WORKS This paper has presented a embedded positioning system developed for safety vehicular application in the European CVIS project. Different hybrid fusion approaches have been compared for the positioning issue. One method has been selected for its robustness, the Interacting Multiple Model solution. To this solution, two models have been added in order to take into account the complete vehicular dynamic system in urban condition. Moreover, a novel approach for IMM mode likelihoods updating by using only proprioceptive sensors data has been implemented and tested on several scenario with degrading GPS signals, particularly on the motorway A86 where tunnels are located. All obtained results are encouraging. They introduce complementary works on this positioning system, namely, a mechanism of denoising the received information; and a self calibration to autocorrect for the system in case of information data loss, such as EGNOS loss. [3] Ph. Bonnifait, J. Laneurit, C. Fouque, and G. Dherbomez. Multihypothesis map-matching using particle filtering. 16th World Congress of ITS Systems and Services, Stockholm, Sweden, [4] C. K. Chui & G. Chen. Kalman filtering with real-time applications. Springer-Verlag, second edition, 0:0, [5] D. Gruyer, A. Lambert, and B. Mourllion. Etat de lart des stratgies de fusion de donnes pour la localisation. Rapport du Thme 3, Projet ARCOS, T3.2. [6] F. Gustafsson, N. Bergman, and all. Particles filters for positioning, navigation and tracking. IEEE Transaction on Signal Processing. Special issue on Monte Carlo methods for statistical signal processing, [7] J.E. Handschin. Monte carlos technics for prediction and filtering of nonlinear stochastique precesses. Automatica, 6:55 563, [8] S.J. Julier. The scaled unscented transformation. Automatica, [9] S.J. Julier and J.K. Uhlmann. A general method for approximating nonlinear transformation of probability distribution. Technical report, University of Oxford, November [10] S.J. Julier and J.K. Uhlmann. A new extension of the kalman filter and nonlinear systems. In Proceedings of the SPIE Aerosense International Symposium on Aerospace/Defense Sensing, Simulation and Controls, Orlando, Florida, September [11] R. E. KALMAN. A new approach to linear filtering and prediction system. In Transactions of the ASMEJournal of Basic Engineering, 82 (Series D): 35-45, [12] Francois LeGland. Introduction au filtrage en temps discret. filtre de kalman, filtre particulaire, modles de markov cachs. Master s thesis, Universit de Rennes 1, [13] Franois LeGland. Filtrage particulaire. In Actes du 19me Colloque GRETSI sur le Traitement du Signal et des Images, volume II, pages 1 8, September [14] X. R. LI and V. P. JILKOV. Survey of maneuvering target tracking, part v: Multiple model methods. In IEEE Transactions onaerospace and Electronic Systems, vol. 41, no. 4, [15] R. T. MOREO, A. Z. IZQUIERDO, B. U. MINARRO, and A. F. G. SKARMETA. High-integrity imm-ekf-based road vehicle navigation with low-cost gps/sbas/ins. In IEEE Tans. on Intelligent Transportation Systems, vol. 8, no. 3, pp , [16] B. Mourllion, D. Gruyer, A. Lambert, and S. Glaser. Kalman filters comparison for vehicle localization data alignment. In ICAR 2005 Seattle, Washington, USA, July 18th-20th [17] B. Mourllion, D. Gruyer, A. Lambert, and S. Glaser. Kalman filters predictive steps comparison for vehicle localization. In IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS05), Alberta, Canada,, August 2-6, [18] A. Ndjeng Ndjeng, S. Glaser, and D. Gruyer. A multiple model localization system for outdoor vehicles. In Proc. IEEE International Symposium, Istanbul, [19] A. Ndjeng Ndjeng, D. Gruyer, and S. Glaser. New likelihood updating for the imm approach application to outdoor vehicles localization. In IROS09, Saint Louis, USA, Octobre [20] M. Norgaard, N. K. Poulsen, and O. Ravn. Advances in derivativefree state estimation for nonlinear systems. In Revised edition of the technical report IMM-REP , Technical University of Denmark, VI. ACKNOWLEDGMENT This work has been completed within the POSITIONING, MAPS and LOCAL REFERENCING sub-project (POMA) in the European project CVIS. REFERENCES [1] H. A. P. Blom. An efficient filter for abruptly changing systems. In 23rd IEEE Conference on Decision and Control, pages , Las Vegas, NV, December [2] H. A. P. Blom and Y. Bar-Shalom. The interacting multiple model algorithm for systems with markovian switching coefficients. In IEEE Transaction on Automatic Control, August

Integration of GNSS and INS

Integration of GNSS and INS Integration of GNSS and INS Kiril Alexiev 1/39 To limit the drift, an INS is usually aided by other sensors that provide direct measurements of the integrated quantities. Examples of aiding sensors: Aided

More information

Extended Kalman Filtering

Extended Kalman Filtering Extended Kalman Filtering Andre Cornman, Darren Mei Stanford EE 267, Virtual Reality, Course Report, Instructors: Gordon Wetzstein and Robert Konrad Abstract When working with virtual reality, one of the

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

Dynamic Model-Based Filtering for Mobile Terminal Location Estimation

Dynamic Model-Based Filtering for Mobile Terminal Location Estimation 1012 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 4, JULY 2003 Dynamic Model-Based Filtering for Mobile Terminal Location Estimation Michael McGuire, Member, IEEE, and Konstantinos N. Plataniotis,

More information

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System)

Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) ISSC 2013, LYIT Letterkenny, June 20 21 Vehicle Speed Estimation Using GPS/RISS (Reduced Inertial Sensor System) Thomas O Kane and John V. Ringwood Department of Electronic Engineering National University

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 2009 978-0-9824438-0-4 2009 ISIF 126 with x s denoting the known satellite position. ρ e shall be used to model the errors

More information

Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion

Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion Rafiullah Khan, Francesco Sottile, and Maurizio A. Spirito Abstract In wireless sensor networks (WSNs), hybrid algorithms are

More information

Integrated Navigation System

Integrated Navigation System Integrated Navigation System Adhika Lie adhika@aem.umn.edu AEM 5333: Design, Build, Model, Simulate, Test and Fly Small Uninhabited Aerial Vehicles Feb 14, 2013 1 Navigation System Where am I? Position,

More information

Neural network based data fusion for vehicle positioning in

Neural network based data fusion for vehicle positioning in 04ANNUAL-345 Neural network based data fusion for vehicle positioning in land navigation system Mathieu St-Pierre Department of Electrical and Computer Engineering Université de Sherbrooke Sherbrooke (Québec)

More information

Radar / ADS-B data fusion architecture for experimentation purpose

Radar / ADS-B data fusion architecture for experimentation purpose Radar / ADS-B data fusion architecture for experimentation purpose O. Baud THALES 19, rue de la Fontaine 93 BAGNEUX FRANCE olivier.baud@thalesatm.com N. Honore THALES 19, rue de la Fontaine 93 BAGNEUX

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

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

A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter

A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter Noha El Gemayel, Holger Jäkel and Friedrich K. Jondral Communications Engineering Lab, Karlsruhe Institute of Technology (KIT, Germany

More information

Intelligent Vehicle Localization Using GPS, Compass, and Machine Vision

Intelligent Vehicle Localization Using GPS, Compass, and Machine Vision The 2009 IEEE/RSJ International Conference on Intelligent Robots and Systems October 11-15, 2009 St. Louis, USA Intelligent Vehicle Localization Using GPS, Compass, and Machine Vision Somphop Limsoonthrakul,

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

Waveform Libraries for Radar Tracking Applications: Maneuvering Targets

Waveform Libraries for Radar Tracking Applications: Maneuvering Targets Waveform Libraries for Radar Tracking Applications: Maneuvering Targets S. Suvorova and S. D. Howard Defence Science and Technology Organisation, PO BOX 1500, Edinburgh 5111, Australia W. Moran and R.

More information

Performance Analysis of GPS Integer Ambiguity Resolution Using External Aiding Information

Performance Analysis of GPS Integer Ambiguity Resolution Using External Aiding Information Journal of Global Positioning Systems (2005) Vol. 4, No. 1-2: 201-206 Performance Analysis of GPS Integer Ambiguity Resolution Using External Aiding Information Sebum Chun, Chulbum Kwon, Eunsung Lee, Young

More information

A Java Tool for Exploring State Estimation using the Kalman Filter

A Java Tool for Exploring State Estimation using the Kalman Filter ISSC 24, Belfast, June 3 - July 2 A Java Tool for Exploring State Estimation using the Kalman Filter Declan Delaney and Tomas Ward 2 Department of Computer Science, 2 Department of Electronic Engineering,

More information

State-Space Models with Kalman Filtering for Freeway Traffic Forecasting

State-Space Models with Kalman Filtering for Freeway Traffic Forecasting State-Space Models with Kalman Filtering for Freeway Traffic Forecasting Brian Portugais Boise State University brianportugais@u.boisestate.edu Mandar Khanal Boise State University mkhanal@boisestate.edu

More information

Comparing the State Estimates of a Kalman Filter to a Perfect IMM Against a Maneuvering Target

Comparing the State Estimates of a Kalman Filter to a Perfect IMM Against a Maneuvering Target 14th International Conference on Information Fusion Chicago, Illinois, USA, July -8, 11 Comparing the State Estimates of a Kalman Filter to a Perfect IMM Against a Maneuvering Target Mark Silbert and Core

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

Kalman Filters. Jonas Haeling and Matthis Hauschild

Kalman Filters. Jonas Haeling and Matthis Hauschild Jonas Haeling and Matthis Hauschild Universität Hamburg Fakultät für Mathematik, Informatik und Naturwissenschaften Technische Aspekte Multimodaler Systeme November 9, 2014 J. Haeling and M. Hauschild

More information

Outlier-Robust Estimation of GPS Satellite Clock Offsets

Outlier-Robust Estimation of GPS Satellite Clock Offsets Outlier-Robust Estimation of GPS Satellite Clock Offsets Simo Martikainen, Robert Piche and Simo Ali-Löytty Tampere University of Technology. Tampere, Finland Email: simo.martikainen@tut.fi Abstract A

More information

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller

Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller International Journal of Emerging Trends in Science and Technology Temperature Control in HVAC Application using PID and Self-Tuning Adaptive Controller Authors Swarup D. Ramteke 1, Bhagsen J. Parvat 2

More information

Localisation et navigation de robots

Localisation et navigation de robots Localisation et navigation de robots UPJV, Département EEA M2 EEAII, parcours ViRob Année Universitaire 2017/2018 Fabio MORBIDI Laboratoire MIS Équipe Perception ique E-mail: fabio.morbidi@u-picardie.fr

More information

Sensor Fusion for Navigation in Degraded Environements

Sensor Fusion for Navigation in Degraded Environements Sensor Fusion for Navigation in Degraded Environements David M. Bevly Professor Director of the GPS and Vehicle Dynamics Lab dmbevly@eng.auburn.edu (334) 844-3446 GPS and Vehicle Dynamics Lab Auburn University

More information

A Comparative Study of Different Kalman Filtering Methods in Multi Sensor Data Fusion

A Comparative Study of Different Kalman Filtering Methods in Multi Sensor Data Fusion A Comparative Study of Different Kalman Filtering Methods in Multi Sensor Data Fusion Mohammad Sadegh Mohebbi Nazar Abstract- In this paper two different techniques of Kalman Filtering and their application

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

Utility of Sensor Fusion of GPS and Motion Sensor in Android Devices In GPS- Deprived Environment

Utility of Sensor Fusion of GPS and Motion Sensor in Android Devices In GPS- Deprived Environment Utility of Sensor Fusion of GPS and Motion Sensor in Android Devices In GPS- Deprived Environment Amrit Karmacharya1 1 Land Management Training Center Bakhundol, Dhulikhel, Kavre, Nepal Tel:- +977-9841285489

More information

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Recently, consensus based distributed estimation has attracted considerable attention from various fields to estimate deterministic

More information

Intelligent Technology for More Advanced Autonomous Driving

Intelligent Technology for More Advanced Autonomous Driving FEATURED ARTICLES Autonomous Driving Technology for Connected Cars Intelligent Technology for More Advanced Autonomous Driving Autonomous driving is recognized as an important technology for dealing with

More information

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Akshay Shetty and Grace Xingxin Gao University of Illinois at Urbana-Champaign BIOGRAPHY Akshay Shetty is a graduate student in

More information

FAULT DIAGNOSIS AND RECONFIGURATION IN FLIGHT CONTROL SYSTEMS

FAULT DIAGNOSIS AND RECONFIGURATION IN FLIGHT CONTROL SYSTEMS FAULT DIAGNOSIS AND RECONFIGURATION IN FLIGHT CONTROL SYSTEMS by CHINGIZ HAJIYEV Istanbul Technical University, Turkey and FIKRET CALISKAN Istanbul Technical University, Turkey Kluwer Academic Publishers

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

This study provides models for various components of study: (1) mobile robots with on-board sensors (2) communication, (3) the S-Net (includes computa

This study provides models for various components of study: (1) mobile robots with on-board sensors (2) communication, (3) the S-Net (includes computa S-NETS: Smart Sensor Networks Yu Chen University of Utah Salt Lake City, UT 84112 USA yuchen@cs.utah.edu Thomas C. Henderson University of Utah Salt Lake City, UT 84112 USA tch@cs.utah.edu Abstract: The

More information

INTRODUCTION TO KALMAN FILTERS

INTRODUCTION TO KALMAN FILTERS ECE5550: Applied Kalman Filtering 1 1 INTRODUCTION TO KALMAN FILTERS 1.1: What does a Kalman filter do? AKalmanfilterisatool analgorithmusuallyimplementedasa computer program that uses sensor measurements

More information

PerSEE: a Central Sensors Fusion Electronic Control Unit for the development of perception-based ADAS

PerSEE: a Central Sensors Fusion Electronic Control Unit for the development of perception-based ADAS 10-4 MVA2015 IAPR International Conference on Machine Vision Applications, May 18-22, 2015, Tokyo, JAPAN PerSEE: a Central Sensors Fusion Electronic Control Unit for the development of perception-based

More information

Robust Position and Velocity Estimation Methods in Integrated Navigation Systems for Inland Water Applications

Robust Position and Velocity Estimation Methods in Integrated Navigation Systems for Inland Water Applications Robust Position and Velocity Estimation Methods in Integrated Navigation Systems for Inland Water Applications D. Arias-Medina, M. Romanovas, I. Herrera-Pinzón, R. Ziebold German Aerospace Centre (DLR)

More information

A Neural Extended Kalman Filter Multiple Model Tracker

A Neural Extended Kalman Filter Multiple Model Tracker A Neural Extended Kalman Filter Multiple Model Tracer M. W. Owen, U.S. Navy SPAWAR Systems Center San Diego Code 2725, 53560 Hull Street San Diego, CA, 92152, USA mar.owen@navy.mil A. R. Stubberud, University

More information

Cooperative localization (part I) Jouni Rantakokko

Cooperative localization (part I) Jouni Rantakokko Cooperative localization (part I) Jouni Rantakokko Cooperative applications / approaches Wireless sensor networks Robotics Pedestrian localization First responders Localization sensors - Small, low-cost

More information

Advanced Positioning Technology Approach for Co-operative Vehicle Infrastructure Systems (CVIS)

Advanced Positioning Technology Approach for Co-operative Vehicle Infrastructure Systems (CVIS) Advanced Positioning Technology Approach for Co-operative Vehicle Infrastructure Systems (CVIS) Marius Schlingelhof 1, David Bétaille 2, Philippe Bonnifait 3, Philippe Poiré 4, Katia Demaseure 5 1. German

More information

A COST-EFFECTIVE POSITIONING SOLUTION FOR ASPHALT ROLLERS BASED ON LOW-COST DGPS RECEIVERS

A COST-EFFECTIVE POSITIONING SOLUTION FOR ASPHALT ROLLERS BASED ON LOW-COST DGPS RECEIVERS A COST-EFFECTIVE POSITIONING SOLUTION FOR ASPHALT ROLLERS BASED ON LOW-COST DGPS RECEIVERS by Jaroslaw Jurasz 1, Karl Ludwig Kley 1 ABSTRACT: As of today, the DGPS-based Computer Integrated Road Construction

More information

Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC Integrated Navigation System Hardware Prototype

Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC Integrated Navigation System Hardware Prototype This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC

More information

AIR FORCE INSTITUTE OF TECHNOLOGY

AIR FORCE INSTITUTE OF TECHNOLOGY Air-to-Air Missile Enhanced Scoring with Kalman Smoothing THESIS Jonathon Gipson, Captain, USAF AFIT/GE/ENG/12-18 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY Wright-Patterson

More information

Cubature Kalman Filtering: Theory & Applications

Cubature Kalman Filtering: Theory & Applications Cubature Kalman Filtering: Theory & Applications I. (Haran) Arasaratnam Advisor: Professor Simon Haykin Cognitive Systems Laboratory McMaster University April 6, 2009 Haran (McMaster) Cubature Filtering

More information

Comparative Analysis Of Kalman And Extended Kalman Filters In Improving GPS Accuracy

Comparative Analysis Of Kalman And Extended Kalman Filters In Improving GPS Accuracy Comparative Analysis Of Kalman And Extended Kalman Filters In Improving GPS Accuracy Swapna Raghunath 1, Dr. Lakshmi Malleswari Barooru 2, Sridhar Karnam 3 1. G.Narayanamma Institute of Technology and

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

Cooperative navigation (part II)

Cooperative navigation (part II) Cooperative navigation (part II) An example using foot-mounted INS and UWB-transceivers Jouni Rantakokko Aim Increased accuracy during long-term operations in GNSS-challenged environments for - First responders

More information

Next Generation Vehicle Positioning Techniques for GPS- Degraded Environments to Support Vehicle Safety and Automation Systems

Next Generation Vehicle Positioning Techniques for GPS- Degraded Environments to Support Vehicle Safety and Automation Systems Next Generation Vehicle Positioning Techniques for GPS- Degraded Environments to Support Vehicle Safety and Automation Systems EXPLORATORY ADVANCED RESEARCH PROGRAM Auburn University SRI (formerly Sarnoff)

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

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

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

The Tracking Algorithm for Maneuvering Target Based on Adaptive Kalman Filter

The Tracking Algorithm for Maneuvering Target Based on Adaptive Kalman Filter he International Arab Journal of Information echnology, Vol. 10, No. 5, September 013 453 he racking Algorithm for Maneuvering arget Based on Adaptive Kalman Filter Zheng ang, Chao Sun, and Zongwei Liu

More information

How to introduce LORD Sensing s newest inertial sensors into your application

How to introduce LORD Sensing s newest inertial sensors into your application LORD TECHNICAL NOTE Migrating from the 3DM-GX4 to the 3DM-GX5 How to introduce LORD Sensing s newest inertial sensors into your application Introduction The 3DM-GX5 is the latest generation of the very

More information

An Information Fusion Method for Vehicle Positioning System

An Information Fusion Method for Vehicle Positioning System An Information Fusion Method for Vehicle Positioning System Yi Yan, Che-Cheng Chang and Wun-Sheng Yao Abstract Vehicle positioning techniques have a broad application in advanced driver assistant system

More information

Pedestrian Navigation System Using. Shoe-mounted INS. By Yan Li. A thesis submitted for the degree of Master of Engineering (Research)

Pedestrian Navigation System Using. Shoe-mounted INS. By Yan Li. A thesis submitted for the degree of Master of Engineering (Research) Pedestrian Navigation System Using Shoe-mounted INS By Yan Li A thesis submitted for the degree of Master of Engineering (Research) Faculty of Engineering and Information Technology University of Technology,

More information

Report 3. Kalman or Wiener Filters

Report 3. Kalman or Wiener Filters 1 Embedded Systems WS 2014/15 Report 3: Kalman or Wiener Filters Stefan Feilmeier Facultatea de Inginerie Hermann Oberth Master-Program Embedded Systems Advanced Digital Signal Processing Methods Winter

More information

Embedded Architecture for Object Tracking using Kalman Filter

Embedded Architecture for Object Tracking using Kalman Filter Journal of Computer Sciences Original Research Paper Embedded Architecture for Object Tracing using Kalman Filter Ahmad Abdul Qadir Al Rababah Faculty of Computing and Information Technology in Rabigh,

More information

Surveillance and Calibration Verification Using Autoassociative Neural Networks

Surveillance and Calibration Verification Using Autoassociative Neural Networks Surveillance and Calibration Verification Using Autoassociative Neural Networks Darryl J. Wrest, J. Wesley Hines, and Robert E. Uhrig* Department of Nuclear Engineering, University of Tennessee, Knoxville,

More information

Analysis of Compass Sensor Accuracy on Several Mobile Devices in an Industrial Environment

Analysis of Compass Sensor Accuracy on Several Mobile Devices in an Industrial Environment Analysis of Compass Sensor Accuracy on Several Mobile Devices in an Industrial Environment Michael Hölzl, Roland Neumeier and Gerald Ostermayer University of Applied Sciences Hagenberg michael.hoelzl@fh-hagenberg.at,

More information

Sensing and Perception: Localization and positioning. by Isaac Skog

Sensing and Perception: Localization and positioning. by Isaac Skog Sensing and Perception: Localization and positioning by Isaac Skog Outline Basic information sources and performance measurements. Motion and positioning sensors. Positioning and motion tracking technologies.

More information

Resume of Yuanxin Wu

Resume of Yuanxin Wu Assistant Professor Department of Automatic Control National University of Defense Technology Changsha, Hunan, P. R. China, 410073 Email: yuanx_wu@hotmail.com Now Visiting Post Doctoral Fellow Department

More information

FPGA Based Kalman Filter for Wireless Sensor Networks

FPGA Based Kalman Filter for Wireless Sensor Networks ISSN : 2229-6093 Vikrant Vij,Rajesh Mehra, Int. J. Comp. Tech. Appl., Vol 2 (1), 155-159 FPGA Based Kalman Filter for Wireless Sensor Networks Vikrant Vij*, Rajesh Mehra** *ME Student, Department of Electronics

More information

Introduction to Kálmán Filtering

Introduction to Kálmán Filtering Introduction to Kálmán Filtering Jiří Dvořák Institute of Information Theory and Automation of the AS CR, Department of Probability and Mathematical Statistics, MFF UK, Prague Mariánská, 16. 1. 2013 Interpolation,

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

16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004

16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004 16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004 Tracking a Maneuvering Target Using Neural Fuzzy Network Fun-Bin Duh and Chin-Teng Lin, Senior Member,

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

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Hiroshi Ishiguro Department of Information Science, Kyoto University Sakyo-ku, Kyoto 606-01, Japan E-mail: ishiguro@kuis.kyoto-u.ac.jp

More information

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION Journal of Young Scientist, Volume IV, 2016 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

More information

Decentralised SLAM with Low-Bandwidth Communication for Teams of Vehicles

Decentralised SLAM with Low-Bandwidth Communication for Teams of Vehicles Decentralised SLAM with Low-Bandwidth Communication for Teams of Vehicles Eric Nettleton a, Sebastian Thrun b, Hugh Durrant-Whyte a and Salah Sukkarieh a a Australian Centre for Field Robotics, University

More information

Correcting Odometry Errors for Mobile Robots Using Image Processing

Correcting Odometry Errors for Mobile Robots Using Image Processing Correcting Odometry Errors for Mobile Robots Using Image Processing Adrian Korodi, Toma L. Dragomir Abstract - The mobile robots that are moving in partially known environments have a low availability,

More information

Accurate Positioning for Vehicular Safety Applications the SAFESPOT Approach

Accurate Positioning for Vehicular Safety Applications the SAFESPOT Approach Accurate Positioning for Vehicular Safety Applications the SAFESPOT Approach Robin Schubert, Marius Schlingelhof, Heiko Cramer and Gerd Wanielik Professorship of Communications Engineering Chemnitz University

More information

SNR Estimation in Nakagami-m Fading With Diversity Combining and Its Application to Turbo Decoding

SNR Estimation in Nakagami-m Fading With Diversity Combining and Its Application to Turbo Decoding IEEE TRANSACTIONS ON COMMUNICATIONS, VOL. 50, NO. 11, NOVEMBER 2002 1719 SNR Estimation in Nakagami-m Fading With Diversity Combining Its Application to Turbo Decoding A. Ramesh, A. Chockalingam, Laurence

More information

Technischer Bericht TUM. Institut für Informatik. Technische Universität München. Beacon-based Vehicle Tracking in Vehicular Ad-hoc Networks

Technischer Bericht TUM. Institut für Informatik. Technische Universität München. Beacon-based Vehicle Tracking in Vehicular Ad-hoc Networks TUM TECHNISCHE UNIVERSITÄT MÜNCHEN INSTITUT FÜR INFORMATIK Beacon-based Vehicle Tracking in Vehicular Ad-hoc Networks Karim Emara, Wolfgang Woerndl, Johann Schlichter TUM-I1343 Technischer Bericht Technische

More information

Resilient and Accurate Autonomous Vehicle Navigation via Signals of Opportunity

Resilient and Accurate Autonomous Vehicle Navigation via Signals of Opportunity Resilient and Accurate Autonomous Vehicle Navigation via Signals of Opportunity Zak M. Kassas Autonomous Systems Perception, Intelligence, and Navigation (ASPIN) Laboratory University of California, Riverside

More information

IMU Platform for Workshops

IMU Platform for Workshops IMU Platform for Workshops Lukáš Palkovič *, Jozef Rodina *, Peter Hubinský *3 * Institute of Control and Industrial Informatics Faculty of Electrical Engineering, Slovak University of Technology Ilkovičova

More information

Robust Positioning for Urban Traffic

Robust Positioning for Urban Traffic Robust Positioning for Urban Traffic Motivations and Activity plan for the WG 4.1.4 Dr. Laura Ruotsalainen Research Manager, Department of Navigation and positioning Finnish Geospatial Research Institute

More information

On the Estimation of Interleaved Pulse Train Phases

On the Estimation of Interleaved Pulse Train Phases 3420 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 48, NO. 12, DECEMBER 2000 On the Estimation of Interleaved Pulse Train Phases Tanya L. Conroy and John B. Moore, Fellow, IEEE Abstract Some signals are

More information

PROFFESSIONAL EXPERIENCE

PROFFESSIONAL EXPERIENCE SUMAN CHAKRAVORTY Aerospace Engineering email: schakrav@aero.tamu.edu Texas A& M University Phone: (979) 4580064 611 B, H. R. Bright Building, FAX: (979) 8456051 3141 TAMU, College Station Webpage: Chakravorty

More information

Lane Detection in Automotive

Lane Detection in Automotive Lane Detection in Automotive Contents Introduction... 2 Image Processing... 2 Reading an image... 3 RGB to Gray... 3 Mean and Gaussian filtering... 5 Defining our Region of Interest... 6 BirdsEyeView Transformation...

More information

Position Tracking in Urban Environments using Linear Constraints and Bias Pseudo Measurements

Position Tracking in Urban Environments using Linear Constraints and Bias Pseudo Measurements Position Tracking in Urban Environments using Linear Constraints and Bias Pseudo Measurements Julia Niewiejska, Felix Govaers, Nils Aschenbruck University of Bonn -Institute of Computer Science 4 Roemerstr.

More information

Simulation of GPS-based Launch Vehicle Trajectory Estimation using UNSW Kea GPS Receiver

Simulation of GPS-based Launch Vehicle Trajectory Estimation using UNSW Kea GPS Receiver Simulation of GPS-based Launch Vehicle Trajectory Estimation using UNSW Kea GPS Receiver Sanat Biswas Australian Centre for Space Engineering Research, UNSW Australia, s.biswas@unsw.edu.au Li Qiao School

More information

Dr. Wenjie Dong. The University of Texas Rio Grande Valley Department of Electrical Engineering (956)

Dr. Wenjie Dong. The University of Texas Rio Grande Valley Department of Electrical Engineering (956) Dr. Wenjie Dong The University of Texas Rio Grande Valley Department of Electrical Engineering (956) 665-2200 Email: wenjie.dong@utrgv.edu EDUCATION PhD, University of California, Riverside, 2009 Major:

More information

in a Rao-Blackwellised Unscented Kalman Filter

in a Rao-Blackwellised Unscented Kalman Filter A Rao-Blackwellised Unscented Kalman Filter Mark Briers Simon R. Maskell Robert Wright QinetiQ Ltd. QinetiQ Ltd. QinetiQ Ltd. Malvern Technology Centre Malvern Technology Centre Malvern Technology Centre

More information

Intelligent Vehicles and ADAS (Advanced Driving Assistance Systems) Ph. Bonnifait Lab Heudiasyc CNRS, Université de Technologie de Compiègne FRANCE

Intelligent Vehicles and ADAS (Advanced Driving Assistance Systems) Ph. Bonnifait Lab Heudiasyc CNRS, Université de Technologie de Compiègne FRANCE Intelligent Vehicles and ADAS (Advanced Driving Assistance Systems) Ph. Bonnifait Lab Heudiasyc CNRS, Université de Technologie de Compiègne FRANCE 1 Outline 1. Intelligent Vehicles 2. Pedestrian detection,

More information

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE WIND VELOCIY ESIMAION WIHOU AN AIR SPEED SENSOR USING KALMAN FILER UNDER HE COLORED MEASUREMEN NOISE Yong-gonjong Par*, Chan Goo Par** Department of Mechanical and Aerospace Eng/Automation and Systems

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

SOME SIGNALS are transmitted as periodic pulse trains.

SOME SIGNALS are transmitted as periodic pulse trains. 3326 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 46, NO. 12, DECEMBER 1998 The Limits of Extended Kalman Filtering for Pulse Train Deinterleaving Tanya Conroy and John B. Moore, Fellow, IEEE Abstract

More information

Vector tracking loops are a type

Vector tracking loops are a type GNSS Solutions: What are vector tracking loops, and what are their benefits and drawbacks? GNSS Solutions is a regular column featuring questions and answers about technical aspects of GNSS. Readers are

More information

Evaluation of a Low-cost MEMS Accelerometer for Distance Measurement

Evaluation of a Low-cost MEMS Accelerometer for Distance Measurement Journal of Intelligent and Robotic Systems 30: 249 265, 2001. 2001 Kluwer Academic Publishers. Printed in the Netherlands. 249 Evaluation of a Low-cost MEMS Accelerometer for Distance Measurement GRANTHAM

More information

SPAN Technology System Characteristics and Performance

SPAN Technology System Characteristics and Performance SPAN Technology System Characteristics and Performance NovAtel Inc. ABSTRACT The addition of inertial technology to a GPS system provides multiple benefits, including the availability of attitude output

More information

Improved Pedestrian Navigation Based on Drift-Reduced NavChip MEMS IMU

Improved Pedestrian Navigation Based on Drift-Reduced NavChip MEMS IMU Improved Pedestrian Navigation Based on Drift-Reduced NavChip MEMS IMU Eric Foxlin Aug. 3, 2009 WPI Workshop on Precision Indoor Personnel Location and Tracking for Emergency Responders Outline Summary

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

PERFORMANCE ANALYSIS OF AN AKF BASED TIGHTLY-COUPLED INS/GNSS INTEGRATED SCHEME WITH NHC FOR LAND VEHICULAR APPLICATIONS

PERFORMANCE ANALYSIS OF AN AKF BASED TIGHTLY-COUPLED INS/GNSS INTEGRATED SCHEME WITH NHC FOR LAND VEHICULAR APPLICATIONS PERFORMANCE ANALYSIS OF AN AKF BASED TIGHTLY-COUPLED INS/GNSS INTEGRATED SCHEME WITH NHC FOR LAND VEHICULAR APPLICATIONS Kun-Yao Peng, Cheng-An Lin and Kai-Wei Chiang Department of Geomatics, National

More information

arxiv: v1 [cs.sd] 4 Dec 2018

arxiv: v1 [cs.sd] 4 Dec 2018 LOCALIZATION AND TRACKING OF AN ACOUSTIC SOURCE USING A DIAGONAL UNLOADING BEAMFORMING AND A KALMAN FILTER Daniele Salvati, Carlo Drioli, Gian Luca Foresti Department of Mathematics, Computer Science and

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

Particle. Kalman filter. Graphbased. filter. Kalman. Particle. filter. filter. Three Main SLAM Paradigms. Robot Mapping

Particle. Kalman filter. Graphbased. filter. Kalman. Particle. filter. filter. Three Main SLAM Paradigms. Robot Mapping Robot Mapping Three Main SLAM Paradigms Summary on the Kalman Filter & Friends: KF, EKF, UKF, EIF, SEIF Kalman Particle Graphbased Cyrill Stachniss 1 2 Kalman Filter & Its Friends Kalman Filter Algorithm

More information

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators 374 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 2, MARCH 2003 Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators Jenq-Tay Yuan

More information

Design and Implementation on a Sub-band based Acoustic Echo Cancellation Approach

Design and Implementation on a Sub-band based Acoustic Echo Cancellation Approach Vol., No. 6, 0 Design and Implementation on a Sub-band based Acoustic Echo Cancellation Approach Zhixin Chen ILX Lightwave Corporation Bozeman, Montana, USA chen.zhixin.mt@gmail.com Abstract This paper

More information