Publication Cover
Mathematical and Computer Modelling of Dynamical Systems
Methods, Tools and Applications in Engineering and Related Sciences
Volume 21, 2015 - Issue 3
2,569
Views
19
CrossRef citations to date
0
Altmetric
Original Articles

An approach to benchmarking of loosely coupled low-cost navigation systems

, &
Pages 272-287 | Received 09 Oct 2013, Accepted 05 Aug 2014, Published online: 02 Sep 2014

Abstract

New solutions to the navigation problem related to low-cost integrated navigation systems (INS) are often published. Since these new solutions are generally compared with ad hoc mathematical models that are not fully exposed, one cannot be sure of the relative improvements. In this work, complete mathematical model for a low-cost INS is suggested to be used as a benchmarking. As far as the authors’ knowledge, a benchmarking for low-cost INS has not been previously reported. Shown INS comprises a strapdown inertial navigation system, loosely coupled to a GPS receiver. The INS mathematical model is based upon classical navigation equations and classical sensor models, both from recognized authors. The algorithm that details the INS operation is also presented. The benchmarking is provided as an open-source toolbox for MATLAB. Additionally, this work can be taken as a starting point for new practitioners in the INS field. To validate the INS mathematical model, real-world data sets from three different Micro Electro-Mechanical Systems (MEMS) inertial measurement units (IMU) and a GPS receiver are processed. It is observed that obtained RMS errors from the three INS are coherent with the quality of corresponding MEMS IMU. This confirms that the proposed benchmarking is a suitable tool to evaluate objectively new solutions to low-cost INS.

1. Introduction

An integrated navigation system (INS) is an electronic device mainly composed of an onboard computer, an inertial measurement unit (IMU), which contains accelerometers and gyroscopes, in addition to aiding sensors such as a GPS receiver, a barometer, and/or magnetometers. It provides estimates of position and velocity, as well as orientation parameters for a vehicle. Recently, with advances in Micro Electro-Mechanical Systems (MEMS) technology, commercial off-the-shelf MEMS-based inertial sensors are available. INS using MEMS IMU are a subject of great interest today due to their particular characteristics, such as light weight, low power consumption, and low cost, which make them suitable for several applications, e.g., navigation of aerial and ground unmanned micro-robots.

Despite of navigation equations from recognized authors [Citation1Citation4] may lead to similar results for a particular reference frame (ECI, ECEF, local), more information is needed to fully describe an INS. For instance, different integration architectures (tight vs. loosely coupled) or diverse sensors error models will drastically produce unequal outcomes. Moreover, an open-loop correction architecture, as opposite to closed-loop, is impractical for loosely coupled INS ([Citation3], Section 12.1.1). Hence, a complete mathematical model of the navigation system against which a new solution is compared must be provided in order to replicate shown results.

New approaches to the navigation problem related to low-cost INS are often proposed in the literature, for instance, modifications to nonlinear filters to estimate system states or novel integration strategies. Generally, these new solutions are compared with ad hoc mathematical models which are not fully shown, commonly by space restrictions (e.g. see [Citation5,Citation6]). In other works, navigation data are processed using proprietary software that usually does not reveal mathematical models due to copyright issues (e.g. see [Citation7]).

A completely defined INS mathematical model can be a useful tool to contrast new solutions for low-cost INS, in order to obtain fair numerical comparisons. The use of a well-known benchmarking would lead to get unbiased conclusions about the advantages of new navigation approaches with respect to former solutions. To the best of authors’ knowledge, a benchmarking for low-cost INS has not been previously reported in the literature.

In this article, an approach to benchmarking for low-cost INS is presented. It consists of a strapdown inertial navigation system (SINS), loosely coupled to a GPS receiver, and an extended Kalman filter (EKF) to accomplish the fusion of sensors. The main INS algorithm that exposes the sequence in which equations must be solved is also provided. It tries to clarify some implementation aspects. The proposed mathematical model is based upon classical navigation equations and classical sensor models. The benchmarking is given as an open-source toolbox for MATLAB, de facto standard programming language for simulation and mathematical computing. It can be downloaded from [Citation8]. The authors believe that this is the first work that suggests an approach to benchmarking for low-cost INS.

