Next Article in Journal
Analysis of the Scalability of UWB Indoor Localization Solutions for High User Densities
Next Article in Special Issue
Deformation Monitoring for Chinese Traditional Timber Buildings Using Fiber Bragg Grating Sensors
Previous Article in Journal
Satellite Launcher Navigation with One Versus Three IMUs: Sensor Positioning and Data Fusion Model Analysis
Previous Article in Special Issue
Damage Detection of a Concrete Column Subject to Blast Loads Using Embedded Piezoceramic Transducers
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Improved Heuristic Drift Elimination Method for Indoor Pedestrian Positioning

School of Automation, Beijing Institute of Technology, Beijing 100081, China
*
Author to whom correspondence should be addressed.
Sensors 2018, 18(6), 1874; https://doi.org/10.3390/s18061874
Submission received: 15 April 2018 / Revised: 1 June 2018 / Accepted: 3 June 2018 / Published: 7 June 2018
(This article belongs to the Special Issue Smart Sensors and Smart Structures)

Abstract

:
Indoor positioning is currently a research hotspot. In recent years, Pedestrian Dead Reckoning (PDR) has been widely used in indoor positioning. However, the positioning error caused by heading drifts will accumulate as the walking distance increases, so some methods need to be used to correct the heading angle. Heuristic Drift Elimination (HDE) is an effective heading correction algorithm, which only uses the information of a building’s dominant directions to reduce the heading error, but it does not apply to the non-dominant direction condition. In this paper, we propose a heading drift suppressing method for the limitation of HDE. Firstly, the method constructs membership functions to judge the pedestrian’s motion according to the result of comprehensive evaluation. Then, it further determines by a threshold condition whether the pedestrian walks along the dominant directions, and a heading error measurement is introduced for heading correction. Finally, we verify by experiments that the proposed method can correct heading angles properly for different conditions, which indicates an adaptability to the environment.

1. Introduction

As technology advances, people’s lives are becoming more and more intelligent, and the demand for location services is gradually increasing. Therefore, the development of indoor positioning technology has drawn wide attention from people. It has broad application prospects in target monitoring, emergency rescue, shopping guides, and so on.
Currently, indoor positioning relies mainly on WiFi, Bluetooth, UWB (Ultra Wide Band), and other wireless location technologies, as well as optical communications, machine vision, and so forth. Using the above positioning technologies can achieve good results. For instance, when we use UWB, the positioning accuracy can even reach centimeter level. However, due to the layout of reference beacons in advance and a high cost, its application is limited. Thus, some researchers apply inertial navigation technology to indoor positioning. With the data collected by MEMS (Micro-Electro-Mechanical Systems)-integrated IMUs (Inertial Measurement Units), the pedestrian’s position can be calculated. This method can effectively resist environmental disturbance and has strong autonomy, but cumulative errors caused by MEMS devices cannot be ignored. Foxlin [1] first proposed the IEZ framework, that is, Inertial Navigation System (INS), Extended Kalman Filter (EKF), and Zero Velocity Update (ZUPT) to estimate the motion track. Some researchers carried out their work based on this method [2,3]. The framework restrains the horizontal attitude errors well, but it cannot make the heading correction. Hence, many scholars at home and abroad have conducted in-depth studies. Yang Hong et al. [4,5] adopted a geomagnetic correction algorithm to correct the heading angle by taking the difference of courses calculated by the magnetometer and attitude matrix as a measurement. Afzal [6] estimated the heading error by capturing changes in the magnetic field measured by magnetometers in the pedestrian’s stationary state. Since the magnetometer suffers more perturbations in indoor environments, the reliability of its calculated heading angle cannot be guaranteed. Therefore, some people believe that the magnetometer is not suitable for indoor use [7]. To improve the accuracy of heading calculation, Widyawan et al. [8] fused INS and visual image information, but this method was greatly affected by the light intensity. Similarly, some researchers used the particle filter method to estimate the heading angle by getting the interior plan of the building in advance [9], but most of the time it was hard to do that. Borenstein [10] proposed the Heuristic Drift Elimination (HDE) algorithm in 2010. The algorithm is based on the fact that most walls and corridors inside buildings are made up of straight lines and right angles and use only four or eight dominant directions as a reference without prior information about the environment, which can effectively reduce the heading drift.
However, as Jiménez mentioned in Reference [11], the HDE algorithm is suitable for pedestrians walking along the dominant directions, but sometimes the building does not all consist of paths along the dominant directions. Special structures, such as circular arcs, may exist, and the heading angle will be wrongly corrected if the HDE algorithm is used in this case. Thus, the algorithm needs to be improved in some ways.
In this paper, we conducted a study of the heading correction method based on the IEZ framework for the problems above. We first describe the basic IEZ framework for getting the pedestrian’s motion information, propose the improved HDE (IHDE) method, and then verify the validity of proposed method by experiments.

