INTELLIGENT LAND VEHICLE NAVIGATION: INTEGRATING SPATIAL INFORMATION INTO THE NAVIGATION SOLUTION

Size: px
Start display at page:

Download "INTELLIGENT LAND VEHICLE NAVIGATION: INTEGRATING SPATIAL INFORMATION INTO THE NAVIGATION SOLUTION"

Transcription

1 INTELLIGENT LAND VEHICLE NAVIGATION: INTEGRATING SPATIAL INFORMATION INTO THE NAVIGATION SOLUTION Stephen Scott-Young Dr Allison Kealy Dr Philip Collier Department of Geomatics, The University of Melbourne, Vic 3010 Tel Fax Key words: intelligent navigation, integrated systems, GPS, DR ABSTRACT Successful intelligent land vehicle navigation systems can only be realised through the integration of navigation data and spatial information. This is evident in the development of modern Intelligent Transportation Systems (ITS), where the Global Positioning System (GPS) is used to provide the navigation data, and spatial information contained within an information database is used to provide location details. With plans already underway for the development of a Global Navigation Satellite System (GNSS), the next generation of ITS will definitely incorporate satellite ing technologies. Unfortunately, the performance of any satellite technology is restricted in areas where sky visibility is completely or partially obstructed. There is a fundamental requirement to provide a robust navigation system to support future developments of ITS. Potential solutions include the development of integrated systems, which combine measurements from GPS and other complementary sensors, such as dead reckoning (DR), to improve the continuity of ing. However, current integration algorithms, such as Kalman filtering, have difficulty in contending with the high dynamics of land vehicles, and challenge the navigation capability of these systems within the environment of urban canyons. Ironically this is perhaps the one environment where the successful application of satellite technology could most benefit the ITS industry. This paper discusses the integration of the inherent intelligence of spatial information contained within a Geographical Information System (GIS) with measurements received from a navigation system. The spatial information provides additional data that is used to constrain the navigation solution and provide a more accurate and reliable estimate. With this approach, the solution is not dependent on the performance capabilities of the navigation sensors alone. It enables the use of lower accuracy navigation devices, thereby reducing the cost of navigation systems while still providing a viable solution.

2 INTRODUCTION Intelligent navigation is the process of improving the basic solution obtained from low cost navigation sensors for land mobile applications. This is achieved through the integration of measurements provided by the navigation instruments with additional spatial information contained within a map database. In the majority of current real-time vehicle navigation systems, a low cost GPS receiver is used to provide information on the vehicle s, and a Geographic Information System (GIS) is used to provide location details. For land vehicle navigation applications, GPS only systems are incapable of maintaining continuous navigation capability in environments where the satellite signals are obstructed (e.g. by buildings, trees etc). Solutions to this problem commonly involve the integration of GPS with dead reckoning (DR) sensors. This solution often increases the overall cost of the navigation system with little improvement in the solution, as DR systems suffer from the accumulation of errors over time. Additionally, complex Kalman filtering algorithms used for a more rigorous integration of GPS and DR measurements are often unable to cope with the high dynamics of land vehicle navigation. With the wealth of information contained in a GIS, data can easily be extracted and integrated into the vehicle navigation solution. In this way, apart from assuming a passive role of informing users about objects of interest in their surroundings, the information contained in the database is used as additional measurements within the navigation solution. This type of integration offers a solution that is capable of improving the accuracy and performance of low cost, low precision sensors for urban land vehicle navigation. DESIGNING A NAVIGATION SYSTEM The intelligent land vehicle navigation system developed for this research consists of both hardware and software components. The real-time navigation hardware component consists of: a low cost Garmin GPS receiver; a KVH fibre optic gyro (FOG); a Pentium 133, 64 megabytes laptop computer; an odometer. The software module developed in Smallworld Magik TM and Microsoft Visual Basic TM provides a user interface to the navigation software, a means of accessing the GIS database, as well as enabling intelligent navigation through the integration of measurements from the GIS with those from the real-time navigation system. The Hardware Components The system developed for this project is modular in its design. It therefore enables easy integration with various types of navigation instruments and techniques. Three modes of navigation are tested within this research: satellite navigation;

3 DR navigation; combined GPS/DR navigation. The satellite navigation mode relies solely on the GPS receiver. With the recent removal of selective availability (SA), the data obtained from the GPS receiver is accurate to ±12 meters 95% of the time (Hooper, 2000). The Garmin GPS 45 TM receiver used can track up to eight satellites simultaneously, supports the National Marine Electronics Association (NMEA) 0183 electrical interface and data protocol standard for communication between marine instrumentation, and has an RS-232 serial communication output (Garmin International, 1994). The specific NMEA sentences used by the navigation system were the Recommend Minimum Specific GPS/TRANSIT Data (RMC) and Global Positioning System Fix Data (GGA) sentences. The DR navigation mode utilises the change in the vehicle direction measurements from a KVH FOG and distance measurements from the vehicle s odometer. The FOG has an RS- 232 serial communication output at 9600 baud and is capable of measuring a maximum rotation rate of ±100 /second (KVH Industries, Inc., 1999). The FOG allows for input from a vehicle s odometer in the form of electrical pulses. Each pulse represents an amount of wheel rotation predetermined by the vehicle manufacturer. Data received from the odometer is converted into binary format and included with the information transmitted via the FOG s RS-232 output. This data is then used to compute distance travelled by the vehicle. The accuracy of the DR system is limited predominantly by distance measurement and is approximately 2% of the distance travelled. Since the DR system contains no means of absolute ing, navigation requires the provision of a starting location and direction. The combined navigation mode integrates both the GPS and DR sensors. In this research, because of the high relative ing accuracy offered by the DR sensors, the navigation system relies primarily on DR, resorting to the GPS navigation solution only when the difference between independently measured GPS and DR s agree to an expected level. To define this tolerance, the DR and GPS accuracies were taken into account. Given that the major error accumulation in DR measurements is from distance measurement and that the GPS measurement is accurate to ±12m 95% of the time, the difference between DR and GPS calculations should be within: ± (12m + 2% of distance travelled since last GPS measurement used) A flow diagram of the system hardware and data flow is depicted in Figure 1.