Although the primary contribution of this work is to supply a benchmarking for low-cost INS, it might be also beneficial for new practitioners in the INS area. Since it summarizes INS formulas in the discrete domain, it can be used to understand better a typical loosely coupled INS. Conventional literature on this subject gives complete navigation solutions for different frames projections. Generally, this detailed amount of information can be overwhelming for an INS newcomer who may not have a solid background on navigation basis, stochastic processes and control theory. Furthermore, classical literature does not explain practical INS issues, e.g., which clock must be considered as the master clock of the system, GPS clock or SINS clock.

Suggested benchmarking is validated by applying a practical procedure. Field data were collected from three MEMS IMU and a GPS receiver. Reference values are obtained by fusing navigation-grade IMU and DGPS measurements. Three INS are set up and processed using the benchmarking. Lastly, systems performances are analysed.

The rest of this article is organized as follows. Section 2 shows mathematical models of sensors. Section 3 exhibits the mathematical model of a loosely coupled INS, including EKF equations. Section 4 shows the INS algorithm and comments some developmental issues. In Section 5, method to validate the benchmarking is explained. Finally, in Section 6 concluding remarks are commented.

2. Sensors mathematical models

This section exposes the mathematical models of inertial sensors and GPS.

All the equations presented in this work are in the discrete-time domain, except otherwise stated. Being the current interval sample tk, variables with subscript (–) correspond to the former interval sample, t(k1). Besides, variables with subscript (+) belong to the later interval sample, t(k+1).

Noisy measurements have as superscript a tilde (~). Estimated variables that depend on noisy measurements have as superscript a hat (λ). A skew symmetric matrix operator is defined as S{3×3}=r× where r{3×1} is a vector ([Citation4], Equation B.15). Lastly, the symbol ‘o’ means entrywise product.

2.1. Gyroscopes

Outputs of orthogonal triaxial gyroscopes are modelled as,

(1) ω˜b=ωibb+ηg+bg+ηgδb,(1)

where ωibb represents the ideal gyroscopes outputs ([Citation2], Equation 3.29), and the rest of terms represent different types of errors.

A gyroscope has several sources of errors as angle random walk noise (ARW), rate random walk noise, rate ramp noise, biases, cross-coupling errors, scale factor errors, and axes misalignments, among others. The proposed benchmarking takes only three errors into account which are considered to be dominant in MEMS gyroscopes: ARW and static and dynamic biases. ARW can be expressed as Gaussian white-noise sequence ηgN(0,σg2), where σg2=[σgx2,σgy2,σgz2]T. Usually, gyroscope manufacturers deliver ARW in root-PSD units that must be converted to International System (SI) units. If ARW is N(degh), then ([Citation4], Section 4.6.3.2),

(2) ng=N60π180rad/sHz.(2)

Static bias bg varies every time the gyroscope is turned on but stays constant throughout operation ([Citation3], Section 4.4.1), hence it is modelled as a random constant process ([Citation4], Section 4.6.3.1). On the other hand, dynamic bias δbg is usually observed at low frequencies and is associated with correlation time τg and variance σgδb2 ([Citation3], Section 4.4.1). Thus, it is modelled as a scalar Gauss-Markov process ([Citation4], Section 4.6.3.3). Values from τg and σgδb2 define the discrete sequence ηgδb [Citation9].

2.2. Accelerometers

The proposed error model of accelerometers is similar to that of gyroscopes,

(3) f˜b=fb+ηf+bf+ηfδb,(3)

where accelerometer’s random noise is given as velocity random walk (VRW) as ηfN(0,σf2) with variance σf2=[σfx2,σfy2,σfz2]Tbf denotes the static bias and ηfδb is a discrete sequence related to dynamic bias noise δbf, which is modelled as a scalar Gauss-Markov process with correlation time τf and variance σfδb2.

As with gyroscopes, VRW is commonly provided in units that must be changed to SI units. Thus, if VRW is Nm/sh, then,

(4) nf=N60m/s2Hz.(4)

2.3. GPS receiver

2.3.1. GPS position

A low-cost GPS usually delivers estimates of position only in the navigation frame (n-frame) as p˜Gn=γ˜G,λ˜G,h˜GT, where γ˜G denotes geodetic latitude, λ˜G denotes geodetic longitude, both in radians, and h˜G denotes geodetic altitude in meters above the reference ellipsoid ([Citation4], Section 2.3.2.1).

