Next Article in Journal
Context-Aware Gossip-Based Protocol for Internet of Things Applications
Next Article in Special Issue
Uncertainty Characterisation of Mobile Robot Localisation Techniques using Optical Surveying Grade Instruments
Previous Article in Journal
Desertification Sensitivity Analysis Using MEDALUS Model and GIS: A Case Study of the Oases of Middle Draa Valley, Morocco
Previous Article in Special Issue
GNSS/INS Fusion with Virtual Lever-Arm Measurements
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Non-GNSS Smartphone Pedestrian Navigation Using Barometric Elevation and Digital Map-Matching

1
Air Force Institute of Technology, 2950 Hobson Way, Wright-Patterson AFB, OH 45433-7765, USA
2
Military Institute of Armament Technology, 05-220 Zielonka, Poland
*
Author to whom correspondence should be addressed.
Sensors 2018, 18(7), 2232; https://doi.org/10.3390/s18072232
Submission received: 7 June 2018 / Revised: 6 July 2018 / Accepted: 8 July 2018 / Published: 11 July 2018
(This article belongs to the Special Issue GNSS and Fusion with Other Sensors)

Abstract

:
Pedestrian navigation in outdoor environments where global navigation satellite systems (GNSS) are unavailable is a challenging problem. Existing technologies that have attempted to address this problem often require external reference signals or specialized hardware, the extra size, weight, power, and cost of which are unsuitable for many applications. This article presents a real-time, self-contained outdoor navigation application that uses only the existing sensors on a smartphone in conjunction with a preloaded digital elevation map. The core algorithm implements a particle filter, which fuses sensor data with a stochastic pedestrian motion model to predict the user’s position. The smartphone’s barometric elevation is then compared with the elevation map to constrain the position estimate. The system developed for this research was deployed on Android smartphones and tested in several terrains using a variety of elevation data sources. The results from these experiments show the system achieves positioning accuracies in the tens of meters that do not grow as a function of time.

1. Introduction

The Global Positioning System (GPS) and other global navigation satellite systems (GNSS) offer unmatched accuracy for outdoor positioning, navigation, and timing (PNT) applications. As a result, the world’s reliance on GNSS has grown significantly in the past decade. However, many applications that depend on GNSS for PNT do so without a backup should GNSS fail [1]. For navigation applications, GNSS are inherently limited to environments with a clear view of the sky and areas that are free of large obstacles that attenuate satellite signals or cause multi-path interference. Furthermore, GNSS are susceptible to both intentional and unintentional interference which can prevent reliable navigation with these systems within affected areas. The inability to navigate in areas where GNSS are either unreliable or unavailable can have severe consequences for many users [2]. Therefore, it is of significant interest to develop technologies that provide reliable navigation where GNSS performance is denied or degraded.
Advancements in micro-electro-mechanical systems (MEMS) technology have given rise to the smartphone as a suitable platform for pedestrian navigation. Smartphones are equipped with GNSS receivers which provide primary positioning information, as well as an array of MEMS sensors that can be used to improve positioning solutions with sensor fusion techniques. Much research has been conducted on the use of smartphones as navigation platforms [3,4,5,6,7,8,9]. However, very few of the technologies proposed in the literature offer navigation solutions that can operate without the aid of external signals, such as GPS or WiFi, or additional hardware, such as high-quality inertial measurement units, antennas, and receivers.
This research expands upon the work completed by Smagowski, Raquet, and Kauffman [10], which demonstrated the feasibility of a non-GNSS pedestrian navigation algorithm that uses only the existing sensors on a smartphone and a digital elevation model (DEM) (i.e., an elevation map). The accuracy achieved by the algorithm was promising; however, the results were obtained by post-processing smartphone data on a desktop computer. Additionally, the algorithm was evaluated using a single DEM source with very fine resolution (2 m post spacing) and a high degree of accuracy (0.3 m root mean square error (RMSE)). To take the proof-of-concept further, this research endeavored to meet the following objectives:
  • Implement the Smagowski et al. algorithm in a real-time smartphone application
  • Characterize the effect of DEM resolution and accuracy on the algorithm’s performance
  • Incorporate design features that increase the robustness of the algorithm
The system developed for this research was deployed on chest-mounted Android smartphones and tested at several locations using a variety of DEM sources. The results from testing showed the system is capable of achieving reliable positioning with errors that do not grow as a function of time. The accuracy of the system is terrain-dependent, but typically stays within tens of meters. For a non-GNSS outdoor pedestrian navigation system, this level of accuracy is adequate for many applications. The system could also be adopted as the base algorithm for other non-GNSS technologies, such as signals of opportunity or magnetic anomaly map-matching approaches, to further enhance position accuracy and reliability in GNSS-denied environments.

2. Materials and Methods

The centerpiece of the algorithm used in this research is the particle filter, which is a sequential Monte Carlo method commonly used to solve Bayesian estimation problems for systems with non-linear, non-Gaussian dynamics or measurements [11]. The goal of Bayesian estimation is to recursively estimate the posterior probability density function (PDF) of hidden states in a modeled system based on observations and system inputs. For a non-linear, non-Gaussian system, this PDF is often analytically intractable, which limits the usefulness of many traditional filtering approaches. The particle filter approximates the posterior PDF of the states using a set of weighted samples or particles obtained from a different PDF that is relatively easy to draw from and has the same support as the true density [12]. As the number of particles used in the approximation increases, the estimated PDF approaches the true PDF, and the filter solution approaches the optimal Bayesian estimate in the minimum mean square error (MMSE) sense [13,14]. Specifically, we used the Sequential Importance Resampling (SIR) particle filter variant described in [11].

2.1. Algorithm Overview