2. Pedestrian Dead Reckoning (PDR) Implementation with Kalman Filter

PDR is implemented based on a Kalman filter. The method is to obtain the motion information by calculating the inertial sensor data. When the footfall of the pedestrian is detected, the EKF measurements will be updated by ZUPT and the estimated errors are used to correct the motion information. The 15-dimensional error state vector of EKF is δ x k = [ δ r k δ v k δ φ k δ a k b δ ω k b ] T . The vector contains the errors in position, velocity, and attitude, as well as the estimated biases for accelerometers and gyroscopes, each of which consists of its 3-axis components. k indicates the moment of data sampling. Figure 1 shows the PDR implementation process.
An accelerometer and gyroscope are mounted on the human body to collect data related to the motion information. The Micro-Inertial-Navigation System (MINS) block then calculates the data. The Zero Velocity Detector (ZVD) block is used to detect zero speed moments to trigger ZUPT and IHDE blocks, and these two blocks provide the EKF block with measurements to estimate errors.

2.1. Micro-Inertial-Navigation System

The MINS block calculates the data collected by the IMU to get the position, velocity, and attitude information. The process is divided into 4 steps:
  • Data Preprocessing: Due to the drift characteristics of inertial sensors, we compensate the raw data a k and ω k by the estimated errors δ a k b and δ ω k b before calculating them.
  • Attitude Update: We update the quaternion to get the pedestrian’s attitude information. The quaternion updating method is as follows:
    Q k = ( cos Δ 2 I 4 × 4 + 2 Δ sin Δ 2 Δ θ ) Q k 1 .
    Q k = [ q 0 q 1 q 2 q 3 ] T represents the quaternion, and I 4 × 4 is a 4 by 4 unit matrix. Since the sampling period Δ t is very short,
    Δ θ = 1 2 [ 0 Δ θ x Δ θ y Δ θ z Δ θ x 0 Δ θ z Δ θ y Δ θ y Δ θ z 0 Δ θ x Δ θ z Δ θ y Δ θ x 0 ] .
    Δ θ i ( i = x , y , z ) indicates the angle increment of gyroscope, and Δ = ( Δ θ x ) 2 + ( Δ θ y ) 2 + ( Δ θ z ) 2 is the modulus of angle increments. The attitude angles can then be calculated by the quaternion as:
    γ = arctan ( 2 ( q 2 q 3 q 0 q 1 ) / ( q 3 2 q 2 2 q 1 2 + q 0 2 ) ) θ = arcsin ( 2 ( q 0 q 2 q 1 q 3 ) ) ψ = arctan ( 2 ( q 1 q 2 + q 0 q 3 ) / ( q 1 2 + q 0 2 q 2 2 q 3 2 ) ) .
    γ , θ and ψ are the roll, pitch, and yaw angle, respectively.
  • Position and Velocity Update: We first transform the acceleration in the sensor body frame to the navigation frame with the attitude matrix, and then remove the gravitational acceleration:
    a ¯ k = C b t a k + [ 0 0 g ] T .
    a ¯ k represents the free acceleration, and [ 0 0 g ] T the gravitational acceleration with g’s value chosen as 9.80665 m/s2. C b t is the attitude matrix, where t refers to the navigation frame (defined to be North-East-Down on the ground) and b is the body frame. The pedestrian’s position and velocity are updated by the integral of a ¯ k .
  • Motion Information Correction: If a zero speed moment is detected, because theoretically the pedestrian’s velocity should be zero, we take the difference between zero and v k , that is,
    Δ v k = [ 0 0 0 ] T v k
    as the measurements, and estimate the error state by EKF to correct the motion information. The position and velocity can be directly corrected by δ r k and δ v k . The attitude correction is equivalent to the correction of attitude matrix:
    C ¯ b t = ( I 3 × 3 Δ t ) C b t
    where Δ t is the skew symmetric matrix for δ φ k . According to the conversion relationship between the attitude matrix and quaternion, the quaternion can then be corrected.