4 GPS Receiver NMEA sentences Laptop Odometer Wheel rotation pulses FOG DR binary data Figure 1 - Flow diagram of the system hardware and data flow Unlike the GPS receiver, the FOG does not constitute a low cost instrument. It was used initially to implement and refine the models for intelligent navigation. However, subsequent testing described in this paper will show that with intelligent navigation, such high accuracy devices are not required. The Software Component Implementation of the intelligent navigation system required a platform to provide a user interface to the navigation software, to facilitate the data integration between the different hardware, and to analyse and display spatial data. Smallworld 3 TM GIS was chosen for this purpose. Smallworld s open architecture and comprehensive spatial analysis functionality offered significant benefits in developing the software component of this project. The programming language of Smallworld 3 GIS is Magik TM, an object-oriented programming language that is also used to implement the majority of the core Smallworld 3 GIS product itself. Smallworld 3 GIS includes facilities for integrating applications programmed in languages other than Magik. This was a particular advantage as it enabled interpretation of the navigation device outputs to take place in Microsoft Visual Basic TM. While Magik could have been used instead, Microsoft Visual Basic contains comprehensive serial communication libraries that aided development in the communication between Smallworld 3 GIS and the GPS receiver and FOG. A flow diagram of the data through the navigation system software is shown in Figure 2. GPS NMEA sentences RS-232 connection Translation of NMEA sentences into the individual components of the RMC and GGA sentences by Visual Basic Satellite navigation data RS-232 connection DR binary data Translation of binary data into the individual DR components (change in direction and distance) by Visual Basic DR navigation data Smallworld GIS Figure 2 - Flow diagram of the data through the navigation system software

5 The User Interface The user interface for the intelligent navigation system was designed to minimise the amount of technical information supplied to the user, with its primary aim being simplicity of use. The user interface designed is shown in Figure 3. Position information Navigation device in use Number of satellites visible to GPS receiver Figure 3 The navigation system interface Navigation options, such as turning intelligent navigation on or off, automatically centering on the vehicle location and selection of navigation mode (i.e., GPS, DR or both) Accessing the Database Spatial data is a fundamental requirement for intelligent navigation. The road centreline data for metropolitan Melbourne was stored in the Smallworld 3 GIS database. This data can then be accessed via Magik, thus providing the essential link between navigation instrument data and spatial information. INTELLIGENT NAVIGATION Four principle rules of intelligent navigation have been identified in this research: closest road bearing matching access only distance in direction Closest Road The first step towards intelligent navigation is to make the assumption that the vehicle is travelling along a road (which is typically the case). This constraint can be included in the location solution, thus improving the accuracy of the computed of the vehicle. This simple algorithm is effective when the nearest road is in fact the road being travelled. However, when approaching intersections or when two roads are close to each other, the

6 ϕ (a) Measured (b) Actual Calculated Figure 4 - Correcting to the nearest road: (a) Navigation without correction. (b) Navigation with correction. (a) (b) Calculated Actual Figure 5 - Correcting to the nearest road with accumulated distance error ϕ: (a) Navigation without correction. (b) Navigation with correction. nearest road may not be the road being travelled. In these situations, searching for the nearest road downgrades the solution (Figure 4). Additional errors in DR navigation may arise. One such error occurs as the vehicle turns a corner. Due to accumulation of small distance errors, when turning a corner, the nearest road can still be the previous road of travel (Figure 5). Without the ability to determine absolute, further DR navigation becomes increasingly erroneous. Bearing Matching Clearly, as the closest road rule takes into account only absolute and not vehicle bearing, this rule alone is not sufficient. The second rule, bearing matching, requires that the nearest road to which the vehicle s is corrected must have a similar bearing to the direction of travel. This corrects the problems previously described. The threshold of similarity between the vehicle s bearing and the bearing of the surrounding roads may be adjusted to suit the accuracy of the navigation instruments. However, the larger the threshold, the more likely roads will be incorrectly matched as having the same bearing as that of the vehicle. The significance of this rule must not be overlooked when navigating using DR. Typically, the largest error source is introduced from distance measurements. As distances are dependent on wheel rotation, the odometer measurement is affected by tyre condition, pressure variation and vehicle speed (Madhukar et al., 1999). The combination of the closest road and bearing matching rules adjusts for this error each time the vehicle changes bearing above the threshold amount. For instance, the distance error ϕ, shown in Figure 5, is removed by intelligent navigation. The more often the vehicle turns a corner, the more frequently accumulated distance error is eliminated. Using DR as the only source of navigation over long periods of time, the accumulation of distance error may cause the navigation solution to become invalid. However, provided that regular change in direction occurs, as is often the case with city driving, accurate navigation by DR can continue.

7 Calculated (a) Access Only Figure 6 shows a case where application of the closest road and bearing matching rules incorrectly the vehicle. The access only rule is designed to identify and prevent this error from occurring. (b) Road B Road A Figure 7 - Road layout scenario Actual Figure 6 - Correcting to the nearest road taking road bearing into account: (a) Navigation without correction. (b) Navigation with correction. Road C Take, for example, a vehicle travelling along road A in the road layout diagram shown in Figure 7. Assuming the only route to road C is via road B, logic dictates that for the vehicle to be travelling along road C it must previously have travelled along road B. By logging previously travelled roads, the navigation system can prevent the vehicle from being located on a road that it could not possibly be on. Distance in direction This final rule further reduces the accumulation of distance error by calculating the distance travelled by the vehicle in the direction of the road rather than the direction measured by the navigation device. This is particularly important when navigation instruments of low accuracy are employed. For example, if a vehicle travels 1000m along a road of bearing 60 while measuring the road to have a bearing of 65 (i.e. 5 in error), an error in distance of 4m will occur (Figure 8). Although this may seem insignificant, over several kilometres, or with lower accuracy navigation instruments, larger errors can accumulate. This error is avoided by calculating the distance travelled independently from the bearing of the vehicle and then applying this distance in the direction of the road being travelled. IMPLEMENTING INTELLIGENT NAVIGATION 1000m 5 996m 1000m Figure 8 - Distance error propagated from bearing measurement error. The four rules of intelligent navigation were implemented using the Magik programming language. The fundamental requirement of the algorithm is the ability to search for roads (defined by centrelines in the GIS database) in the vehicle s vicinity (as determined by the navigation instruments). These road centrelines can then be interrogated for information such as distance to the uncorrected navigation solution and centreline bearing. The 4m