Figure 1 shows a functional block diagram of the particle filter algorithm used in this research, which was adapted from [10]. The algorithm begins in the input stage (green) with the user providing the starting location, which is assumed to be accurate to within 5 m. This position information is used to initialize the particle filter. Once initialized, the system remains idle until a step is detected (see Section 2.5.1), at which point the particles are propagated using the current heading input and randomly generated values for step length deviations and biases (see Equation (4)). The particle weights remain unchanged during propagation.
When a barometric elevation measurement is available, the elevation corresponding to each particle’s location is extracted from the DEM in the update stage (yellow). A likelihood function (Equation (7)) is then evaluated which assigns particle weights based on how closely each particle’s elevation matches the realized measurement. Particles with elevations that closely match the barometric elevation are highly weighted and are therefore more influential in the final position solution, whereas low-weighted particles are less likely and contribute very little to the solution.
After the update stage, a resampling scheme is executed, if needed, which replaces particles with negligible weights with highly weighted particles (see Section 2.4.1). This effectively kills off particles that are likely carrying incorrect state estimates, and adds more particles to areas within the state space which are more likely to be correct. Lastly, the position estimate and associated uncertainty is computed from the weighted particles (see Equations (8) and (9)) and displayed on the smartphone’s display as a location marker and error ellipse in the output stage (blue). The particles used for this computation are either continually updated as new barometer measurements become available or are propagated again once the next step is detected.

2.2. Stochastic Model and Particle Filter Formulation

In this section, a state space representation of the navigation system is presented which mathematically models pedestrian motion, system inputs, barometer sensor measurements, and random noise. This stochastic model serves as the foundation for the particle filter and provides insight into the parameters that affect filter performance. The generic parameters introduced in this section are fully defined in Section 2.5 which covers filter tuning and sensor data conditioning.
The states of interest for the system include two position states and two bias states. The two position states, x and y, represent the distances from the starting location (provided by the user) in the east and north directions, respectively. The heading bias state, b θ , represents the time-varying error in the system’s heading input, and is modeled as a first-order Gauss–Markov (FOGM) process [15]. The barometric elevation bias state, b b , represents the time-varying error in the barometric elevation measurement, and is also modeled as a FOGM process. The state vector for the system is
x = x y b θ b b T
The individual particles are composed of two attributes, namely, a state mean estimate ( x ^ k i is the 4 × 1 mean vector for the ith particle at the kth step) and a weight ( ω k i ). The mean vector and covariance matrix for the entire particle set at the kth step are denoted by x ^ k and P k , respectively. Initially, particles are drawn from a normal distribution, with a mean ( x ^ 0 ) corresponding to the initial position and bias state estimates, and a covariance ( P 0 ) corresponding to the uncertainty of those estimates. The number of particles used is denoted by N. Upon initialization, the particles are equally weighted, such that ω k i = 1 N for i = 1 , N. Once initialized, the particle filter’s state mean and covariance estimates are formed recursively in two stages: propagation and measurement update.

2.3. State Propagation

With each step taken, the state mean vector is propagated by a non-linear state transition function of the prior state mean vector, heading ( θ ), average step length ( l ¯ ), time passed since the last propagation ( Δ t ), and process noise ( η k ). The generic equation for propagating between consecutive steps taken is
x ^ k = f ( x ^ k 1 , θ k , l ¯ , Δ t k , η k )
This model assumes that any uncertainty in the x and y states is strictly a function of other sources of uncertainty, namely, heading and step length. The process noise vector for the model, η k , is given by
η k = δ l k w θ k w b k T
where
  • δ l k represents random deviations in step length; δ l k U ( σ l , σ l )
  • w θ and w b are driving white noises for the FOGM states; w θ N 0 , 2 σ θ 2 τ θ and w b N 0 , 2 σ b 2 τ b
The step length deviation ( δ l k ) is modeled as a uniformly-distributed random variable, as was the case in the Smagowski et al. algorithm [10]. This assumption was made in order to bound the total step length and avoid unrealistic deviations, as would be the case in the tails of a normal distribution. The standard deviations ( σ θ , σ b ) and time constants ( τ θ , τ b ) are tunable FOGM parameters that control the magnitude and frequency content of the modeled biases [15]. The process noise is assumed to be independent.
When a step is detected, the particles are propagated independently using the following equation:
x k i y k i b θ k i b b k i x ^ k i = 1 0 0 0 0 1 0 0 0 0 e 1 τ θ Δ t k 0 0 0 0 e 1 τ b Δ t k x k 1 i y k 1 i b θ k 1 i b b k 1 i + l ¯ + δ l k sin θ k + b θ k 1 i l ¯ + δ l k cos θ k + b θ k 1 i w θ k w b k f ( x ^ k 1 i , θ k , l ¯ , Δ t k , η k )
In Equation (4), the first two rows propagate the position states via pedestrian dead reckoning (PDR), which computes a new position from the previous position given the current step length and heading inputs [4]. In this case, the system inputs are the average step length plus a random deviation and the current heading reported by the smartphone sensors (see Section 2.5.2) plus the heading bias estimate from the prior step. The last two rows in Equation (4) propagate the bias states according to the standard FOGM dynamics, as defined in [15]. Note that, while the process noises associated with the FOGM biases are additive with respect to the states, the noise in the step length is multiplicative.

2.4. Measurement Update

The measurement model for the system captures how the states at a given step epoch are related to the barometric elevation measurements, denoted by z, observed at that same epoch. For an individual particle, this relationship is represented by a non-linear function that maps a particle’s position to its corresponding elevation, taking the particle’s barometric elevation bias estimate into account:
z k = h ( x ^ k i ) + v k
h ( x ^ k i ) = ε ( x k i , y k i ) b b k i
where
  • z k is the barometric elevation measurement at step k
  • v k is the additive white Gaussian measurement noise; v N ( 0 , R )
  • ε ( x k i , y k i ) is a function that returns the elevation at the location ( x k i , y k i )
