Lecture 14: GNSS/INS Integration and Kalman Filtering

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Vocabulary terms and critical concepts from Lecture 14 covering GNSS/INS integration architectures, timing errors, and initialization procedures.

Last updated 11:02 PM on 7/30/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Uncoupled Integration

The simplest method of coupling GNSS and INS where the inertial solution is periodically re-initialized based on external references, allowing the INS to run freely between resets.

2
New cards

Open Loop System

An architecture where corrections are applied in the solution domain, affecting Position, Velocity, and Attitude directly.

3
New cards

Closed Loop System

The standard modern architecture where corrections are applied in the INS measurement domain, such as Accelerometer and Gyroscope biases.

4
New cards

Loose Coupling

A common integration architecture where the GNSS receiver provides computed position (rr) and velocity (vv) to the integration filter.

5
New cards

Observability Issue (Loose Coupling)

A limitation where the integration gains no information from the GNSS receiver if fewer than 4 satellites are visible, as the receiver cannot calculate a position solution.

6
New cards

PPS (Pulse Per Second)

An electrical pulse signal from the GNSS receiver used to synchronize the internal free-running clock of the INS to the GNSS measurement epoch.

7
New cards

Solution Latency

The finite amount of time required by a receiver processor to perform calculations before data can be transmitted.

8
New cards

Communication Latency

The delay introduced by packing, moving, and unpacking data across a medium, such as an RS232 serial stream at 115200baud115200\,\text{baud}.

9
New cards

Federated Filtering

An architecture that partition models into sensor-specific filters, providing performance benefits and simplifying the handling of additional error states like wheel speed sensors.

10
New cards

Tight Coupling

An integration method that works in the GNSS measurement domain using raw pseudoranges and range rates, allowing the system to utilize data from fewer than 4 satellites.

11
New cards

Deep Coupling

An advanced integration that feeds back to the GNSS receiver's correlator states (code phase and code phase rate) using digital spectrum samples (In-phase and Quadrature samples).

12
New cards

ZUPT (Zero Velocity Update)

A virtual measurement applied when a platform is detected as static to reset growth in the system velocity error state.

13
New cards

ZARU (Zero Angular Rate Update)

A requirement used alongside ZUPT to ensure the platform is non-rotating, often used in low-cost INS to estimate gyro biases.

14
New cards

Coarse Alignment

The initial estimation of roll (ϕ\phi), pitch (θ\theta), and yaw (ψ\psi) using gravity for leveling and the earth rotation rate (7.29×105rad/sec7.29 \times 10^{-5}\,\text{rad/sec}) for heading.

15
New cards

ϕ\phi (Phi)

The symbol used in mechanized navigation equations to represent the roll state.

16
New cards

θ\theta (Theta)

The symbol used in mechanized navigation equations to represent the pitch state.

17
New cards

Pull-in Range

The specific error range within which a system's yaw estimate will eventually self-correct once the platform begins moving.

18
New cards

Scale Factor Error

A type of sensor error that, unlike bias, requires the magnitude of the observation (acceleration or rotation) to be modulated to become observable.

19
New cards

Virtual Measurements

Information added to the navigation system based on knowledge of platform dynamics, such as Zero Velocity Updates or motion constraints.

20
New cards

Van Loan

A reference to a researcher known for the paper 'Nineteen Dubious Ways to Compute the Exponential of a Matrix', relevant to matrix calculations in Kalman Filtering.