8 intelligent navigation rules are then applied to correct the solution. If more than one road matches all intelligent navigation constraints, the closest solution is selected. PERFORMANCE OF THE INTELLIGENT NAVIGATION SYSTEM The intelligent navigation rules were tested in two different environments, a suburban test circuit and an urban test circuit. The 5km suburban test environment was used to determine the performance of intelligent navigation without interference from external factors, such as satellite signal obstruction. The 3km urban environment was situated in the Melbourne central business district where GPS satellite visibility is severely restricted and provided proof of concept that an integrated navigation system with intelligent navigation in an urban environment could provide an accurate, continuous navigation system. On the suburban circuit, the different navigation systems of satellite and DR were tested independently. Figures 10 and 12 show the results of applying the four intelligent navigation constraints on a small part of the test circuit. For comparison, Figures 9 and 11 show the same part of the test circuit being travelled without intelligent navigation. The section of circuit shown in these figures is approximately one kilometre in length. Figure 9 - Satellite navigation without intelligent navigation Figure 10 - Satellite navigation with intelligent navigation Navigation began here Navigation stopped here Figure 11 - DR navigation without intelligent navigation Figure 12 - DR navigation with intelligent navigation

9 It is clear from Figures 9-12 that intelligent navigation is able to provide improved results. Figure 11 shows the accumulation of error in DR navigation. The start and end points of the navigation were in fact geographically the same. However, over the 1km section of suburban test circuit shown in Figures 9 to 12, errors of up to approximately 20m can accumulate in the DR system (Figure 11). This is reduced to less than 8m over the same distance when intelligent navigation is implemented (Figure 12). Further tests were conducted using a dual frequency GPS receiver system to provide accurate kinematic on the fly (KOF) s for measurement of the true vehicle trajectory. This test indicated that the mean RMS error between the intelligent navigation solution and the KOF solution was approximately 12m with a standard deviation of approximately 9m. Although this is not significantly different when compared with the raw GPS solution, which also had a mean of approximately 12m and a standard deviation of 9m, the advantages of intelligent navigation are apparent in Figure 13. Satellite Severe errors in GPS measurements possibly caused by multipathing DR Figure 13 Navigating the urban environment primarily relying on GPS Figure 13 depicts the results of navigation in the urban environment where GPS is primarily relied upon, only supplementing with DR measurements when insufficient satellite visibility occurs. During this navigation, urban canyoning caused frequent and prolonged periods of satellite outage up to 70% of the time. Additionally, multipath and deteriorating satellite geometry often compromised the precision of GPS measurements when signals were reacquired. These contributed to the subsequent errors in the navigation solution seen in Figure 13, where the DR system and the intelligent navigation algorithm are unable to correct for these errors. In Figure 14 this situation is reversed by using the DR and intelligent navigation as the primary navigation tools, only including GPS measurements in the navigation solution when they agree to the DR results to a specified level (as defined in

10 the section DESIGNING A NAVIGATION SYSTEM). The intelligent navigation system was able to detect when GPS measurements were in significant error and enabled 100% continuous navigation in the urban environment. Satellite DR Figure 14 - Continuous navigation in urban canyons The most significant impact of intelligent navigation is on the DR solution. While over the short term the amount of error correction is small, over longer periods of time intelligent navigation prevents the accumulation of errors to which DR navigation is prone. This enables sustained navigation in DR mode without requiring input from absolute ing devices. This factor is important for navigation within the urban environment where the ability to gain regular absolute s from GPS may not be possible due to obstructions. ERROR CAPABILITY TESTING An important aim of implementing intelligent navigation is to reduce the accuracy requirements of the navigation devices, thereby reducing the cost. Of the equipment required, only the FOG provides an issue in terms of cost. An alternative to the FOG would be to use a low cost digital magnetic compass. However, such compasses are restricted in accuracy by electromagnetic interference generated by the vehicle. In order to test the ability of the navigation system to cope with lower accuracy bearing measurements, an error was added to the FOG. A random error of ±30 was introduced to each measurement, thus allowing for a 60 window of error (Figure 15).

11 Figure window of error Figure 16 shows the results of introducing the 60 random error when travelling the same section of the suburban test circuit as in figures 9 to 12 without intelligent navigation. Figure 17 shows the result with intelligent navigation. Figure 16 - DR navigation without intelligent navigation and random error of ±30 Figure 17 - DR navigation with intelligent navigation and random error of ±30 Clearly, intelligent navigation was able to compensate for errors up to ±30. It is important to note, however, that all roads in this area intersected at approximately 90. If roads were to intersect at around 60, bearing errors greater than 30 could render intelligent navigation ineffective. However, with a high degree of error, limitations must be expected. Integration with other navigation devices (such as GPS) would enable errors to be avoided or corrected. CONCLUSION The integration of spatial information with measurements from low cost navigation sensors has proved highly successful in improving the continuity and accuracy of the navigation solution in urban environments. The most significant impact of intelligent navigation is on DR navigation. Without absolute capabilities, DR navigation is prone to the accumulation of errors that eventually render the solution meaningless. Intelligent navigation, however, largely eliminates this accumulation of errors, enabling sustained DR navigation without requiring input from absolute ing devices. This factor is

12 particularly important for navigation within the urban environment, as the intelligent navigation system is able to provide 100% continuity of the navigation solution. Intelligent navigation requires no additional equipment other than that already available in commercial in-car navigation systems, yet significantly reduces the accuracy requirements of navigation instruments. Hence lower cost instrumentation can be successfully implemented without compromising navigation performance. REFERENCES Garmin International, GPS 45 Personal Navigator TM Reference, Garmin International, U.S.A. Owner s Manual and Hooper, G., The End of SA, GIS User, Australia, Aug. Sept. 2000, 41, pp KVH Industries, Inc., KVH E Core 1000 Fibre Optic Gyro Technical Manual, KVH Industries, Inc., U.S.A. Madhukar, B. R., Nayak, R. A., Ray, J. K., Shenoy M. R., GPS-DR Integration Using Low Cost Sensors. ION GPS 99, Sept , Nashville, Tennessee, pp BIOGRAPHICAL NOTES Stephen Scott-Young is a final year Bachelor of Geomatics/Bachelor of Science (Computer Science) student at the Department of Geomatics, The University of Melbourne. His research interests include global ing, inertial navigation and geographical information systems and their integration. Dr Allison Kealy is currently a lecturer in the Department of Geomatics at the University of Melbourne, specialising in the research areas of GPS, GLONASS and integrated systems. Allison received her PhD in Geodesy from the University of Newcastle upon Tyne, UK in 1996, after which she spent 2 years in industry providing technical support for GPS/GLONASS manufacturers Ashtech Ltd. Dr Philip Collier is a Senior Research Fellow in the Department of Geomatics at the University of Melbourne. His research interests include; GPS deformation monitoring, dynamic least squares adjustment, and geoid modelling by least squares collocation.

