askvity

What is the difference between an inertial navigation system and GNSS?

Published in Navigation Systems 4 mins read

An inertial navigation system (INS) and a Global Navigation Satellite System (GNSS) differ primarily in how they determine position, velocity, and orientation: INS uses internal sensors to track movement relative to a known starting point, while GNSS relies on signals from satellites to calculate absolute position.

Key Differences Between INS and GNSS

The table below highlights the core distinctions between INS and GNSS:

Feature Inertial Navigation System (INS) Global Navigation Satellite System (GNSS)
Positioning Method Dead reckoning (integration of acceleration and angular rate) Trilateration from satellite signals
External Dependence Autonomous (no external signals required) Requires satellite signals
Accuracy - Short Term High accuracy, low noise Lower accuracy, higher noise
Accuracy - Long Term Error accumulates over time (drift) More stable over time
Signal Availability Works in environments where GNSS signals are blocked (e.g., indoors, tunnels) Requires clear line of sight to satellites
Jamming/Spoofing Vulnerability Less vulnerable More vulnerable
Cost Can be more expensive, depending on performance Generally less expensive for basic functionality

Detailed Explanation

Inertial Navigation System (INS)

  • Working Principle: An INS uses accelerometers and gyroscopes (or a single inertial measurement unit - IMU) to measure linear acceleration and angular rate, respectively. By integrating these measurements over time, it calculates changes in position, velocity, and orientation relative to a known initial state.
  • Advantages:
    • Autonomous Operation: Requires no external signals, making it immune to jamming and capable of operating in environments where GNSS is unavailable.
    • High Short-Term Accuracy: Provides very precise measurements over short periods.
    • High Update Rate: Can provide position and orientation updates at high frequencies.
  • Disadvantages:
    • Error Accumulation: Errors in the measurements from accelerometers and gyroscopes accumulate over time, leading to drift in the calculated position and orientation.
    • Requires Accurate Initial Position: Accuracy depends on knowing the precise initial position and orientation.

Global Navigation Satellite System (GNSS)

  • Working Principle: GNSS (e.g., GPS, GLONASS, Galileo, BeiDou) uses a network of satellites orbiting the Earth. A GNSS receiver calculates its position by measuring the time it takes for signals to travel from multiple satellites. By knowing the positions of the satellites and the signal travel times, the receiver can triangulate its location.
  • Advantages:
    • Absolute Positioning: Provides absolute position coordinates (latitude, longitude, altitude).
    • Global Coverage: Offers near-global coverage, except in areas with significant signal blockage.
    • Stable Long-Term Accuracy: Doesn't suffer from the same error accumulation issues as INS, providing more stable accuracy over longer periods.
  • Disadvantages:
    • Signal Dependence: Requires clear line of sight to multiple satellites. Doesn't work well indoors, in tunnels, or in urban canyons.
    • Vulnerable to Jamming and Spoofing: Signals can be interfered with or faked.
    • Lower Short-Term Accuracy: Position estimates can be noisy and less precise than INS in the short term.

Hybrid Systems

Often, INS and GNSS are combined in a hybrid system to leverage the strengths of both technologies. The GNSS provides long-term accuracy and corrections to reduce INS drift, while the INS provides high short-term accuracy and continues to operate when GNSS signals are blocked. This is common in applications like aviation, autonomous vehicles, and robotics.

Example Use Cases:

  • Aircraft Navigation: Hybrid INS/GNSS systems are used for precise and reliable aircraft navigation.
  • Autonomous Vehicles: INS helps maintain position and orientation during GNSS outages or in areas with poor satellite coverage.
  • Robotics: INS is used for localization and navigation in indoor environments where GNSS is not available.

In summary, INS provides accurate short-term positioning and operates independently of external signals, while GNSS provides absolute positioning and stable long-term accuracy but relies on satellite signals. The choice between INS and GNSS, or the combination of both, depends on the specific application requirements.

Related Articles