A GPS receiver provides position with certain dispersion. Thus, GPS position is considered to be added with three Gaussian white noises sequences, viz, ηγN(0,σγ2), ηλN(0,σλ2) and ηhN(0,σh2) as

(5a) γ˜G=γ+ηγ(5a)
(5b) λ˜G=λ+ηλ(5b)
(5c) h˜G=h+ηh.(5c)

In general, GPS manufacturers give horizontal position (2D) accuracy expressed as circular error probable (CEP) in meters, which is the radius of the circle centred on the correct location that contains 50% of the expected horizontal position errors ([Citation4], Section 4.9.1.2). Considering that latitude and longitude standard deviations, σγm and σλm respectively, are equal, then ([Citation4], Table 4.2)

(6) σγm=σλm=0.8493CEP(m).(6)

GPS standard deviations are also needed in units of radians and can be obtained as follows,

(7a) σγ=σγmRM(γ)+h(7a)
(7b) σλ=σλm(RN(γ)+h)cosγ,(7b)

where RM and RN are given by Equation (11a) and (11b).

2.3.2. GPS velocity

Additionally, most low-cost GPS receivers provide estimates of velocity in the vehicle-carried North-East-Down (NED) frame ([Citation10], Section 2.2.4).

GPS velocity vector v˜Gn=v˜NG,v˜EG,v˜DGT is modelled as true NED velocity vn=vN,vE,vDT plus a Gaussian white noise sequence ηvN(0,σv2) as

(8) v˜G=vn+ηv,(8)

where σv2 is given by GPS manufacturer.

3. Integrated navigation mathematical model

This section presents the mathematical model of a loosely coupled strapdown inertial navigation system, in addition to EKF equations to fusion sensors information.

3.1. Strapdown inertial navigation system

A strapdown inertial navigation system (SINS) is an electronic device rigidly mounted on a vehicle, compound of a microcomputer and inertial sensors (accelerometers and gyroscopes), whose axes are aligned with respect to the vehicle body frame (b-frame), to calculate continuously estimates of orientation, position and velocity. shows a diagram of a SINS.

Figure 1. Diagram of a strapdown inertial navigation system.

Figure 1. Diagram of a strapdown inertial navigation system.

shows some important constants from the World Geodetic System 1984 (WGS84) Earth model to be used next.

Table 1. Constants from WGS84 Earth model.

3.1.1. Turn rates

The turn rate of the Earth expressed in the navigation frame (n-frame) is ([Citation2], Equation 3.72)

(9) ωˆien=[Ωcosγˆ(),0,Ωsinγˆ()]T.(9)

The turn rate of the n-frame respect to the Earth expressed in the n-frame, known as the transport rate, is ([Citation3], Equation 5.37)

(10) ωˆenn=vˆE()RˆN()+hˆ(),vˆN()RˆM()+hˆ(),vˆE()tanγˆ()RˆN()+hˆ()T,(10)

where RM is the meridian radius of curvature ([Citation4], Equation 2.6) and RN is the normal radius of curvature ([Citation4], Equation 2.7)

(11a) RˆM=a(1e2)(1e2sin2γˆ)3/2(11a)
(11b) RˆN=a(1e2sin2γˆ)1/2.(11b)

3.1.2. Attitude

Quaternion attitude representation is selected to propagate changes in body orientation. A quaternion vector is defined as,

(12) q=[ϱ,q4]T=[q1,q2,q3,q4]T,(12)
where q1, q2, q3, and q4 are real numbers. A quaternion has a vector part, ϱ=[q1,q2,q3]T, [q1,q2,q3]T, and a scalar part, q4, and satisfies the constraint given by qTq = 1.

Equations to update qˆ are ([Citation11], Equation 7.39)

(13a) ω^cb=ω˜bC^n()b(ω^ien+ω^enn)+b^g()+δb^g()=[ω^cxb,ω^cyb,ω^czb](13a)
(13b) m=||ωˆcb||(13b)
(13c) c1=ωˆcxbmsin(0.5mδtS)(13c)
(13d) c2=ωˆcybmsin(0.5mδtS)(13d)
(13e) c3=ωˆczbmsin(0.5mδtS)(13e)
(13f) c4=cos(0.5mδtS)(13f)
(13g) qˆ=c4c3c2c1c3c4c1c2c2c1c4c3c1c2c3c4qˆ()(13g)
(13h) qˆ=qˆ||qˆ||.(13h)

Vectors bˆg and δbˆg are provided by the EKF (Equation (21b)). The time between inertial measurements is δtS. Updated qˆ is a unit vector to within first order. Commonly, a brute-force normalization should be done to insure qTq=1 (Equation (13h)). Initial quaternion qˆ(1) can be obtained from Euler angles ([Citation2], Equation 3.65).

A direction cosine matrix Cˆb{3×3}n is needed for projecting measurements from the b-frame to the n-frame. Elements of Cˆbn are updated using quaternion as follows ([Citation2], Equation 3.63):

(14a) Cˆb(1,1)n=qˆ12qˆ22qˆ32+qˆ42(14a)
(14b) Cˆb(1,2)n=2(qˆ1qˆ2qˆ3qˆ4)(14b)
(14c) Cˆb(1,3)n=2(qˆ1qˆ3+qˆ2qˆ4)(14c)
(14d) Cˆb(2,1)n=2(qˆ1qˆ2+qˆ3qˆ4)(14d)
(14e) Cˆb(2,2)n=qˆ12+qˆ22qˆ32+qˆ42(14e)
(14f) Cˆb(2,3)n=2(qˆ2qˆ3qˆ1qˆ4)(14f)
(14g) Cˆb(3,1)n=2(qˆ1qˆ3qˆ2qˆ4)(14g)
(14h) Cˆb(3,2)n=2(qˆ2qˆ3+qˆ1qˆ4)(14h)
(14i) Cˆb(3,3)n=qˆ12qˆ22+qˆ32+qˆ42.(14i)

Roll (ϕˆ), pitch (θˆ) and yaw (ψˆ) angles are updated using matrix Cˆbn as ([Citation2], Equation 3.66)

(15a) ϕˆ=arctanCˆb(3,2)n/Cˆb(3,3)n(15a)
(15b) θˆ=arcsinCˆb(3,1)n(15b)
(15c) ψˆ=arctan2Cˆb(2,1)n,Cˆb(1,1)n.(15c)

3.1.3. Gravity

Equations to evaluate the estimated local gravity into the n-frame are ([Citation2], Equation 3.89–3.91)

(16a) Rˆ0=RˆMRˆN(16a)
(16b) gˆ(0)=9.780318{1+5.3024E3sin2[γˆ()]5.9E6sin2[2γˆ()]}(16b)
(16c) gˆ=gˆ(0)1+hˆ()Rˆ0()2(16c)
(16d) gˆn=[0,0,gˆ]T.(16d)

3.1.4. Velocity

SINS velocity vˆn=[vˆN,vˆE,vˆD]T is represented in the vehicle-carried NED coordinate system ([Citation10], Section 2.2.4). vˆn is determined by the following equations ([Citation2], Equation 3.69)

(17a) S=[vˆ()n×](17a)
(17b) fˆcn=Cˆbnf˜b+bˆf()+δbˆf()(17b)
(17c) Δfn=fˆcn+S(2ωˆien+ωˆenn)+gˆn(17c)
(17d) vˆn=vˆ()n+ΔfnδtS,(17d)

vectors bˆf and δbˆf are given by the EKF (Equation (21b)).

3.1.5. Position

As with GPS, SINS position is represented in the n-frame as pˆn=[γˆ,λˆ,hˆ]T and is calculated in a specific order as ([Citation3], Equation 5.49)

(18a) hˆ=hˆ()vˆDδtS(18a)
(18b) γˆ=γˆ()+vˆNδtSRˆM()+hˆ(18b)
(18c) λˆ=λˆ()+vˆEδtSRˆN(γˆ)+hˆcosγˆ.(18c)

3.2. Extended Kalman filter

The Kalman filter is an algorithm for linear systems that operates recursively on noisy input and output data to produce a statistically optimal estimate of the system states. The EKF is a nonlinear extension of the Kalman filter, which linearizes about an estimate of the current mean and covariance. This algorithm can fuse information coming from IMU and GPS to get state estimates with less errors when compared with using sensors separately.