VEHICLE INTEGRATED NAVIGATION SYSTEM

VEHICLE INTEGRATED NAVIGATION SYSTEM VEHICLE INTEGRATED NAVIGATION SYSTEM Ian Humphery, Fibersense Technology Corporation Christopher Reynolds, Fibersense Technology Corporation Biographies Ian P. Humphrey, Director of GPSI Engineering, Fibersense

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

Inertially Aided RTK Performance Evaluation

Inertially Aided RTK Performance Evaluation Inertially Aided RTK Performance Evaluation Bruno M. Scherzinger, Applanix Corporation, Richmond Hill, Ontario, Canada BIOGRAPHY Dr. Bruno M. Scherzinger obtained the B.Eng. degree from McGill University

More information

GPS positioning using map-matching algorithms, drive restriction information and road network connectivity

GPS positioning using map-matching algorithms, drive restriction information and road network connectivity Extended abstract Submission for GISRUK 2001 GPS positioning using map-matching algorithms, drive restriction information and road network connectivity George Taylor 1, Jamie Uff 2 and Adil Al-Hamadani

More information

NovAtel s. Performance Analysis October Abstract. SPAN on OEM6. SPAN on OEM6. Enhancements

NovAtel s. Performance Analysis October Abstract. SPAN on OEM6. SPAN on OEM6. Enhancements NovAtel s SPAN on OEM6 Performance Analysis October 2012 Abstract SPAN, NovAtel s GNSS/INS solution, is now available on the OEM6 receiver platform. In addition to rapid GNSS signal reacquisition performance,

More information

V2X-Locate Positioning System Whitepaper

V2X-Locate Positioning System Whitepaper V2X-Locate Positioning System Whitepaper November 8, 2017 www.cohdawireless.com 1 Introduction The most important piece of information any autonomous system must know is its position in the world. This

More information

STRATEGIES FOR THE DEVELOPMENT OF THE NEXT GENERATION OF MOBILE MAPPING SYSTEMS

STRATEGIES FOR THE DEVELOPMENT OF THE NEXT GENERATION OF MOBILE MAPPING SYSTEMS STRATEGIES FOR THE DEVELOPMENT OF THE NEXT GENERATION OF MOBILE MAPPING SYSTEMS Allison Kealy 1, Günther Retscher 2 and Stephan Winter 1 1 Department of Geomatics, The University of Melbourne, Australia,

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

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

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

Technical Notes LAND MAPPING APPLICATIONS. Leading the way with increased reliability.

Technical Notes LAND MAPPING APPLICATIONS. Leading the way with increased reliability. LAND MAPPING APPLICATIONS Technical Notes Leading the way with increased reliability. Industry-leading post-processing software designed to maximize the accuracy potential of your POS LV (Position and

More information

TECHNICAL PAPER: Performance Analysis of Next-Generation GNSS/INS System from KVH and NovAtel

TECHNICAL PAPER: Performance Analysis of Next-Generation GNSS/INS System from KVH and NovAtel TECHNICAL PAPER: Performance Analysis of Next-Generation GNSS/INS System from KVH and NovAtel KVH Industries, Inc. 50 Enterprise Center Middletown, RI 02842 USA KVH Contact Information Phone: +1 401-847-3327

More information

Motion & Navigation Solution

Motion & Navigation Solution Navsight Land & Air Solution Motion & Navigation Solution FOR SURVEYING APPLICATIONS Motion, Navigation, and Geo-referencing NAVSIGHT LAND/AIR SOLUTION is a full high performance inertial navigation solution

More information

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG Ekinox Series TACTICAL GRADE MEMS Inertial Systems IMU AHRS MRU INS VG ITAR Free 0.05 RMS Motion Sensing & Navigation AEROSPACE GROUND MARINE EKINOX SERIES R&D specialists usually compromise between high

More information

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Inertial Navigation System

Inertial Navigation System Apogee Series ULTIMATE ACCURACY MEMS Inertial Navigation System INS MRU AHRS ITAR Free 0.005 RMS Motion Sensing & Georeferencing APOGEE SERIES makes high accuracy affordable for all surveying companies.

More information

al T TD ) ime D Faamily Products The RTD Family of products offers a full suite of highprecision GPS sensor positioning and navigation solutions for:

al T TD ) ime D Faamily Products The RTD Family of products offers a full suite of highprecision GPS sensor positioning and navigation solutions for: Reeal ynnamics al T amics (R TD ) ime D RTD) Time Dy Faamily mily ooff P roducts Products The RTD Family of products offers a full suite of highprecision GPS sensor positioning and navigation solutions

More information

Addressing Issues with GPS Data Accuracy and Position Update Rate for Field Traffic Studies

Addressing Issues with GPS Data Accuracy and Position Update Rate for Field Traffic Studies Addressing Issues with GPS Data Accuracy and Position Update Rate for Field Traffic Studies THIS FEATURE VALIDATES INTRODUCTION Global positioning system (GPS) technologies have provided promising tools

More information

NovAtel SPAN and Waypoint GNSS + INS Technology

NovAtel SPAN and Waypoint GNSS + INS Technology NovAtel SPAN and Waypoint GNSS + INS Technology SPAN Technology SPAN provides real-time positioning and attitude determination where traditional GNSS receivers have difficulties; in urban canyons or heavily

More information

One Source for Positioning Success

One Source for Positioning Success novatel.com One Source for Positioning Success RTK, PPP, SBAS OR DGNSS. NOVATEL CORRECT OPTIMIZES ALL CORRECTION SOURCES, PUTTING MORE POWER, FLEXIBILITY AND CONTROL IN YOUR HANDS. NovAtel CORRECT is the

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

GPS-Aided INS Datasheet Rev. 2.6

GPS-Aided INS Datasheet Rev. 2.6 GPS-Aided INS 1 GPS-Aided INS The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO and BEIDOU navigation

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

1. Introduction. Quick Start Guide for GPS150 V1.02 TEL

1. Introduction. Quick Start Guide for GPS150 V1.02 TEL 1. Introduction Congratulations on the purchase of your GPS150 Smart GPS/GLONASS Sensor. It is recommended that your receiver is installed by a professional installer. You will need to purchase a suitable

More information

Technical Notes FOR MARINE MAPPING APPLICATIONS. Leading the way with increased reliability.