2.2. Extended Kalman Filter

● State Equation
δ x k / k 1 = F k / k 1 δ x k 1 + G k / k 1 w k 1
δ x k / k 1 is the predicted error state, and δ x k 1 is the last filtered error state. w k 1 is the process noise with covariance matrix Q k 1 = E ( w k 1 w k 1 T ) . The state transition matrix F k / k 1 and noise driven matrix G k / k 1 corresponding to the error state are derived from the error model of INS as follows [12]:
F k / k 1 = [ I 3 × 3 I 3 × 3 Δ t O 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 I 3 × 3 Ω Δ t C b t Δ t O 3 × 3 O 3 × 3 O 3 × 3 I 3 × 3 O 3 × 3 C b t Δ t O 3 × 3 O 3 × 3 O 3 × 3 I 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 I 3 × 3 ] G k / k 1 = [ O 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 C b t Δ t O 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 C b t Δ t O 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 I 3 × 3 Δ t O 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 I 3 × 3 Δ t ] .
Ω is the skew symmetric matrix for the acceleration transformed to the navigation frame. O 3 × 3 refers to a 3 by 3 zero matrix.
● Measurement Equation
z k = H k δ x k / k 1 + η k
where z k represents the measurements, and η k is the measurement noise with covariance matrix R k equal to E ( η k η k T ) . Since the measurements are velocity errors of three axes, the measurement matrix is
H k = [ O 3 × 3 I 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 ] .
We divide the role of EKF into two cases: if the zero speed moment is not detected, then EKF will only be updated in time, that is, only the last filtered error covariance matrix P k 1 is updated when z k is obtained [13].
P k / k 1 = F k / k 1 P k 1 F k / k 1 T + G k / k 1 Q k 1 G k / k 1 T
P k / k 1 is the predicted error covariance matrix, and P k is equal to P k / k 1 at this moment. In the other case, EKF is updated in state with z k as below:
δ x k = δ x k / k 1 + K k ( z k H k δ x k / k 1 ) .
K k is the filter gain.
K k = P k / k 1 H T ( H P k / k 1 H T + R k ) 1

2.3. Zero Velocity Detector