The SINS error model is obtained by perturbing the mechanization equations (Section 3.1) and is given by a series of first-order differential equations. The resulting system is error-oriented and linear, although time-variant. depicts how SINS, GPS and EKF work together. Corrections in xˆ are fed back and used it as prior information to calculate estimates at the SINS. This scheme is known as close-loop correction ([Citation3], Section 12.1.1).

Figure 2. Diagram of EKF and SINS/GPS system integration.

Figure 2. Diagram of EKF and SINS/GPS system integration.

The continuous state-space model of the system is ([Citation12], Section 7.1)

(19a) δx^.(t)=F(t)δx^(t)+G(t)u(t)+ζ(t)(19a)
(19b) δyˆ(t)=Hδxˆ(t)+ν(t).(19b)

The discrete state-space model of the system is ([Citation12], Section 5.5)

(20a) δxˆ(+)=Φδxˆ+Gu+ζ(20a)
(20b) δyˆ=Hδxˆ+ν.(20b)

Vectors ζ  N(0, Q) and ν  N(0, R), Gaussian distributions with zero mean and known covariance matrix, are driving noise and measurement noise, respectively. Vectors uR12, δxˆR21 and δyˆR6 are defined as

(21a) u=ω˜bT,f˜bT,ηgδbT,ηfδbTT(21a)
(21b) δxˆ=δeˆT,δvˆnT,δpˆnT,bˆgT,bˆfT,δbˆgT,δbˆfTT(21b)
(21c) δyˆ=δyˆvT,δyˆpTT(21c)
(21d) δyˆv=vˆnvˆGn(21d)
(21e) δyˆp=TˆprpˆnpˆGn+Cˆbnlbab(21e)
(21f) Tˆpr=diagRˆM+hˆ,RˆN+hˆcos(γˆ),1,(21f)

where lbab is the lever arm from the GPS antenna to the IMU, and Tˆpr is the curvilinear-to-Cartesian position change transformation matrix ([Citation3], Equation 12.81).

Being I{3×3} an identity matrix and 0{3×3} a null matrix, state-space matrices are

(22) F(t){21×21}=FeeFevFepCˆbn0Cˆbn0FveFvvFvp0Cˆbn0Cˆbn0FpvFpp000000000000000000000001τg00000001τf(22)
(23) G{21×21}=Cˆbn0000Cˆbn0000000000000000I0000I(23)
(24) H{6×21}=0I0000000Tˆpr0000.(24)

Submatrices Fxx are shown in [Citation2] (Equation 12.28).

Covariance matrix Q is defined as ([Citation3], Equation 12.67)

(25) Q{12×12}=diag([ng2T,nf2T,ngδb,2Tnfδb2T]),(25)

where ng2 (Equation (2)), nf2 (Equation (4)), ngδb2 and nfδb2 are the power spectral densities (PSD) of, respectively, the gyroscopes random noises, accelerometers random noises, gyroscopes dynamic biases and accelerometers dynamic biases. ngδb2 and nfδb2 are obtained as ([Citation3], Equation 12.68 and 12.69)

(26a) ngδb2=σgδb2τg(26a)
(26b) nfδb2=σfδb2τf.(26b)

Covariance matrix R is defined as,

(27) R{6×6}=diag([σv2T,σγm2,σλm2,σh2]).(27)

Diagonal entries from R are provided by the GPS error profile. Matrix Tˆpr in Equation (21e) motivates the use of σγm and σλm in R, instead of σγ and σλ. This way, diagonal elements from R are of the same order, which produces better numerical stability in calculating the Kalman gain, K (Algorithm 1).

Algorithm 1 presents a simplified version of EKF algorithm for one iteration ([Citation2], Section 13.6.2.3). The master INS clock is the GPS clock. EKF evolves between GPS time steps, δtG. Between GPS measurements, SINS keeps updating estimates of attitude, velocity and position.

Algorithm 1 Simplified extended Kalman filter

1: Update δtG=tGtG() (Equation (21c)), F (Equation (22)), and G (Equation (23)).

2: Φ=I+FδtG

3: Qk=G Q GT δtG

4: K=(P() HT)(R+H P()HT)1

5: δxˆ=Kδyˆ

6: Pt=(1K H) P

7: P=Φ  Pt  ΦT+Qk

8: P=12P+PT

The covariance matrix P{21×21} must be set up initially before execution of Algorithm (1). It is formed as a diagonal matrix whose individual elements are chosen according to the expected initial variances of δxˆ (Equation (21b)) as

(28) P(1)=diag[σϕ2,σθ2,σψ2,σv2T,σγ2,σλ2,σh2,bg2T,bf2T,σgδb2 T,σgδf2 T](28)

The Kalman filter may have serious numerical problems ([Citation13], Chapter 6). To avoid this situation, it is necessary but not sufficient that covariance matrix P be symmetric at each iteration. Line 8 of Algorithm 1 ensures this condition ([Citation4], Section 5.9.1).

4. INS algorithm

This section shows the main INS algorithm that exhibits the sequence in which navigation equations must be solved. In addition, some features of the proposed INS model are commented.

A loosely coupled SINS/GPS system is chosen between other types of integration schemes since it can be implemented with most low-cost GPS receivers, which usually only deliver position data in the navigation frame (n-frame). Besides, this frame has the property that horizontal (2D) and vertical errors are decoupled. In addition, n-frame position is represented in a more intuitive way when compared, for instance, with ECEF coordinates.

Chosen sensors for proposed INS are inertial sensors and GPS because they are ubiquitous in most navigation systems. This list of sensors does not pretend to be fixed. If a practitioner wants to compare her system with the proposed INS model using additional sensors, such as magnetometers or an odometer, she has to modify δyˆ (Equation (21c)), H (Equation (24)) and R (Equation (27)) in the provided MATLAB toolbox. Lastly, the practitioner has to report only the changes with respect to the benchmarking, instead of the complete model. Generally speaking, since the benchmarking is provided as open-source code, any change that has to be made to achieve a fair comparison between a particular INS and the proposed benchmarking is able to be carried out.

Algorithm 2 details the operation of the INS. All system variables are in SI units.

Vector xˆ is defined as

(29) xˆ=eˆT,vˆnT,pˆnT,bˆg()T,bˆf()T,δbˆg()T,δbˆf()TT.(29)

Formulas for quaternion correction are ([Citation11], Equation 7.34, A.172a, and A.173)

(30a) qˆ=qˆ+12Ξ(qˆ)δeˆ(30a)
(30b) Ξ(qˆ){4×3}=q4I{3×3}+[ϱ×]ϱT,(30b)

where ϱ comes from Equation (12) and δeˆ is delivered by the EKF (Equation (21b)).

Attitude is initialized with estimated Euler angles, typically at rest. Position and velocity are initialized with corresponding GPS measurements.

Algorithm 2 INS algorithm.

1: Set σgδb, σfδb, τg, and τf

2: Set ng, nf, ngδb, and nfδb

3: Set σγ, σλ, σγm, σγm, σh, and σv

4: Load ω˜b (Equation (1)), f˜b (Equation (3)), p˜Gn (Equation (5a–c)), v˜Gn (Equation (8)), tS, and tG

5: Set eˆ(1)=ϕˆ(1),θˆ(1),ψˆ(1), pˆ(1)n=p˜G(1)n, and vˆ(1)n=v˜G(1)n

6: Calculate qˆ(1) with eˆ(1) ([Citation2], Equation 3.65)

7: Calculate Cˆb(1)n with qˆ(1) (Equation (14a–i))

 8: Set bˆg(1)=0, bˆf(1)=0, δbˆg(1)=0, and δbˆf(1)=0

 9: Set lbab, Q (Equation (25)), R (Equation (27)), and P(1) (Equation (28))

10: Guarantee that tG(1)<tS(1)=<tG(2)

11: Guarantee that tS(kS1)<tG(kG)=<tS(kS)

12: Set i = 2

13: for k = 2 to kG do

14:   while tS(i)=<tG(k) do

15:   Update ωˆien and ωˆenn (Equations (9) and (10))

16:   Update qˆ (Equation (13a–h))

17:   Update Cˆbn (Equation (14a–i))

18:   Update eˆ (Equation (15a–c))

19:   Update gˆn (Equation (16a–d))

20:   Update vˆn (Equation (17a–d))

21:   Update pˆn (Equation (18a–c))

22:   i = i + 1

23:   end while

24:   Update δxˆ (Algorithm 1)

25:   Correct xˆ:xˆ=xˆδxˆ

26:   Correct qˆ (Equation (30a) and (b))

27:   Correct Cˆbn (Equation (14a–i))

28: end for

The INS algorithm considers that discrete-time series ω˜b and f˜b are synchronized, i.e., each is associated with the same time sequence tS with kS elements. On the other hand, GPS discrete-time series p˜Gn and v˜Gn are related to time sequence tG with kG elements. Generally, low-cost GPS receivers deliver estimates at lower frequencies than an IMU, then kG < kS. Sequences tS and tG must be adjusted for two reasons: to execute the SINS before the EFK at least once and to provide inertial data until the last GPS measurement.

The benchmarking has certain limitations. Neither corrections in computation of attitude are made for conning effects, nor velocity is corrected for sculling effects. In addition, GPS position is derived under the assumption that it is only affected by a zero-mean Gaussian noise. In some particular cases, noise distribution of GPS position should be considered as non-Gaussian.

5. Validation method

The method to validate the suggested INS mathematical model takes a practical approach. Three INS are set up using real-world data sets that were collected on field from three different MEMS IMU and a GPS. Then, obtained performances are analysed and checked if they are coherent with the quality of used sensors.

5.1. Experiment setup

Several IMU and a Novatel OEM4 dual-frequency GPS data sets are provided by [Citation14], which were logged during the open-sky trajectory shown in . In addition, a DGPS system was implemented using a Topcon Legacy GPS base station.

The trajectory took place in the vicinity of The Ohio State University, USA. The globe with a circle marks the beginning of the trajectory. On the other hand, the globe with a square points its end. The trajectory presents high and low dynamics. Firstly, the vehicle performs several ‘8’ patterns on a parking. Then, it is driven along a road. The path covers 14.67 minutes throughout which the availability of GPS signal is 100%.

Figure 3. Trajectory during which data sets were generated (image courtesy of Google Earth [Citation15]).

Figure 3. Trajectory during which data sets were generated (image courtesy of Google Earth [Citation15]).

Three MEMS IMU are selected from [Citation14], namely, Xbow IMU400 CD (XBOW1), Xsens MTi (XSENS1) and Gladiator Landmark 10 (GLAD), to implement three integrated systems: XBOW1/GPS, XSENS1/GPS and GLAD/GPS. A reference data set is obtained by fusing navigation-grade Honeywell IMU H764 G-1 and DGPS measurements.

The same three MEMS IMU units used in [Citation14] were profiled in [Citation16], in which IMU units error characteristics were determined by using the Allan variance and PSD techniques. MEMS IMU noises terms ARW, VRW, σgδb, σfδb, τg and τf are taken from [Citation16] (Table 4.4), ARW and VRW from AV column. It can be seen from that Table that XBOW1 and XSENS1 are of similar quality, and, on the contrary, GLAD presents a lower grade. GSP position error is 1.5 m CEP, and σv = 0.03 m/s, as stated in the GPS datasheet [Citation17]. Lever arm vectors and eˆ(1) are provided.

5.2. Result analysis

displays the RMS errors with respect to the reference data set, for the three proposed INS and the GPS-only solution.

Table 2. RMS errors for the three INS and GPS-only solution.

exposes that XBOW1/GPS and XSENS1/GPS performances are close, since these IMU have also similar error profiles. On the other hand, GLAD/GPS shows a worse performance, which is coherent with GLAD quality. Moreover, it can be seen that the three integrated systems present smaller position errors than the GPS-only solution. All these scenarios are expected.

6. Conclusions

In this work, an approach to benchmarking for low-cost INS is proposed. This article shows the complete mathematical model of a loosely coupled INS, as well as the error models of inertial sensors and a GPS receiver. Plus, the main algorithm that details the INS operation is also exposed.

Suggested benchmarking is based on classical navigation equations. It is provided as an open-source toolbox for MATLAB and can be downloaded from [Citation8]. The benchmarking is intended to generate a particular benchmark against which a novel INS solution can be objectively contrasted.

Validation of the benchmarking is achieved through processing real-world data sets from three MEMS IMU and a GPS receiver. It is observed that performances of the three INS are coherent with corresponding MEMS IMU error characteristics.

In conclusion, it is demonstrated that the proposed benchmarking is a suitable tool to evaluate new solutions to low-cost INS.

Acknowledgements

The authors would like to thank to Dr. Charles K. Toth (from The Ohio State University, USA), Dr. Allison Kealy, and Azmir Hasnur-Rabiain (both from The University of Melbourne, Australia) for generously sharing IMU and GPS data sets, and in particular, for Hasnur-Rabiain’s unselfish help. They would also like to thank to Dr. C.A. Catania (from the Universidad Nacional de Cuyo, Argentina) for his comments on this work.

Additional information

Funding

This work was supported by the Agencia Nacional de Promoción Científica y Tecnológica, Argentina; and the Universidad Tecnológica Nacional, Argentina [grant number FONCyT IP-PRH 2007].

References

  • R.M. Rogers, Applied Mathematics in Integrated Navigation Systems, 2nd ed., American Institute of Aeronautics and Astronautics, Inc., Reston, VA, 2003.
  • D.H. Titterton and J.L. Weston, Strapdown Inertial Navigation Technology, 2nd ed., Institution of Engineering and Technology/The American Institute of Aeronautics and Astronautics, London/Reston, 2004.
  • P.D. Groves, Principles of GNSS, Inertial, and Multisensor Integrated Navigation Systems, Artech House, Norwood, MA, 2008.
  • J. Farrell, Aided Navigation: GPS with High Rate Sensors, McGraw-Hill Professional, New York, NY, 2008.
  • R. van der Merwe and E.A. Wan, Sigma-point Kalman filters for integrated navigation, Proceedings of the 60th Annual Meeting of The Institute of Navigation, Dayton, OH, June 2004, pp. 641–654.
  • S. Godha and M.E. Cannon, Integration of DGPS with a low cost MEMS-based inertial measurement unit (IMU) for land vehicle navigation application, Proceedings of the 18th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS 2005), Long Beach, CA, September 2005, pp. 333–345.
  • A.K. Brown and Y. Lu, Performance test results on an integrated GPS/MEMS inertial navigation package, Proceedings of the 17th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS 2004), Long Beach, CA, September 2004.
  • Benchmarking for loosely-coupled low-cost navigation systems, (2014). Available at http://www.github.com/rodralez/navego
  • J.M. Strus, M. Kirkpatrick, and J.W. Sinko, Development of a high accuracy pointing system for maneuvering platforms, Proceedings of the 20th International Technical Meeting of the Satellite Division of The Institute of Navigation (ION GNSS 2007), Fort Worth, TX, September 2007, pp. 2541–2549.
  • G. Cai, B.M. Chen, and T.H. Lee, Unmanned Rotorcraft Systems, Springer, London, 2011.
  • J.L. Crassidis and J.L. Junkins, Optimal Estimation of Dynamic Systems, 2nd ed., Chapman and Hall/CRC, Boca Raton, FL, 2011.
  • R.G. Brown and P.Y.C. Hwang, Introduction to Random Signals and Applied Kalman Filtering, 3rd ed., John Wiley & Sons, Inc., Hoboken, NJ, 1997.
  • M.S. Grewal and A.P. Andrews, Kalman Filtering: Theory and Practice Using MATLAB, 3rd ed., John Wiley & Sons, Inc., Hoboken, NJ, 2008.
  • C. Toth, D. Brzezinska, N. Politi, and A. Kealy, Reference data set for performance evaluation of MEMS-based integrated navigation solutions, FIG Working Week 2011, Marrakech, May 2011.
  • Google Earth. Imagery © 2014 DigitalGlobe, U.S. Geological Survey, USDA Farm Service Agency. The Ohio State University, USA, 2014. 40.001319N, 83.039045W.
  • A. Hasnur-Rabiain, Performance evaluation of MEMS based INS/GPS integration, Master’s thesis, Department of Geomatics, The University of Melbourne, 2010.
  • Novatel Inc., OEM4 Family User Manual (OM-20000046 Rev 19), Calgary, Novatel Inc., 2005.

Reprints and Corporate Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

To request a reprint or corporate permissions for this article, please click on the relevant link below:

Academic Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

Obtain permissions instantly via Rightslink by clicking on the button below:

If you are unable to obtain permissions via Rightslink, please complete and submit this Permissions form. For more information, please visit our Permissions help page.