Technical Notes FOR MARINE MAPPING APPLICATIONS. Leading the way with increased reliability. FOR MARINE MAPPING APPLICATIONS Technical Notes Leading the way with increased reliability. Industry-leading post-processing software designed to maximize the accuracy potential of your POS MV (Position

More information

ATLANS-C. mobile mapping position and orientation solution

ATLANS-C. mobile mapping position and orientation solution mobile mapping position and orientation solution mobile mapping position and orientation solution THE SMALLEST ATLANS-C is a high performance all-in-one position and orientation solution for both land

More information

Accuracy Performance Test Methodology for Satellite Locators on Board of Trains Developments and results from the EU Project APOLO

Accuracy Performance Test Methodology for Satellite Locators on Board of Trains Developments and results from the EU Project APOLO ID No: 459 Accuracy Performance Test Methodology for Satellite Locators on Board of Trains Developments and results from the EU Project APOLO Author: Dipl. Ing. G.Barbu, Project Manager European Rail Research

More information

Experiences with Fugro's Real Time GPS/GLONASS Orbit/Clock Decimeter Level Precise Positioning System

Experiences with Fugro's Real Time GPS/GLONASS Orbit/Clock Decimeter Level Precise Positioning System Return to Session Directory DYNAMIC POSITIONING CONFERENCE October 13-14, 2009 Sensors Experiences with Fugro's Real Time GPS/GLONASS Orbit/Clock Decimeter Level Precise Positioning System Ole Ørpen and

More information

Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation

Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation Integration of GPS with a Rubidium Clock and a Barometer for Land Vehicle Navigation Zhaonian Zhang, Department of Geomatics Engineering, The University of Calgary BIOGRAPHY Zhaonian Zhang is a MSc student

More information

Effect of Quasi Zenith Satellite (QZS) on GPS Positioning

Effect of Quasi Zenith Satellite (QZS) on GPS Positioning Effect of Quasi Zenith Satellite (QZS) on GPS ing Tomoji Takasu 1, Takuji Ebinuma 2, and Akio Yasuda 3 Laboratory of Satellite Navigation, Tokyo University of Marine Science and Technology 1 (Tel: +81-5245-7365,

More information

NovAtel SPAN and Waypoint. GNSS + INS Technology

NovAtel SPAN and Waypoint. GNSS + INS Technology NovAtel SPAN and Waypoint GNSS + INS Technology SPAN Technology SPAN provides continual 3D positioning, velocity and attitude determination anywhere satellite reception may be compromised. SPAN uses NovAtel

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS

AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS AUTONOMOUS NAVIGATION SYSTEM BASED ON GPS Zhaoxiang Liu, Gang Liu * Key Laboratory of Modern Precision Agriculture System Integration Research, China Agricultural University, Beijing, China, 100083 * Corresponding

More information

ADVANCED GNSS ALGORITHMS FOR SAFE AUTONOMOUS VEHICLES

ADVANCED GNSS ALGORITHMS FOR SAFE AUTONOMOUS VEHICLES ION GNSS+ 2017 ADVANCED GNSS ALGORITHMS FOR SAFE AUTONOMOUS VEHICLES SEPTEMBER 29 TH, 2017 ION GNSS+ 2017, PORTLAND, OREGON, USA SESSION A5: Autonomous and Assisted Vehicle Applications Property of GMV

More information

3D-Map Aided Multipath Mitigation for Urban GNSS Positioning

3D-Map Aided Multipath Mitigation for Urban GNSS Positioning Summer School on GNSS 2014 Student Scholarship Award Workshop August 2, 2014 3D-Map Aided Multipath Mitigation for Urban GNSS Positioning I-Wen Chu National Cheng Kung University, Taiwan. Page 1 Outline

More information

Active Road Management Assisted by Satellite. ARMAS Phase II

Active Road Management Assisted by Satellite. ARMAS Phase II Active Road Management Assisted by Satellite ARMAS Phase II European Roundtable on Intelligent Roads Brussels, 26 January 2006 1 2 Table of Contents Overview of ARMAS System Architecture Field Trials Conclusions

More information

PB100 WeatherStation Technical Manual

PB100 WeatherStation Technical Manual PB100 WeatherStation Technical Manual also covers model LB100 Revision 1.009 AIRMAR Technology Corporation 35 Meadowbrook Drive Milford, NH 03055-4613 (603) 673-9570 1. Introduction This document is a

More information

Range Sensing strategies

Range Sensing strategies Range Sensing strategies Active range sensors Ultrasound Laser range sensor Slides adopted from Siegwart and Nourbakhsh 4.1.6 Range Sensors (time of flight) (1) Large range distance measurement -> called

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

CODEVINTEC. Miniature and accurate IMU, AHRS, INS/GNSS Attitude and Heading Reference Systems

CODEVINTEC. Miniature and accurate IMU, AHRS, INS/GNSS Attitude and Heading Reference Systems 45 27 39.384 N 9 07 30.145 E Miniature and accurate IMU, AHRS, INS/GNSS Attitude and Heading Reference Systems Aerospace Land/Automotive Marine Subsea Miniature inertial sensors 0.1 Ellipse Series New

More information

Team Autono-Mo. Jacobia. Department of Computer Science and Engineering The University of Texas at Arlington

Team Autono-Mo. Jacobia. Department of Computer Science and Engineering The University of Texas at Arlington Department of Computer Science and Engineering The University of Texas at Arlington Team Autono-Mo Jacobia Architecture Design Specification Team Members: Bill Butts Darius Salemizadeh Lance Storey Yunesh

More information

Differential GPS Positioning over Internet

Differential GPS Positioning over Internet Abstract Differential GPS Positioning over Internet Y. GAO AND Z. LIU Department of Geomatics Engineering The University of Calgary 2500 University Drive N.W. Calgary, Alberta, Canada T2N 1N4 Email: gao@geomatics.ucalgary.ca

More information

Precise GNSS Positioning for Mass-market Applications

Precise GNSS Positioning for Mass-market Applications Precise GNSS Positioning for Mass-market Applications Yang GAO, Canada Key words: GNSS, Precise GNSS Positioning, Precise Point Positioning (PPP), Correction Service, Low-Cost GNSS, Mass-Market Application

More information

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.2 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

GPS-Aided INS Datasheet Rev. 3.0

GPS-Aided INS Datasheet Rev. 3.0 1 GPS-Aided INS The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS, BEIDOU and L-Band navigation

More information

Intelligent Transport Systems and GNSS. ITSNT 2017 ENAC, Toulouse, France 11/ Nobuaki Kubo (TUMSAT)

Intelligent Transport Systems and GNSS. ITSNT 2017 ENAC, Toulouse, France 11/ Nobuaki Kubo (TUMSAT) Intelligent Transport Systems and GNSS ITSNT 2017 ENAC, Toulouse, France 11/14-17 2017 Nobuaki Kubo (TUMSAT) Contents ITS applications in Japan How can GNSS contribute to ITS? Current performance of GNSS

More information

Robotic Vehicle Design

Robotic Vehicle Design Robotic Vehicle Design Sensors, measurements and interfacing Jim Keller July 19, 2005 Sensor Design Types Topology in system Specifications/Considerations for Selection Placement Estimators Summary Sensor

More information

Trimble Business Center:

Trimble Business Center: Trimble Business Center: Modernized Approaches for GNSS Baseline Processing Trimble s industry-leading software includes a new dedicated processor for static baselines. The software features dynamic selection

More information

Inertial Navigation System

Inertial Navigation System Apogee Marine Series ULTIMATE ACCURACY MEMS Inertial Navigation System INS MRU AHRS ITAR Free 0.005 RMS Navigation, Motion & Heave Sensing APOGEE SERIES makes high accuracy affordable for all surveying

More information

Helicopter Aerial Laser Ranging

Helicopter Aerial Laser Ranging Helicopter Aerial Laser Ranging Håkan Sterner TopEye AB P.O.Box 1017, SE-551 11 Jönköping, Sweden 1 Introduction Measuring distances with light has been used for terrestrial surveys since the fifties.

More information

SPAN Tightly Coupled GNSS+INS Technology Performance for Exceptional 3D, Continuous Position, Velocity & Attitude

SPAN Tightly Coupled GNSS+INS Technology Performance for Exceptional 3D, Continuous Position, Velocity & Attitude SPAN Tightly Coupled GNSSINS Technology Performance for Exceptional 3D, Continuous Position, Velocity & Attitude SPAN Technology NOVATEL S SPAN TECHNOLOGY PROVIDES CONTINUOUS 3D POSITIONING, VELOCITY AND

More information

Proceedings of Al-Azhar Engineering 7 th International Conference Cairo, April 7-10, 2003.

Proceedings of Al-Azhar Engineering 7 th International Conference Cairo, April 7-10, 2003. Proceedings of Al-Azhar Engineering 7 th International Conference Cairo, April 7-10, 2003. MODERNIZATION PLAN OF GPS IN 21 st CENTURY AND ITS IMPACTS ON SURVEYING APPLICATIONS G. M. Dawod Survey Research

More information

Assessing & Mitigation of risks on railways operational scenarios

Assessing & Mitigation of risks on railways operational scenarios R H I N O S Railway High Integrity Navigation Overlay System Assessing & Mitigation of risks on railways operational scenarios Rome, June 22 nd 2017 Anja Grosch, Ilaria Martini, Omar Garcia Crespillo (DLR)

More information

LD2342 USWM V1.6. LD2342 V1.4 Page 1 of 18

LD2342 USWM V1.6. LD2342 V1.4 Page 1 of 18 LD2342 USWM V1.6 LD2342 V1.4 Page 1 of 18 GENERAL WARNINGS All Class A and Class B marine Automatic Identification System (AIS) units utilize a satellite based system such as the Global Positioning Satellite

More information

Correct Measurement of Timing and Synchronisation Signals - A Comprehensive Guide

Correct Measurement of Timing and Synchronisation Signals - A Comprehensive Guide Correct Measurement of Timing and Synchronisation Signals - A Comprehensive Guide Introduction This document introduces the fundamental aspects of making valid timing and synchronisation measurements and

More information

GUIDANCE NOTES FOR GNSS NETWORK RTK SURVEYING IN GREAT BRITAIN

GUIDANCE NOTES FOR GNSS NETWORK RTK SURVEYING IN GREAT BRITAIN GUIDANCE NOTES FOR GNSS NETWORK RTK SURVEYING IN GREAT BRITAIN ISSUE 4 MAY 2015 TSA Collaboration between: This leaflet has been produced to provide surveyors, engineers and their clients with guidelines

More information

Mitigate Effects of Multipath Interference at GPS Using Separate Antennas

Mitigate Effects of Multipath Interference at GPS Using Separate Antennas Mitigate Effects of Multipath Interference at GPS Using Separate Antennas Younis H. Karim AlJewari #1, R. Badlishah Ahmed *2, Ali Amer Ahmed #3 # School of Computer and Communication Engineering, Universiti

More information

Precise Positioning with NovAtel CORRECT Including Performance Analysis

Precise Positioning with NovAtel CORRECT Including Performance Analysis Precise Positioning with NovAtel CORRECT Including Performance Analysis NovAtel White Paper April 2015 Overview This article provides an overview of the challenges and techniques of precise GNSS positioning.

More information

Recommendations on Differential GNSS

Recommendations on Differential GNSS Recommendations on Differential GNSS Mr. Joseph W. Spalding USCG Research & Development Center Dr. Jacques Beser S Navigation Inc. Dr. Frank van Diggelen Ashtech, Inc. BIOGRAPHY Mr. Joseph Spalding is

More information

Robotic Vehicle Design

Robotic Vehicle Design Robotic Vehicle Design Sensors, measurements and interfacing Jim Keller July 2008 1of 14 Sensor Design Types Topology in system Specifications/Considerations for Selection Placement Estimators Summary

More information

A VIRTUAL VALIDATION ENVIRONMENT FOR THE DESIGN OF AUTOMOTIVE SATELLITE BASED NAVIGATION SYSTEMS FOR URBAN CANYONS

A VIRTUAL VALIDATION ENVIRONMENT FOR THE DESIGN OF AUTOMOTIVE SATELLITE BASED NAVIGATION SYSTEMS FOR URBAN CANYONS 49. Internationales Wissenschaftliches Kolloquium Technische Universität Ilmenau 27.-30. September 2004 Holger Rath / Peter Unger /Tommy Baumann / Andreas Emde / David Grüner / Thomas Lohfelder / Jens

More information

High Gain Advanced GPS Receiver

High Gain Advanced GPS Receiver High Gain Advanced GPS Receiver NAVSYS Corporation 14960 Woodcarver Road, Colorado Springs, CO 80921 Introduction The NAVSYS High Gain Advanced GPS Receiver (HAGR) is a digital beam steering receiver designed

More information

Integrated Targeting and Steer-to Navigation for the Digital Battlefield

Integrated Targeting and Steer-to Navigation for the Digital Battlefield Integrated Targeting and Steer-to Navigation for the Digital Battlefield KVH Industries A Proven Systems Provider KVH Industries is a leading supplier of tactical navigation systems for use on armored

More information

GPS-Aided INS Datasheet Rev. 2.7

GPS-Aided INS Datasheet Rev. 2.7 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS and BEIDOU navigation and highperformance

More information

Assessing the Accuracy of GPS Control Point, Using Post-Processed and Absolute Positioning Data

Assessing the Accuracy of GPS Control Point, Using Post-Processed and Absolute Positioning Data American Journal of Environmental Engineering and Science 2017; 4(5): 42-47 http://www.aascit.org/journal/ajees ISSN: 2381-1153 (Print); ISSN: 2381-1161 (Online) Assessing the Accuracy of GPS Control Point,

More information

REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY

REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY Dr. Yehuda Bock 1, Thomas J. Macdonald 2, John H. Merts 3, William H. Spires III 3, Dr. Lydia Bock 1, Dr. Jeffrey A. Fayman

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

Multipath Error Detection Using Different GPS Receiver s Antenna

Multipath Error Detection Using Different GPS Receiver s Antenna Multipath Error Detection Using Different GPS Receiver s Antenna Md. Nor KAMARUDIN and Zulkarnaini MAT AMIN, Malaysia Key words: GPS, Multipath error detection, antenna residual SUMMARY The use of satellite

More information

Shared Use of DGPS for DP and Survey Operations

Shared Use of DGPS for DP and Survey Operations Gabriel Delgado-Saldivar The Use of DP-Assisted FPSOs for Offshore Well Testing Services DYNAMIC POSITIONING CONFERENCE October 17-18, 2006 Sensors Shared Use of DGPS for Dr. David Russell Subsea 7, Scotland

More information

AN AUSTRALIAN PILOT PROJECT FOR A REAL TIME KINEMATIC GPS NETWORK USING THE VIRTUAL REFERENCE STATION CONCEPT

AN AUSTRALIAN PILOT PROJECT FOR A REAL TIME KINEMATIC GPS NETWORK USING THE VIRTUAL REFERENCE STATION CONCEPT AN AUSTRALIAN PILOT PROJECT FOR A REAL TIME KINEMATIC GPS NETWORK USING THE VIRTUAL REFERENCE STATION CONCEPT Matthew B HIGGINS, Australia Key words: GPS, Surveying, Real Time Kinematic, Virtual Reference

More information

MULTIPATH EFFECT MITIGATION IN SIGNAL PROPAGATION THROUGH AN INDOOR ENVIRONMENT

MULTIPATH EFFECT MITIGATION IN SIGNAL PROPAGATION THROUGH AN INDOOR ENVIRONMENT JOURNAL OF APPLIED ENGINEERING SCIENCES VOL. 2(15), issue 2_2012 ISSN 2247-3769 ISSN-L 2247-3769 (Print) / e-issn:2284-7197 MULTIPATH EFFECT MITIGATION IN SIGNAL PROPAGATION THROUGH AN INDOOR ENVIRONMENT

More information

New Developments of Inertial Navigation Systems at Applanix

New Developments of Inertial Navigation Systems at Applanix Hutton et al 1 New Developments of Inertial Navigation Systems at Applanix JOE HUTTON, TATYANA BOURKE, BRUNO SCHERZINGER, APPLANIX ABSTRACT GNSS-Aided Inertial Navigation for Direct Georeferencing of aerial

More information

Including GNSS Based Heading in Inertial Aided GNSS DP Reference System

Including GNSS Based Heading in Inertial Aided GNSS DP Reference System Author s Name Name of the Paper Session DYNAMIC POSITIONING CONFERENCE October 9-10, 2012 Sensors II SESSION Including GNSS Based Heading in Inertial Aided GNSS DP Reference System By Arne Rinnan, Nina

More information

Performance Evaluation of Global Differential GPS (GDGPS) for Single Frequency C/A Code Receivers

Performance Evaluation of Global Differential GPS (GDGPS) for Single Frequency C/A Code Receivers Performance Evaluation of Global Differential GPS (GDGPS) for Single Frequency C/A Code Receivers Sundar Raman, SiRF Technology, Inc. Lionel Garin, SiRF Technology, Inc. BIOGRAPHY Sundar Raman holds a

More information

Chapter 5. Clock Offset Due to Antenna Rotation

Chapter 5. Clock Offset Due to Antenna Rotation Chapter 5. Clock Offset Due to Antenna Rotation 5. Introduction The goal of this experiment is to determine how the receiver clock offset from GPS time is affected by a rotating antenna. Because the GPS

More information

ProMark 500 White Paper

ProMark 500 White Paper ProMark 500 White Paper How Magellan Optimally Uses GLONASS in the ProMark 500 GNSS Receiver How Magellan Optimally Uses GLONASS in the ProMark 500 GNSS Receiver 1. Background GLONASS brings to the GNSS

More information

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Wolfram Burgard, Cyrill Stachniss, Kai Arras, Maren Bennewitz Activity Recognition Based on L. Liao, D. J. Patterson, D. Fox,

More information

INTRODUCTION TO C-NAV S IMCA COMPLIANT QC DISPLAYS

INTRODUCTION TO C-NAV S IMCA COMPLIANT QC DISPLAYS INTRODUCTION TO C-NAV S IMCA COMPLIANT QC DISPLAYS 730 East Kaliste Saloom Road Lafayette, Louisiana, 70508 Phone: +1 337.210.0000 Fax: +1 337.261.0192 DOCUMENT CONTROL Revision Author Revision description

More information

End User Awareness Towards GNSS Positioning Performance and Testing

End User Awareness Towards GNSS Positioning Performance and Testing End User Awareness Towards GNSS Positioning Performance and Testing Ridhwanuddin Tengku and Assoc. Prof. Allison Kealy Department of Infrastructure Engineering, University of Melbourne, VIC, Australia;

More information

Fire Fighter Location Tracking & Status Monitoring Performance Requirements

Fire Fighter Location Tracking & Status Monitoring Performance Requirements Fire Fighter Location Tracking & Status Monitoring Performance Requirements John A. Orr and David Cyganski orr@wpi.edu, cyganski@wpi.edu Electrical and Computer Engineering Department Worcester Polytechnic

More information

TECHNOLOGY DEVELOPMENT AREAS IN AAWA

TECHNOLOGY DEVELOPMENT AREAS IN AAWA TECHNOLOGY DEVELOPMENT AREAS IN AAWA Technologies for realizing remote and autonomous ships exist. The task is to find the optimum way to combine them reliably and cost effecticely. Ship state definition

More information

Performance Evaluation of the Effect of QZS (Quasi-zenith Satellite) on Precise Positioning

Performance Evaluation of the Effect of QZS (Quasi-zenith Satellite) on Precise Positioning Performance Evaluation of the Effect of QZS (Quasi-zenith Satellite) on Precise Positioning Nobuaki Kubo, Tomoko Shirai, Tomoji Takasu, Akio Yasuda (TUMST) Satoshi Kogure (JAXA) Abstract The quasi-zenith

More information

NavShoe Pedestrian Inertial Navigation Technology Brief

NavShoe Pedestrian Inertial Navigation Technology Brief NavShoe Pedestrian Inertial Navigation Technology Brief Eric Foxlin Aug. 8, 2006 WPI Workshop on Precision Indoor Personnel Location and Tracking for Emergency Responders The Problem GPS doesn t work indoors

More information

LOCALIZATION WITH GPS UNAVAILABLE

LOCALIZATION WITH GPS UNAVAILABLE LOCALIZATION WITH GPS UNAVAILABLE ARES SWIEE MEETING - ROME, SEPT. 26 2014 TOR VERGATA UNIVERSITY Summary Introduction Technology State of art Application Scenarios vs. Technology Advanced Research in

More information

Alberding solutions for GNSS infrastructure operators

Alberding solutions for GNSS infrastructure operators Tamás Horváth Alberding solutions for GNSS infrastructure operators 21.11.2017 1/35 Alberding solutions for GNSS infrastructure operators Tamás Horváth Alberding GmbH 4 th EUPOS Technical Meeting 21-22

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

GPS-Aided INS Datasheet Rev. 2.3

GPS-Aided INS Datasheet Rev. 2.3 GPS-Aided INS 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined L1 & L2 GPS, GLONASS, GALILEO and BEIDOU navigation and

More information

ISO INTERNATIONAL STANDARD. Geographic information Positioning services. Information géographique Services de positionnement

ISO INTERNATIONAL STANDARD. Geographic information Positioning services. Information géographique Services de positionnement INTERNATIONAL STANDARD ISO 19116 First edition 2004-07-01 Geographic information Positioning services Information géographique Services de positionnement Reference number ISO 19116:2004(E) ISO 2004 PDF

More information

Evaluation of HMR3000 Digital Compass

Evaluation of HMR3000 Digital Compass Evaluation of HMR3 Digital Compass Evgeni Kiriy kiriy@cim.mcgill.ca Martin Buehler buehler@cim.mcgill.ca April 2, 22 Summary This report analyzes some of the data collected at Palm Aire Country Club in

More information

Road Reduction Filtering for GPS-GIS Navigation

Road Reduction Filtering for GPS-GIS Navigation Research Article Road Reduction Filtering for GPS-GIS Navigation GEORGE TAYLOR Department of Geomatics University of Newcastle upon Tyne UK DOERTE STEUP Department of Geomatics University of Newcastle

More information

Tersus RTK Competitive Analysis

Tersus RTK Competitive Analysis Test Report Jun 2018 Tersus RTK Competitive Analysis 2018 Tersus GNSS Inc. All rights reserved. Sales & Technical Support: sales@tersus-gnss.com & support@tersus-gnss.com More details, please visit www.tersus-gnss.com

More information

Intelligent Robotics Sensors and Actuators

Intelligent Robotics Sensors and Actuators Intelligent Robotics Sensors and Actuators Luís Paulo Reis (University of Porto) Nuno Lau (University of Aveiro) The Perception Problem Do we need perception? Complexity Uncertainty Dynamic World Detection/Correction

More information

Specifications for Post-Earthquake Precise Levelling and GNSS Survey. Version 1.0 National Geodetic Office

Specifications for Post-Earthquake Precise Levelling and GNSS Survey. Version 1.0 National Geodetic Office Specifications for Post-Earthquake Precise Levelling and GNSS Survey Version 1.0 National Geodetic Office 24 November 2010 Specification for Post-Earthquake Precise Levelling and GNSS Survey Page 1 of

More information

POSITIONING AN AUTONOMOUS OFF-ROAD VEHICLE BY USING FUSED DGPS AND INERTIAL NAVIGATION. T. Schönberg, M. Ojala, J. Suomela, A. Torpo, A.

POSITIONING AN AUTONOMOUS OFF-ROAD VEHICLE BY USING FUSED DGPS AND INERTIAL NAVIGATION. T. Schönberg, M. Ojala, J. Suomela, A. Torpo, A. POSITIONING AN AUTONOMOUS OFF-ROAD VEHICLE BY USING FUSED DGPS AND INERTIAL NAVIGATION T. Schönberg, M. Ojala, J. Suomela, A. Torpo, A. Halme Helsinki University of Technology, Automation Technology Laboratory

More information

High Precision GNSS in Automotive

High Precision GNSS in Automotive High Precision GNSS in Automotive Jonathan Auld, VP Engineering and Safety 6, March, 2018 2 Global OEM Positioning Solutions and Services for Land, Sea, and Air. GNSS in Automotive Today Today the primary

More information

Heuristic Drift Reduction for Gyroscopes in Vehicle Tracking Applications

Heuristic Drift Reduction for Gyroscopes in Vehicle Tracking Applications White Paper Heuristic Drift Reduction for Gyroscopes in Vehicle Tracking Applications by Johann Borenstein Last revised: 12/6/27 ABSTRACT The present invention pertains to the reduction of measurement

More information

Phase Center Calibration and Multipath Test Results of a Digital Beam-Steered Antenna Array

Phase Center Calibration and Multipath Test Results of a Digital Beam-Steered Antenna Array Phase Center Calibration and Multipath Test Results of a Digital Beam-Steered Antenna Array Kees Stolk and Alison Brown, NAVSYS Corporation BIOGRAPHY Kees Stolk is an engineer at NAVSYS Corporation working

More information

Meridian Gyrocompasses

Meridian Gyrocompasses TELEDYNE TSS WORLD LEADERS IN MARINE INSTRUMENTATION Meridian Gyrocompasses MARINE NAVIGATION SYSTEMS Highly accurate performance with low cost of ownership. The Meridian gyrocompass product range is suitable

More information

THEME: COMMUNICATION

THEME: COMMUNICATION THEME: COMMUNICATION Communication is at the heart of the modern age. Historically it concerned face-to-face interactions, but as time has evolved the notion of communication at a distance has become more

More information