The accuracy of zero speed moment detection is closely related to the calculation result. The pedestrian’s movement can be divided into two cases: station and motion, denoted as C 1 and C 2 , respectively. Specifically, the foot swings forward when moving and clings to the ground in station case [14]. We determine whether n is zero speed moment based on the generalized likelihood ratio (GLRT) method [15]:
L G ( m n ) = p ( m n ; C 1 ) p ( m n ; C 2 ) .
L G ( m n ) indicates GLRT, and m n refers to the sampling sequence.
m n = { [ a k ω k ] } k = n , n + 1 , , n + N 1
where N is the length of selected sliding window, and p ( m n ; C 1 ) and p ( m n ; C 2 ) are the probability density functions for C 1 and C 2 . According to the multiplication principle in probability statistics and considering the independence of two-dimensional random variables,
p ( m n ; C j ) = k = n n + N 1 p ( a k ; C j ) p ( ω k ; C j ) j = 1 , 2 .
From Equations (14) and (16) we know, to obtain L G ( m n ) , it is necessary to get the probability distributions of a k and ω k in advance, but in practice this information is unavailable. So, we represent the sample at each moment as:
[ a k ω k ] = [ a k r ω k r ] + n k .
The ideal sampling acceleration a k r and angular velocity ω k r meet the following conditions: in motion case, a k r is not equal to the gravitational acceleration g, and ω k r is not equal to 0; comparatively, they are both equal to the ideal values in the other case. n k is the sampling noise. If we assume it to be zero-mean white noise with the noise variances of the accelerometer and gyroscope σ a 2 and σ ω 2 , respectively, then a k and ω k follow the Gaussian distribution. Hence, based on the above equations we obtain the probability density functions as below:
p ( m n ; C j ) = 1 ( 2 π σ a ) N 1 ( 2 π σ ω ) N exp ( k = n n + N 1 ( 1 2 σ a 2 a k a k r 2 + 1 2 σ ω 2 ω k ω k r 2 ) ) .
According to the basic principle, the GLRT corresponding to moment n can be calculated by maximizing Equation (18) with a proper selection of a k r and ω k r . We substitute the maximum values for Equation (14) and reorganize the result:
L G ( m n ) = k = n n + N 1 ( 1 σ a 2 a k g a ¯ n a ¯ n 2 + 1 σ ω 2 ω k 2 ) < t h G .
a ¯ n represents the average value of acceleration samples in the sliding window. Through the above equation we can determine the pedestrian’s movement at moment n. If L G ( m n ) is less than the threshold t h G , then C 1 is true, as shown in red in Figure 2, or C 2 is true otherwise.

2.4. The Improved HDE Method