In practice, the true elevation returned from ε ( x k i , y k i ) is not directly available but is instead inferred from an interpolated DEM. This interpolated elevation is prone to error due to inaccuracies in the underlying data and interpolation error (the latter being especially true for DEMs with coarse resolution). Since the DEM is not a perfect representation of the true elevation, another term should exist in Equation (6) which models DEM error. These errors were not explicitly modeled in our implementation because doing so would significantly increase the number of particles required. Additionally, the barometric elevation bias state and measurement noise terms were able to account for these errors adequately in most cases.
With each barometric elevation measurement, the particle weights were recursively updated by determining the likelihood of the measurement given the particle’s current state estimate. The likelihood was calculated from a Gaussian PDF centered at h ( x ^ k i ) with covariance R, evaluated at the measurement z k . The particle weights from the prior step were then multiplied by the output of the likelihood function, resulting in the updated particle weights. For an individual particle, the update equation was
ω k i = ω k 1 i exp 1 2 z k h ( x ^ k i ) T R 1 z k h ( x ^ k i )
This method rewards particles whose DEM elevations closely match the measured barometric elevation and penalizes particles whose position estimates are less likely to be based on the barometric elevation measurement.
Lastly, the particle filter’s state estimate and covariance were reconstructed from the particles by computing the weighted sample mean, x ^ k , and the sample covariance, P k , as follows:
x ^ k = i = 1 N ω k i x ^ k i
P k = i = 1 N ω k i ( x ^ k i x ^ k ) ( x ^ k i x ^ k ) T
The position states from this computation were then presented to the user on the system’s map display, accompanied by an ellipse representation of P k , which corresponds to the estimate uncertainty.

2.4.1. Resampling

One problem common to particle filtering is the condition known as particle degeneracy, in which only a few particles carry non-negligible weights. Since these low-weighted particles carry no useful information, the computational resources spent on these particles are essentially wasted. The SIR particle filter addresses this issue by occasionally resampling the particles, such that low-weighted particles are replaced with highly-weighted particles. The system developed for this research uses the multinomial resampling scheme presented in [16]. After each measurement update, the approximate number of effective particles, N eff , was calculated using:
N eff i = 1 N 1 ( ω k i ) 2
Resampling is triggered only when N eff drops below a threshold of 0.5, indicating only 50% of the particles carry useful information.

2.5. Data Conditioning and Filter Tuning

2.5.1. Step Detection and Step Length Estimation

Step detection was implemented using Android’s stock step detector sensor. This sensor triggers a time-stamped event when a step is detected from walking, running, or walking up stairs. The sensor has a latency of less than 2 s, making it well-suited for applications that track the number of steps in real-time, such as PDR systems [17].
The average step length, l ¯ , was computed using the following method found in [7]:
l ¯ = c 1 h user
where c 1 is a gender specific constant (0.415 for males, 0.413 for females) and h user is the height of the user in meters. In the propagation stage, this average step length is summed with a random step length deviation drawn from a uniform distribution, δ l , to account for uneven step lengths. The bounds associated with δ l were tuned to σ l = 0.15 m (6 in).

2.5.2. Heading Input and Heading Bias

The system’s heading input was implemented using Android’s rotation vector sensor, which fuses the MEMS accelerometer, gyroscope, and magnetometer outputs to estimate the smartphone’s orientation in the world frame [17,18]. The output from the rotation vector sensor was converted into a true north-referenced heading by adding the appropriate declination angle from a look-up table. The true north-referenced heading was used as the heading input, θ k , in Equation (4).
The heading bias state FOGM parameters were tuned using observations from a wide range of datasets collected for this research. The reference heading bias was derived by subtracting θ k from the heading based on the GPS data. In most cases, the reference heading biases observed were frequently changing and were bounded by ± 15 . Therefore, the heading bias state was tuned such that σ θ = 15 and τ θ = 60 s.

2.5.3. Barometric Elevation Bias and Measurement Noise

The barometric pressure sensors equipped in the smartphones used in this study are fairly sensitive with a data resolution of 0.16 Pa which equates to less than 10 cm of altitude [19]. In order to tune the FOGM parameters associated with the barometric elevation bias state, barometric elevation measurements from the collected data were compared with the corresponding DEM elevations at the GPS positions reported during the collection. The difference between these values served as the reference bias, and the tuning parameters were chosen based on this reference. For the majority of DEM sources used, tuning the barometric elevation bias such that σ b = 5 m and τ b = 3600 s resulted in an adequate representation of the reference bias. For the Shuttle Radar Topography Mission (SRTM) DEM, an alternate tuning of σ b = 20 m and τ b = 1200 s was used to account for the inaccuracies present in the DEM and to avoid filter divergence issues (the accuracy and resolution specifications of the DEMs used in this research are covered in Section 2.6.3).
The measurement noise variance, R, works in concert with the barometric elevation bias state to account for barometer sensor noise; however this parameter also accounts for errors in the underlying elevation data. Intuitively, R can be thought of as the level of confidence in how well the realized measurements will match the elevation data. Through trial and error, this value was tuned to R = 16 m 2 , which yielded reasonable performances for DEMs with 0.5, 2, and 10 m resolutions. For DEMs with 30 m resolution, an alternate tuning of R = 160 m 2 was needed to achieve a reliable performance.

2.6. Experiment Set Up

2.6.1. Data Collection

Data collection consisted of walking routes with chest-mounted smartphones running the application developed for this research. The chest mounts used are shown in Figure 2. The smartphone models tested include the Samsung Galaxy S7, Motorola Nexus 6, and LG Nexus 5X. In addition to monitoring the real-time display during the experiments, the sensor data was recorded and replayed through an Android Studio-emulated smartphone configured with the same software but loaded with a different DEM. This was repeated for each DEM source acquired for this research, allowing for a comparison of the algorithm’s performance for a given route with respect to DEM accuracy and resolution.
While the emulator itself is a simulation, the results obtained via emulator were considered equivalent to real data for the following reasons. First, the code executed in the emulator was identical to that in the smartphone and was operating on the same sensor data obtained from the real-world experiments. Second, for a specific route/DEM combination, there was no discernible performance difference in the results obtained via emulator versus those obtained from a smartphone. Lastly, the number of particles used in the emulator was intentionally restricted to reflect the processing limitations of smartphones. The smartphone models tested for this research were able to handle up to 500 particles without any significant lag in the results. Therefore, all emulator-generated results supporting conclusions about the performance of the system were conducted with only 500 particles. This number only reflects the limitation of the system in its current implementation, since there are many ways to optimize the software that would allow for more particles to be carried.

2.6.2. Performance Metrics

The performance of the system was quantified by the distance root mean square (DRMS) error with respect to GPS (recorded for comparison only, not used in the algorithm), given by
DRMS = k = 1 n ( d k ) 2 n
In Equation (12), n is the number of steps taken during the route, and d k is the Euclidean horizontal distance measured from the interpolated GPS position to the filter-estimated position at the kth step. In two cases, the smartphones were configured with airplane mode turned on and location services turned off for all or some of the route. This was to simulate a GNSS-denied environment. As a result, the DRMS values reported for those trials were only calculated at step epochs during which GPS was turned on.

2.6.3. Elevation Data Sources

The five DEMs acquired for this research are listed in Table 1. The tags in the second column are used to differentiate results obtained using these DEMs throughout this article. All of the sources listed are freely available online, with the exception of the VDTM0.5 which was donated courtesy of Vricon. The availability of the DEMs are also listed in Table 1, which was an important consideration for this research due to the algorithm’s dependency on elevation data. While only the SRTM and Vricon are globally available, many countries have agencies that provide products and services similar to the U.S. Geological Survey (USGS). Also, the popularity of lidar has grown in recent years, and efforts are underway to create an open-source global lidar database as these products become available [20]. The last two columns of Table 1 list the resolution and the accuracy specifications for the DEMs. The resolutions range from very coarse (30 m post spacing) to very fine (0.5 m post spacing). The Ohio Statewide Imagery Program (OSIP) DEM is significantly more accurate than the rest of the DEMs, whereas the USGS and Vricon DEMs have similar accuracy specifications, and the SRTM DEM is the least accurate by a wide margin.

2.6.4. Testing Locations

In order to better understand the effects of terrain on the system’s performance, testing locations were categorized based on their respective elevation profiles. Routes consisting of less than 10 m of elevation change throughout the route were categorized as flat terrain. Routes consisting of steadily changing elevation with more than 10 m of total elevation change were categorized as slanted terrain (i.e., steep hills). Routes consisting of high spatial-frequency changes in elevation were categorized as varied terrain. There were six distinct testing locations, two of each category (flat, slanted, and varied). Experiments were conducted outdoors under a variety of weather conditions, including sub-zero air temperatures, high wind speeds, snow, and rain.

3. Results

3.1. Flat Terrain Performance

Table 2 shows the resulting positioning errors observed in flat terrain for each DEM. The third column shows the dead reckoning (DR) case, obtained from propagating the model without barometric elevation updates, for comparison. System performance was satisfactory for all cases when using VDTM0.5, OSIP2, USGS10, and USGS30, which showed significant reductions in error compared to the DR case. The performance when using USGS10 was best in two of the four cases. As expected, the performance when using SRTM30 was worse than the rest of the DEMs.
Detailed results from Route 2 in Table 2 using USGS10 are presented below to further demonstrate the performance of the system on flat terrain. Figure 3a shows an overhead view of Route 2. This route consists of a pedestrian and biking path that connects two parks in the greater Dayton, Ohio area and crosses over the Huffman Dam bridge and under two highway overpasses near the Eastern portion of the route. The filter-estimated and GPS routes from this experiment are plotted in Figure 3b. The particles (yellow) are concentrated in the first leg of the route but spread out significantly in the second leg of the route. This happens because the second leg is very flat, with approximately 2 m of elevation change over a 1.4 km distance and very little diversity in the surrounding terrain. In effect, the reduced amount of spatial information available to the particle filter in the second leg of the route allows particles to survive longer without being killed off during resampling. In the third leg, the particle filter tracks two potential solutions and eventually settles on the correct one before the route is terminated.
Figure 4 shows the estimate error versus time for the position states. In general, the error stays within the filter-predicted standard deviation approximately 63.8% of the time, which is an indication that the filter is tuned appropriately. Additionally, this figure more clearly shows the growing uncertainty in the second leg as well as the filter tracking two solution in the third leg.

3.2. Slanted Terrain Performance

Table 3 summarizes the performance of the system in slanted terrain for each DEM. In general, the performance of the system when using VDTM0.5, OSIP2, USGS10, or USGS30 was satisfactory. The performance was best when using OSIP2 in four of the seven cases. The performance for Route 5 when using VDTM0.5 was exceptional, as the 14.8 m DRMS error was the lowest recorded for any dataset. Another notable feature in this table is that USGS30 performance was generally very good and outperformed the other DEMs in a few cases. This was not the case in Table 2, suggesting this result can be partially attributed to the increased spatial information available in the slanted terrain. It should also be noted that the DRMS errors observed when using USGS10 were the same (within 5 m) or better than OSIP2 in five of the seven cases. As expected, the SRTM30 performance was significantly worse than the rest of the DEMs, but was still better than DR for all but one case (this particular case was caused by particle starvation, that is, adding more particles resulted in acceptable performance).
Figure 5a shows the overhead view of Route 8, and Figure 5b shows the GPS and filter-estimated routes for this dataset when using VDTM0.5. This route consists of a square path along a relatively steep hill near the Air Force Institute of Technology campus and covers a distance of 2.1 km with approximately 30 m of elevation change throughout the route. Looking at Figure 5a, there is a noticeable deviation in the filter-estimated path in the Western leg of the route. This is caused by a short-duration heading error of approximately 30 , which is twice the magnitude of the modeled heading bias (recall σ θ = 15 from Section 2.5.2). However, the filter is able to fully recover and tracks the true path accurately for the remainder of the route.
Figure 6 shows the estimate errors for the position states. The errors in these states are mostly bounded by the filter-predicted standard deviation, and this is especially true in the second half of the route. An interesting feature can be seen around t = 800 s, at which point the filter resamples, effectively killing off erroneous particles and locking onto the correct solution. Also, note that the magnitude of the filter-predicted standard deviations for the position states are less than ±50 m for most of the route, whereas these magnitudes reach as much as ±100 m for the flat terrain route shown in Figure 4. This effect can be attributed to the variation in the slanted terrain, which allows the particle filter to resample particles more frequently and limits the uncertainty growth.

3.3. Varied Terrain Performance

Table 4 summarizes the system’s performance for routes consisting of varied terrain. Performance in these experiments was generally satisfactory when using OSIP2, USGS10, and USGS30 DEMs. Performance was best when using the OSIP2 DEM in three of the four routes; however, the differences in performance when using the OSIP2 versus USGS10 were minor (within 5 m). The SRTM30 performance was better than DR in most cases, except for Route 14, in which adjusting the baro bias tuning yielded acceptable results but only for that specific dataset.
Figure 7a shows an overhead view of Route 14, which was collected at the Charleston Falls Preserve in Tipp City, OH. The route consists of mostly forested terrain with very diverse terrain features. Figure 7b shows the GPS and filter-estimated paths for this dataset when using USGS30. There is some disagreement in the two paths shown in Figure 7b in the Southwestern segment which corresponds to the flattest portion of the route. There is also some deviation from the true path seen in the Southeastern segment. During this portion of the route, the pedestrian walked down a set of man-made stairs that lead into a steep ravine at the base of the park’s centerpiece waterfall. Inside the ravine, the self-reported accuracy of the smartphone’s GPS was as much as 15 m (68% confidence radial horizontal accuracy), most likely caused by multi-path interference in the ravine.
Figure 8 shows the estimate error for the position states for Route 14 using USGS30. The interval from t = 400 s to t = 650 s corresponds to the ravine area, in which the calculated error is inaccurate due to the aforementioned GPS multi-path interference. Aside from the ravine, Figure 8 shows that the estimate error for the two position states is mostly bounded by the filter-predicted standard deviation. At t = 2500 s, the pedestrian is traveling through the relatively flat portion in the southwest segment of the route, and the uncertainty in the x state grows as a result until t = 2800 s, at which point the filter clamps down on the correct solution. Also note that, for most of the route, the filter-predicted standard deviations are much tighter than the flat and slanted cases, which, again, can be attributed to the large amount of spatial information available within the terrain.
One interesting feature of the Route 14 dataset is that it contains the largest barometric elevation drift observed throughout this research. Figure 9 shows this bias, which reaches approximately 10 m in magnitude over the duration of the route. The erratic behavior in the red line is an effect of GPS multi-path in the ravine. Dismissing the ravine area, the filter appears to have high observability of the baro bias state and tracks the bias within a few meters, as shown in the bottom plot of Figure 9.

3.4. Performance Summary

Table 5 summarizes the performance in each terrain type category and for each DEM. The values shown are the RMS of the DRMS errors from Table 2, Table 3 and Table 4, and the last row is the total RMS of these values for each DEM. Looking at the last row of Table 5, the overall performance of the system when using VDTM0.5, OSIP2, USGS10, and USGS30 was satisfactory, with errors less than 61 m across all terrain types. The performance when using VDTM0.5, OSIP2, and USGS10 was very good, with errors less than 48 m across all terrain types. The performance when using SRTM30 was two to three times worse than the rest of the DEMs; however, the DRMS errors observed were still better than in the DR case.
In general, it can be seen from Table 5 that performance was best in slanted terrain in terms of the observed DRMS errors. However, it is important to note that the errors observed from the DR case in slanted terrain were coincidentally the lowest of the three terrain types. In terms of the improvement in accuracy compared to the DR case, the varied terrain results were significantly better.
The differences in the overall performance between the 10 m or less post spacing DEMs was negligible (within 2 m of each other). Additionally, the USGS30 performance was significantly better than the much less accurate SRTM30. This suggests that DEM accuracy is a more significant factor than the resolution.

4. Discussion

The results from testing indicate the system is capable of achieving positioning accuracies in the tens of meters, with positioning errors that do not grow as a function of time. The accuracy of the system depends on the elevation diversity of the terrain and the accuracy of the elevation map, and is therefore not directly related to the distance traveled. Positioning errors less than 48 m DRMS can be achieved using DEMs with 10 m post spacing or less, provided the DEM’s accuracy is 3 m (RMSE) or less. The system’s performance was adequate (less than 61 m DRMS error) when using the USGS’s 30 m post spacing DEM. Of the DEM sources tested, Vricon, OSIP, and USGS are all viable options. Marginal accuracy improvements were observed when using NASA’s 30 m SRTM DEM for most of the datasets; however, in some cases, filter tuning issues and particle starvation resulted in unsatisfactory performances.
One aspect of performance not captured by the tables presented in this article is the filter-predicted uncertainty associated with the position estimates. As discussed in Section 2.5, alternate filter tunings were needed for the 30 m DEMs to account for the resolution and errors in these datasets. The effect of using the more pessimistic tuning was that filter-predicted standard deviations were much larger than when using the tuning for DEMs with finer resolution. This was mostly due to the increased value of R. For the SRTM datasets, the alternate barometric elevation bias tuning also contributed to this increased uncertainty. More work is needed to investigate alternative methods for improving the performance of the system when using SRTM30, such as increasing the number of particles or using another set of tuning parameters.
The system operates in near real-time, and there was no perceptible initialization time or time lag in the results observed during operation. There were some cases in which the filter became overconfident and falsely locked onto an incorrect positioning solution. This was often caused by a variety of factors, including modeling error (i.e., step lengths that were much shorter than the model allows), weather effects (high wind speeds inducing fluctuations in the barometer), and similarities in the elevation profiles of the correct and incorrect paths. While beyond the scope of this article, a residual monitoring subroutine was implemented to detect and cope with these situations which effectively aided the filter in recovering the correct position.
The primary advantage of the system presented in this article over other non-GNSS outdoor smartphone positioning systems is that it is self-contained, that is, since the system requires no external reference signals or additional equipment, it is lightweight and immune to jamming. However, environmental interference can negatively affect the system’s performance, specifically, through the presence of man-made sources of magnetic fields, such as buildings made of steel or power transmission lines which can induce magnetometer biases that are larger than the model allows (as was the case in short-duration heading disturbance from Route 8 discussed in Section 3.2). Although the data presented in this article was not collected in dense urban canyons, it is reasonable to assume that the system’s performance could suffer in these environments. Future work should examine the system’s performance in areas densely populated with man-made structures.
Another area of improvement for the system presented in this article is the step length model, which is admittedly simplistic and could be a significant source of positioning error. Future work should consider more sophisticated techniques, such as that used in reference [29], which proposed an empirical model based step frequency, user height, and acceleration amplitude, or reference [30], which proposed using GPS measurements to estimate a set of gait parameters for a specific user (for our purposes, these parameters could be learned and stored prior to using the system in a GPS-degraded environment).

Author Contributions

J.R. conceived the algorithm; P.S. performed the initial development and proof-of-concept for the algorithm; K.K. and J.R. served as research advisors for D.B. and P.S.; D.B. and K.K. further developed the algorithm for use with a real-time smartphone system, and designed the experiments; D.B. performed the experiments and analyzed the data; D.B. wrote the paper with edits provided by K.K. and J.R.

Funding

Funding to support this project and publish the results was provided by the Air Force Research Laboratory Information Directorate.

Conflicts of Interest

The authors declare no conflict of interest.

Disclaimer

The views expressed in this article are those of the authors and do not reflect the official policy or position of the United States Air Force, Department of Defense, or the U.S. Government. U.S. Government work not protected by U.S. copyright. This document has been approved for public release.

References

  1. Thomas, M. Global navigation space systems: Reliance and vulnerabilities. R. Acad. Eng. 2011, 24, 951–964. [Google Scholar]
  2. Coffed, J. The Threat of GPS Jamming: The Risk to an Information Utility. 2014. Exelis, Inc.. Available online: http://gpsworld.com/wp-content/uploads/2014/02/ThreatOfGPSJamming_FEB14.pdf (accessed on 27 December 2017).
  3. Deng, Z.; Wang, G.; Hu, Y.; Di, W. Heading estimation for indoor pedestrian navigation using a smartphone in the pocket. Sensors 2015, 15, 211518–211536. [Google Scholar] [CrossRef] [PubMed]
  4. Harle, R. A survey of indoor inertial positioning systems for pedestrians. IEEE Commun. Surv. Tutor. 2013, 15, 1281–1293. [Google Scholar] [CrossRef]
  5. Nguyen, P.; Akiyama, T.; Hiroki, O. User-friendly heading estimation for arbitrary smartphone orientations. In Proceedings of the 2016 International Conference on Indoor Positioning and Indoor Navigation (IPIN), Alcala de Henares, Spain, 4–7 October 2016. [Google Scholar]
  6. Parviainen, J.; Kantola, J.; Collin, J. Differential barometry in personal navigation. In Proceedings of the 2008 IEEE/ION Position, Location and Navigation Symposium, Monterey, CA, USA, 5–8 May 2008. [Google Scholar]
  7. Pratama, A.; Widyawan, H.R. Smartphone-based pedestrian dead reckoning as an indoor positioning system. In Proceedings of the 2012 International Conference on System Engineering and Technology (ICSET), Bandung, Indonesia, 11–12 September 2012; pp. 1–6. [Google Scholar]
  8. Tian, Q.; Salcic, Z.; Wang, K.; Pan, Y. A multi-mode dead reckoning system for pedestrian tracking using smartphones. IEEE Sens. J. 2016, 16, 2079–2093. [Google Scholar] [CrossRef]
  9. Xiao, Z.; Wen, H.; Markham, A.; Trigoni, N. Robust pedestrian dead reckoning (R-PDR) for arbitrary mobile device placement. In Proceedings of the 2014 International Conference on Indoor Positioning and Indoor Navigation (IPIN), Busan, Korea, 27–30 October 2014; pp. 187–196. [Google Scholar]
  10. Smagowski, P.; Raquet, J.; Kauffman, K. Smartphone navigation using barometric altitude and topographic maps. In Proceedings of the 29th International Technical Meeting of The Satellite Division of the Institute of Navigation (ION GNSS+ 2016), Portland, OR, USA, 12–16 September 2016; pp. 1270–1278. [Google Scholar]
  11. Arulampalam, M.; Maskell, N.; Gordon, N. A tutorial on particle filters for online nonlinear/non-Gaussian Bayesian tracking. IIEEE Trans. Signal Proc. 2002, 50, 174–188. [Google Scholar] [CrossRef] [Green Version]
  12. Doucet, A.; Johansen, A. A Tutorial on Particle Filtering and Smoothing: Fifteen Years Later. In The Oxford Handbook of Nonlinear Filtering; Crisan, D., Rozovskii, B., Eds.; Oxford University Press: New York, NY, USA, 2011; pp. 656–705. [Google Scholar]
  13. Saha, S.; Boers, Y.; Driessen, H.; Mandal, P.K.; Bagchi, A. Particle based MAP state estimation: A comparison. In Proceedings of the 12th International Conference on Information Fusion, Seattle, WA, USA, 6–9 July 2009; pp. 278–283. [Google Scholar]
  14. Closas, P.; Fernadez-Padres, C. Particle filtering with adaptive number of particles. In Proceedings of the IEEE Aerospace Conference, Big Sky, MT, USA, 5–12 March 2011. [Google Scholar]
  15. Brown, R.; Wang, P. First-order Gauss-Markov Processes. In Introduction to Random Signals and Applied Kalman Filtering: With MATLAB Exercises and Solutions; Wiley: New York, NY, USA, 1997. [Google Scholar]
  16. Lettieri, P. An introduction to particle systems. In Concepts of Chemical Engineering 4 Chemists; Royal Society of Chemistry: London, UK, 2007; pp. 203–248. [Google Scholar]
  17. Android Developers. Android Open Source Project: Sensor Types. Available online: https://source.android.com/devices/sensors/sensor-types (accessed on 6 January 2018).
  18. Android Developers. Android API Reference. Available online: https://developer.android.com/reference/packages.html (accessed on 6 January 2018).
  19. Bosch Sensortec. Digital pressure sensor BMP280 Datasheet. 2015. Available online: http://www.bosch-sensortec.com/en/bst/products/all_products/bmp180 (accessed on 4 February 2018).
  20. Open Topography, University of California San Diego. Lidar Point Cloud Data Distribution and Processing. Available online: http://opentopo.sdsc.edu/lidar (accessed on 4 February 2018).
  21. Farr, T. The Need for Global Topography. 2008. Available online: https://www2.jpl.nasa.gov/srtm/SRTM_paper.pdf (accessed on 27 December 2017).
  22. Maune, D. National Elevation Dataset (NED) and Similar Holdings. 2017. Available online: https://hazards.fema.gov/femaportal/docs/National%20Elevation%20Dataset_2007.pdf (accessed on 27 December 2017).
  23. U.S. Geological Survey. USGS National Elevation Database. 2017. Available online: https://nationalmap.gov/PERS_Jan2002_NED_highlight_article.pdf (accessed on 27 December 2017).
  24. Ohio Statewide Imagery Program (OSIP). 2017. Available online: http://ogrip.oit.ohio.gov/projectsinitiatives/statewideimagery.aspx (accessed on 27 December 2017).
  25. Vricon. Vricon DTM Datasheet. 2017. Available online: https://www.vricon.com/wp-content/uploads/2017/06/Vricon_DTM_FINAL.pdf (accessed on 27 December 2017).
  26. Google Earth Pro version 7.3.0.3832(64-bit). Satellite Imagery of Mad River Trail, Dayton, OH. Image Taken on 8/29/2016. Geographic Information: 39.793920° N, −84.006828° W, Eye Altitude: 3.87 km. Available online: http://www.walkrideusa.com/states/ohio/individual-trails/southwest/mad-river-trail-ohio (accessed on 7 January 2018).
  27. Google Earth Pro version 7.3.0.3832. Satellite Imagery of Walking Track Near the Air Force Institute of Technology, Dayton, OH. Image Taken on 8/29/2016. Geographic Information: 39.781382° N, −84.0803742° W, Eye Altitude: 1.29 km. Available online: https://www.neowin.net/news/google-earth-pro-7303832 (accessed on 7 January 2018).
  28. Google Earth Pro version 7.3.0.3832 (64-bit). Satellite Imagery of Charleston Falls Preserve, OH. Image Taken on 8/29/2016. Geographic Information: 39.919417° N, −84.146741° W, Eye Altitude: 1.26 km.. Available online: https://filehippo.com/download_google-earth-pro/ (accessed on 7 January 2018).
  29. Beibei, W.; Tao, C.; Zhao, Z. An improved in stride estimation algorithm of pedestrian dead reckoning. In Proceedings of the 2017 9th International Conference on Measuring Technology and Mechatronics Automation (ICMTMA), Changsha, China, 14–15 January 2017; pp. 154–157. [Google Scholar]
  30. Kasebzadeh, P.; Fritsche, C.; Hendeby, G.; Gunnarsson, F.; Gustafsson, F. Improved pedestrian dead reckoning positioning with gait parameter learning. In Proceedings of the 2016 19th International Conference on Information Fusion (FUSION), Heidelberg, Germany, 5–8 July 2016; pp. 379–385. [Google Scholar]
Figure 1. Algorithm functional block diagram.
Figure 1. Algorithm functional block diagram.
Sensors 18 02232 g001
Figure 2. Smartphone Chest Mounts: velocity clip (left), juggernaut case (right).
Figure 2. Smartphone Chest Mounts: velocity clip (left), juggernaut case (right).
Sensors 18 02232 g002
Figure 3. Overhead views of Route 2: (a) Google Earth satellite imagery [26]; (b) Global Positioning System (GPS) and filter-estimated paths in local level coordinate frame (using USGS10).
Figure 3. Overhead views of Route 2: (a) Google Earth satellite imagery [26]; (b) Global Positioning System (GPS) and filter-estimated paths in local level coordinate frame (using USGS10).
Sensors 18 02232 g003
Figure 4. Easting (top) and northing (bottom) coordinate errors versus time for Route 2 using USGS10.
Figure 4. Easting (top) and northing (bottom) coordinate errors versus time for Route 2 using USGS10.
Sensors 18 02232 g004
Figure 5. Overhead views of Route 8: (a) Google Earth satellite imagery [27]; (b) GPS and filter-estimated paths in local level coordinate frame (using VDTM0.5).
Figure 5. Overhead views of Route 8: (a) Google Earth satellite imagery [27]; (b) GPS and filter-estimated paths in local level coordinate frame (using VDTM0.5).
Sensors 18 02232 g005
Figure 6. Easting (top) and northing (bottom) coordinate error versus time for Route 8 using VDTM0.5.
Figure 6. Easting (top) and northing (bottom) coordinate error versus time for Route 8 using VDTM0.5.
Sensors 18 02232 g006
Figure 7. Overhead views of Route 14: (a) Google Earth satellite imagery [28]; (b) GPS and filter-estimated paths in local level coordinate frame (using USGS30).
Figure 7. Overhead views of Route 14: (a) Google Earth satellite imagery [28]; (b) GPS and filter-estimated paths in local level coordinate frame (using USGS30).
Sensors 18 02232 g007
Figure 8. Easting (top) and northing (bottom) coordinate error versus time for Route 14 using USGS30.
Figure 8. Easting (top) and northing (bottom) coordinate error versus time for Route 14 using USGS30.
Sensors 18 02232 g008
Figure 9. Baro bias (top) and baro bias estimate error (bottom) versus time for Route 14 using USGS30.
Figure 9. Baro bias (top) and baro bias estimate error (bottom) versus time for Route 14 using USGS30.
Sensors 18 02232 g009
Table 1. Digital elevation model (DEM) source comparison.
Table 1. Digital elevation model (DEM) source comparison.
SourceTagMethodAvailabilityResolution (m)Accuracy
SRTM [21]SRTM30satellite-based, radarglobal30≤16 m 90% conf.
USGS. [22]USGS30multi-sourceU.S.30≤2.4 m RMSE
USGS [23]USGS10multi-sourceU.S.10≤2.4 m RMSE
OSIP [24]OSIP2lidar flyoverOhio2≤0.3 m RMSE
Vricon [25]VDTM0.5satellite-based, imageryglobal0.5≤3 m 90% conf.
Table 2. Flat terrain performance by DEM source.
Table 2. Flat terrain performance by DEM source.
RouteDistance (m)DRMS Position Error (m)
DRVDTM0.5OSIP2USGS10USGS30SRTM30
12044.389.233.636.753.333.170.3
24788.4245.383.763.445.168.2142.7
33215.3105.729.625.627.534.4104.9
43214.6108.277.376.959.696.7116.5
Table 3. Slanted terrain performance by DEM source.
Table 3. Slanted terrain performance by DEM source.
RouteDistance (m)DRMS Position Error (m)
DRVDTM0.5OSIP2USGS10USGS30SRTM30
52128.872.114.824.628.223.426.9
62199.486.017.816.217.224.682.4
72185.867.444.836.452.134.985.6
82172.8130.628.830.741.951.0106.8
91241.159.6-25.422.633.854.9
101362.339.427.723.923.929.739.5
112221.6104.0-67.569.268.299.0
Table 4. Varied terrain performance by DEM source.
Table 4. Varied terrain performance by DEM source.
RouteDistance (m)DRMS Position Error (m)
DRVDTM0.5OSIP2USGS10USGS30SRTM30
121754.2230.7-28.631.682.2163.6
135559.3135.3-52.558.667.6120.0
144169.9156.1-19.220.462.1163.6
155453.4389.3-68.767.775.8363.4
Table 5. Performance Summary.
Table 5. Performance Summary.
TerrainDRRMS of DRMS Position Error (m)
VDTM0.5OSIP2USGS10USGS30SRTM30
flat150.761.254.647.963.8111.7
slanted84.628.835.640.440.876.2
varied248.7-46.548.672.3253.1
all terrains174.847.846.245.860.5165.7

Share and Cite

MDPI and ACS Style

Broyles, D.; Kauffman, K.; Raquet, J.; Smagowski, P. Non-GNSS Smartphone Pedestrian Navigation Using Barometric Elevation and Digital Map-Matching. Sensors 2018, 18, 2232. https://doi.org/10.3390/s18072232

AMA Style

Broyles D, Kauffman K, Raquet J, Smagowski P. Non-GNSS Smartphone Pedestrian Navigation Using Barometric Elevation and Digital Map-Matching. Sensors. 2018; 18(7):2232. https://doi.org/10.3390/s18072232

Chicago/Turabian Style

Broyles, Daniel, Kyle Kauffman, John Raquet, and Piotr Smagowski. 2018. "Non-GNSS Smartphone Pedestrian Navigation Using Barometric Elevation and Digital Map-Matching" Sensors 18, no. 7: 2232. https://doi.org/10.3390/s18072232

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