● Limitations of original methods
Although using the IEZ framework has a significant effect upon correcting the horizontal attitude angles, it influences little on heading correction. The reason is that, according to the observability analysis of INS error equations, the error state δ ψ k is unobservable [16]. Thus, the estimated trajectory will gradually deviate from the expected as the moving distance increases.
In indoor environments, the HDE algorithm can effectively correct the heading angle by taking the dominant directions of the building as a reference. However, not all motion paths in indoor environments are along the dominant directions. If the HDE algorithm is still used in a non-dominant direction condition, as can be seen in Figure 3, the heading angle will be overcorrected, and a new heading error is then generated, which will lead to the wrong estimation of the motion track. Therefore, this problem needs to be considered in practice.
● Details of the proposed method
Based on the above reasons, we first determined whether the pedestrian walked in a straight line. A fixed number of successive steps are taken as the unit of calculation, and all the calculated heading angles of steps are put into a dataset. The standard deviation of the dataset is then used to determine whether the current motion path is a straight line. Considering the complexity of calculation and accuracy of results, we take W (W = 5) steps as the unit of calculation [17], and the heading angle of step s is calculated by MINS. The dataset of heading angles is represented as Ψ = { ψ l | l = s , s 1 , , s W + 1 } , whose standard deviation is obtained by the following equations:
{ s t d = 1 W 1 l = s W + 1 s ( ψ l ψ ¯ ) 2 ψ ¯ = m e a n ( Ψ ) .
ψ ¯ is the average of heading angles. As the pedestrian cannot walk strictly along the actual path, by learning from fuzzy mathematics theory, we take std as variable and use the Z-type membership function to describe the motion path.
μ 1 ( s t d ) = 1 1 + exp ( k 1 s t d a ) k 1 > 0 , a > 0
μ 1 ( s t d ) ranges from 0 to 1. The membership degree of motion path to the straight line decreases as std becomes larger. Figure 4 reflects the trend of the function.
Second, as the normal walking process of the pedestrian is periodic, the time interval between two adjacent steps, denoted as S T s , is relatively uniform. If S T s is out of the normal range, the pedestrian may be in abnormal activities, and to prevent the heading angle from being wrongly corrected in this condition, the proposed method should be avoided.
Hence, we take S T s as variable and adopt the commonly used bell-shaped membership function to characterize the pedestrian’s motion state.
μ 2 ( S T s ) = 1 1 + b ( S T s γ T ) 2 c b > 0 , c > 0
where γ T is associated with the motion period, usually set to 1.0~1.2 s. Combined with the motion path and motion state, we can make a comprehensive evaluation of the pedestrian’s motion condition and the evaluation vector M is [ μ 1 ( s t d ) μ 2 ( S T s ) ] T . Though the conditions of triggering the proposed method mainly depend on whether the motion path is a straight line, the role of the method needs to be limited in abnormal motion state. Therefore, we adopt M ( . , + ) model, and with the weight vector w = [ w 1 w 2 ] , the comprehensive evaluation is
E = w M = w 1 μ 1 ( s t d ) + w 2 μ 2 ( S T s ) .
Then we give a binary controller as below:
E n = { 1 E > γ 2 0 e l s e .
If E is greater than the threshold γ 2 , then En is set to 1 and the proposed method will be triggered, or the method has no effect otherwise. Figure 5 shows the analysis process above.
Finally, we get the error measurement δ ψ . If En is 0, δ ψ will be set to 0 as well, or δ ψ is obtained by determining whether the pedestrian walks along the dominant directions. We define 4 dominant directions denoted as ψ d (d = 1, 2, 3, 4) to be 0°, 90°, 180°, and 270° respectively, and select 5° and 355° as the thresholds.
| ψ d ψ ¯ | < 5 | ψ d ψ ¯ | > 355
If the above equation holds for a certain ψ d , then it will be taken as the closest dominant direction ψ d o m i n a n t corresponding to the current heading angle. By subtracting the current heading angle from ψ d o m i n a n t we obtain
δ ψ = ψ d o m i n a n t ψ s .
If, instead, Equation (26) holds for no ψ d , then ψ d o m i n a n t will be substituted for ψ ¯ as the reference direction to calculate δ ψ [18]. After that, this error, together with the velocity errors of three axes, is taken as the filter measurements to estimate and correct the heading error, as well as other inertial sensor errors. The measurement matrix in this condition is
H = [ O 3 × 3 I 3 × 3 O 3 × 3 O 3 × 3 O 3 × 3 O 1 × 3 O 1 × 3 [ 0 0 1 ] O 1 × 3 O 1 × 3 ] .

3. Tests

3.1. IMU Description

We used the IMU MTi-G-710 produced by Xsens Technologies B.V in Enschede, The Netherlands, which integrates 3-axis MEMS sensors. The IMU was easily installed on the human body, and had a large measuring range and a small size, and we fixed it to the left foot of a person to collect data. Table 1 lists the relevant technical parameters.

3.2. Results and Analyses

Several tests have been performed in different environments to verify the adaptability of the proposed method. For each test, we used IEZ, HDE, and IHDE methods, respectively, to estimate a person’s walking trajectories and compare results. The following index was adopted to compare the performance of different methods.
P e r r = D e r r T T D × 100 %
D e r r indicates the deviation distance from the expected ending point, TTD means the total travelled distance, and P e r r is the positioning error of estimated trajectory.
Test 1 was performed on the first floor of the IT laboratory building in the Beijing Institute of Technology. The person walked from the starting point and followed the directions indicated by the arrows in Figure 6a. The 202-m long path, divided into 8 segments (identified by numbers), is made up of straight lines and right angles. Segments 1 and 7 are 27 m long, while the length of Segments 3 and 5 is 36 m, and the rest of the segments are all 19 m. Before starting to walk, the person was still for 5 s. The reference path and estimated trajectories are shown in Figure 6.
The results in Figure 6b show that, due to the lack of heading correction, the drift of the IEZ trajectory gradually accumulated in the straight lines, which led to an increasing deviation between the estimated trajectory and reference path, with the positioning error reaching about 9.0%. As each segment of the path coincided with the dominant directions, both the HDE and IHDE methods could make full use of the information to correct the heading angle. The final positioning error of the HDE trajectory was less than 0.6%, and for the IHDE trajectory, the smallest error was only 0.2% during the test.
In order to compare with the real environment, we chose the east playground for Test 2 and Test 3. Different from Test 1, the paths in Test 2 and Test 3 contained both the dominant and non-dominant directions.
In Test 2, the person first walked in straight lines along the dominant directions, then walked along the curved track for a distance, and finally walked in a straight line along a non-dominant direction and returned to the starting point. The actual path was about 90 m long, shown in a black dotted line in Figure 7, through which we illustrate the heading correction based on the proposed method. Figure 7a shows the result of evaluation E during the walk. The proposed method was triggered when E exceeded a certain threshold, corresponding to the red part, which indicated straight lines. Then, as explained in Section 2.4, we could further determine if the path was in a dominant direction and introduce error measurement δ ψ . It is worth noticing that between sampling point 1600 and 2475, as the person walked along a circular path, E close to 0 indicated that the method can identify abnormal situations, and thus avoid overcorrection of heading. For other parts in black, due to the sudden change of heading (corresponding to the “edges” in the above subfigure), corrections were not made within a short time.
In contrast, dominant directions were always taken as a reference in the original HDE method, so the heading was still corrected to approach its nearest dominant direction for the last two segments of path, as can be seen in the above subfigure of Figure 7a, making the trajectory wrongly estimated. The positioning error of the HDE trajectory was about 1% larger than that of the IHDE, according to the test results. Figure 7b shows the estimated trajectories using different methods.
The actual path in Test 3 consisted of two straight lines along dominant directions and two arcs, as shown in Figure 8. The heading angle of the HDE trajectory was continuously wrongly corrected based on the dominant directions as a person stepped onto the curved track, which eventually led to the trajectory being useless for positioning. Instead, no heading correction was made on the curved track by using the proposed method, and the estimated trajectory maintained a small deviation from the actual path with D e r r only about 2 m. The values in Table 2 show the typical range of positioning errors for several tests in different environments like those presented in Figure 6, Figure 7 and Figure 8.

4. Conclusions

To solve the problem that the IEZ frame cannot suppress the heading drift, and the HDE method does not apply to the non-dominant direction’s condition, we have proposed the IHDE method and have tested its performance in different environments. The results show that, if the person walks in the non-straight line, using the proposed method can judge this condition by comprehension evaluation compared to the HDE method, and then the heading angle will not be overcorrected, ensuring the correct estimation of trajectories. The positioning errors of estimated IHDE trajectories in tests indicate the adaptability of the proposed method to different environments.

Author Contributions

Z.D. and Y.C. contributed with the concept and design of the manuscript, simulations, drafting, and revising the manuscript. Y.C. and P.W. performed the experiments. B.W. contributed with drafting of the manuscript.

Funding

This work is supported by Research on Personal Navigation Theory and Method Based on Inertia and Human Odometer Information in Indoor Environments 61673067.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Foxlin, E. Pedestrian tracking with shoe-mounted inertial sensors. IEEE Comput. Graph. Appl. 2005, 25, 38–46. [Google Scholar] [CrossRef] [PubMed]
  2. Godha, S.; Lachapelle, G. Foot mounted inertial system for pedestrian navigation. Meas. Sci. Technol. 2008, 19, 075202. [Google Scholar] [CrossRef]
  3. Fischer, C.; Talkad Sukumar, P.; Hazas, M. Tutorial: Implementation of a pedestrian tracker using foot-mounted inertial sensors. IEEE Pervasive Comput. 2013, 12, 17–27. [Google Scholar] [CrossRef]
  4. Yang, H.; Liu, Y.; Liu, C.; Song, J. A personal navigation system based on MEMSIMU/GNSS/magnetometer/barometric altimeter. In Proceedings of the 2015 CSIT 7th Annual Conference on Inertial Technology, Wuhan, China, 20–21 October 2015; pp. 63–69. [Google Scholar]
  5. Bird, J.; Arden, D. Indoor navigation with foot-mounted strapdown inertial navigation and magnetic sensors. IEEE Wirel. Commun. 2011, 18, 28–35. [Google Scholar] [CrossRef]
  6. Haris, A.M.; Valérie, R.; Gérard, L. Use of earth’s magnetic field for mitigating gyroscope errors regardless of magnetic perturbation. Sensors 2011, 11, 11390–11414. [Google Scholar]
  7. Borenstein, J.; Ojeda, L.; Kwanmuang, S. Heuristic reduction of gyro drift in imu-based personnel tracking systems. J. Navig. 2009, 62, 41–58. [Google Scholar] [CrossRef]
  8. Widyawan; Pirkl, G.; Munaretto, D.; Fischer, C.; An, C.; Lukowicz, P.; Klepal, M.; Timm-Giel, A.; Widmer, J.; Pesch, D.; et al. Virtual lifeline: Multimodal sensor data fusion for robust navigation in unknown environments. Pervasive Mob. Comput. 2012, 8, 388–401. [Google Scholar] [CrossRef]
  9. Pinchin, J.; Hide, C.; Moore, T. A particle filter approach to indoor navigation using a foot mounted inertial navigation system and heuristic heading information. In Proceedings of the 2012 International Conference on Indoor Positioning and Indoor Navigation, Sydney, Australia, 13–15 November 2012; pp. 1–10. [Google Scholar]
  10. Borenstein, J.; Ojeda, L. Heuristic drift elimination for personnel tracking systems. J. Navig. 2010, 63, 591–606. [Google Scholar] [CrossRef]
  11. Jiménez, A.R.; Seco, F.; Zampella, F.; Prieto, J.C. Improved Heuristic Drift Elimination (iHDE) for pedestrian navigation in complex buildings. In Proceedings of the 2011 International Conference on Indoor Positioning and Indoor Navigation, Guimarães, Portugal, 21–23 September 2011; pp. 1–8. [Google Scholar]
  12. Cho, S.Y.; Park, C.G. MEMS based pedestrian navigation system. J. Navig. 2006, 59, 135–153. [Google Scholar] [CrossRef]
  13. Bistrovs, V.; Kluga, A. Adaptive extended Kalman filter for aided inertial navigation system. Elektron. Elektrotech. 2012, 122, 37–40. [Google Scholar] [CrossRef]
  14. Ju, H.; Lee, M.S.; Park, S.Y.; Song, J.W.; Park, C.G. A pedestrian dead-reckoning system that considers the heel-strike and toe-off phases when using a foot-mounted IMU. Meas. Sci. Technol. 2015, 27, 015702. [Google Scholar] [CrossRef]
  15. Skog, I.; Handel, P.; Nilsson, J.O.; Rantakokko, J. Zero-velocity detection—An algorithm evaluation. IEEE Trans. Biomed. Eng. 2010, 57, 2657–2666. [Google Scholar] [CrossRef] [PubMed]
  16. Khairi, A.; Chris, H.; Terry, M.; Chris, H. Aiding low cost inertial navigation with building heading for pedestrian navigation. J. Navig. 2011, 64, 219–233. [Google Scholar]
  17. Ju, H.J.; Min, S.L.; Chan, G.P.; Lee, S.; Park, S. Advanced Heuristic Drift Elimination for indoor pedestrian navigation. In Proceedings of the 2014 International Conference on Indoor Positioning and Indoor Navigation, Busan, Korea, 27–30 October 2014; pp. 729–732. [Google Scholar]
  18. Jiménez, A.R.; Seco, F.; Prieto, J.C.; Guevara, J. Indoor pedestrian navigation using an INS/EKF framework for yaw drift reduction and a foot-mounted IMU. In Proceedings of the 2010 7th Workshop on Positioning Navigation and Communication, Dresden, Germany, 11–12 March 2010; pp. 135–143. [Google Scholar]
Figure 1. Pedestrian Dead Reckoning (PDR) implementation scheme.
Figure 1. Pedestrian Dead Reckoning (PDR) implementation scheme.
Sensors 18 01874 g001
Figure 2. The calculated generalized likelihood ratio (GLRT) at some sampling moments.
Figure 2. The calculated generalized likelihood ratio (GLRT) at some sampling moments.
Sensors 18 01874 g002
Figure 3. Position errors caused by the corrections of original Heuristic Drift Elimination (HDE) method for: (a) a straight path along a non-dominant direction; (b) a circular path.
Figure 3. Position errors caused by the corrections of original Heuristic Drift Elimination (HDE) method for: (a) a straight path along a non-dominant direction; (b) a circular path.
Sensors 18 01874 g003
Figure 4. Z-type membership function.
Figure 4. Z-type membership function.
Sensors 18 01874 g004
Figure 5. The block diagram of the proposed method.
Figure 5. The block diagram of the proposed method.
Sensors 18 01874 g005
Figure 6. (a) The reference path in Test 1; (b) Estimated trajectories for Test 1.
Figure 6. (a) The reference path in Test 1; (b) Estimated trajectories for Test 1.
Sensors 18 01874 g006
Figure 7. (a) Heading correction with IHDE; (b) estimated trajectories for Test 2.
Figure 7. (a) Heading correction with IHDE; (b) estimated trajectories for Test 2.
Sensors 18 01874 g007
Figure 8. Starting somewhere on the outside straight, the person was asked to walk along the track and return to the starting point, and the entire path was approximately 455 m.
Figure 8. Starting somewhere on the outside straight, the person was asked to walk along the track and return to the starting point, and the entire path was approximately 455 m.
Sensors 18 01874 g008
Table 1. Technical parameters of MTI-G-710.
Table 1. Technical parameters of MTI-G-710.
AccelerometersGyroscopes
Full Scale (FS)±15 g±1000°/s
Non-linearity0.03% FS0.01% FS
Bias stability40 μg10°/h
Bandwidth375 Hz415 Hz
Table 2. The results of positioning errors in each test.
Table 2. The results of positioning errors in each test.
MethodPositioning Errors
Test 1Test 2Test 3
IEZ8.7~9.6%2.3~2.8%2.6~3.2%
HDE0.3~0.6%1.3~1.7%>20%
IHDE0.2~0.4%0.4~0.7%0.3~0.5%

Share and Cite

MDPI and ACS Style

Deng, Z.; Cao, Y.; Wang, P.; Wang, B. An Improved Heuristic Drift Elimination Method for Indoor Pedestrian Positioning. Sensors 2018, 18, 1874. https://doi.org/10.3390/s18061874

AMA Style

Deng Z, Cao Y, Wang P, Wang B. An Improved Heuristic Drift Elimination Method for Indoor Pedestrian Positioning. Sensors. 2018; 18(6):1874. https://doi.org/10.3390/s18061874

Chicago/Turabian Style

Deng, Zhihong, Yun Cao, Pengyu Wang, and Bo Wang. 2018. "An Improved Heuristic Drift Elimination Method for Indoor Pedestrian Positioning" Sensors 18, no. 6: 1874. https://doi.org/10.3390/s18061874

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop