Hybrid Urban Canyon Pedestrian Navigation Scheme Combined PDR, GNSS and Beacon Based on Smartphone
"> Figure 1
<p>Three-axis accelerometer measurements. The black and green lines denote the accelerometer measurement time series in the <span class="html-italic">X</span>- and <span class="html-italic">Y</span>-directions, respectively; and the red line represents the accelerometer measurement in the <span class="html-italic">Z</span>-axis. The blue line indicates the comprehensive time series of the three axes, which is calculated using Formula (<a href="#FD2-remotesensing-11-02174" class="html-disp-formula">2</a>).</p> "> Figure 2
<p>Step length adjustment strategy using a weak beacon. The pedestrian walks from weak beacon <span class="html-italic">A</span> (step number is W) to <span class="html-italic">B</span> (step number is M) and <span class="html-italic">C</span> (step number is N). From <span class="html-italic">A</span> to <span class="html-italic">B</span>, the pedestrian walks along the black line; from <span class="html-italic">B</span> to <span class="html-italic">C</span>, the pedestrian walks along the red line.</p> "> Figure 3
<p>Beacon (strong, middle and weak) installation strategy and signal transmitting ranges. The three types of beacon are installed on each site.</p> "> Figure 4
<p>Received RSSI change situation. The blue, red and green lines denote the RSSI of the weak, strong and middle beacons, respectively. The signal is received by a smart phone and a pedestrian goes across the three sites. Each site is installed with one weak, one middle and one strong beacon.</p> "> Figure 5
<p>Workflow of the proposed multisensor fusion strategy based on Android smart phones.</p> "> Figure 6
<p>Left picture shows we measure the control point by RTK, the central picture presents the smart phone static test, the right picture shows the tester holds the smart phone in kinematic test.</p> "> Figure 7
<p>The four graphs show test results along the straight line 1−2; the cyan line denotes raw smart phone heading computed from accelerometer and magnetometer measurements; green, red and blue lines represent the smart phone heading processed by Kalman filter, first-order complementary filter, improved MEMS algorithm separately. (<b>a</b>) is Huawei Mate20 static test result, (<b>b</b>) is kinematic result. (<b>c</b>,<b>d</b>) are static and kinematic results of Huawei AL10 respectively.</p> "> Figure 8
<p>The four graphs show test results along the straight line 3–2; the cyan line denotes raw smart phone heading computed from accelerometer and magnetometer measurements; green, red and blue lines represent the smart phone heading processed by Kalman filter, First-order Complementary, improved MEMS algorithm separately. (<b>a</b>) is Huawei Mate20 static test result, (<b>b</b>) is kinematic result. (<b>c</b>,<b>d</b>) are static and kinematic results of Huawei AL10 respectively.</p> "> Figure 9
<p>(<b>a</b>) Test location and field surrounding environment. (<b>b</b>) Narrow test street with both sides filled with tall buildings. (<b>c</b>) Group of beacons installed on a lamp post. (<b>d</b>) Graph showing the tester hold the test phone P20.</p> "> Figure 10
<p>Lamp post locations (red circles) where the beacons are installed, tester walking route (blue line) and beacon heading (green line). The numbers, such as ‘1339’, denote the code of the lamp post for distinguishing the group code of beacons.</p> "> Figure 11
<p>(<b>a</b>) GNSS precision of smart phone reported by Android API. (<b>b</b>) Satellite number obtained from NMEA. (<b>c</b>) DOP information obtained from NMEA messages (blue, red and cyan denote PDOP, HDOP and VDOP, respectively).</p> "> Figure 12
<p>The green, blue, gray and red lines represent the smart phone outputted GNSS position, the fused navigation position, the actual tester walking route and the connection of all installed beacon positions, respectively. The blue marker expresses the real-time navigation position using the hybrid positioning strategy.</p> "> Figure 13
<p>Test surrounding environment in Mong Kok (<b>left</b>) and Waichai (<b>right</b>).</p> "> Figure 14
<p>Smart phone internal GNSS observation information obtained from NMEA messages. The first graph shows the SNR values of satellites, the second graph shows the tracked satellite number of the smart phone and the third graph shows the HDOP series.</p> "> Figure 15
<p>Field navigation test results in (<b>a</b>) Waichai and (<b>b</b>) Mong Kok. The black, blue, red and green lines represent the actual pedestrian walking route, the fused navigation position, pure PDR positions and the trajectory obtained from the smart phone internal GNSS positions, respectively. The blue marker denotes the real-time navigation location of the tester using the fused navigation algorithm.</p> "> Figure 16
<p>Cumulative distribution function (CDF) graph of the positioning error in (<b>a</b>) Portland and Shanghai Streets and (<b>b</b>) Argyle and Shandong Streets. The red and blue lines denote the smart phone internal GNSS and fused position, respectively.</p> "> Figure 17
<p>CDF graph of the positioning error. The green, red and blue lines denote the PDR result, the smart phone internal GNSS result and the fused strategy positioning result, respectively.</p> ">
Abstract
:1. Introduction
- (1)
- Smart phone heading is vital to pedestrian navigation. In this study, we process and compare multiple heading methods and utilise their advantages to construct a comprehensive heading fusion strategy that combines the measurements of smart phone internal sensors’ and external beacon.
- (2)
- Most researchers have used beacon for positioning due to its high precision and easy installation characteristics. In this study, we develop related algorithms and workflow in using beacon RSSI to construct ground truth and calibrate smart phone heading continuously, in this manner, IMU cumulative error and impact of environment disturbance can be reduced, which improves positioning accuracy.
- (3)
- We research multiple fusion positioning algorithms, such as UKF, EKF and PF, to integrate GNSS, inertial navigation and beacon positioning results. Then, we design a noise evaluation algorithm and fusion strategy to construct a comprehensive solution. Tests verify that the algorithm works well in a consumption-level positioning device, such as a smart phone.
- (4)
- In this study, we perform tests in Hong Kong’s streets, which are a typical urban canyon. Hong Kong is a crowded city with many pedestrians and vehicles, high-density tall buildings and narrow streets. At present, the positioning capability of most consumption-level navigation devices in Hong Kong is poor, often producing large errors. Thus, tests and research to improve positioning capability in such a harsh environment is important.
2. Methodology
2.1. PDR Algorithm
2.2. Coordinate System and Initial Position for Localization
2.3. Step Detection
2.4. Step Length
2.5. Heading Computation Using MEMS Sensors’ Measurements
2.6. Improved Heading Algorithm Combining Accelerometer, Gyroscope, Magnetometer Measurements
2.7. Beacon Positioning and Heading Computation
2.8. Heading Fusion Combining Improved MEMS Heading and Beacon Heading
Algorithm 1: Heading fusion algorithm |
2.9. GNSS/DGNSS Positioning and Noise Evaluation
Algorithm 2: GNSS measurement noise evaluation algorithm |
2.10. Integration of PDR, Beacon and GNSS
3. Evaluation and Experiment
3.1. Navigation Application Development
- (1)
- MEMS sensor measurement processing. In this part, the program reads measurements from smart phone internal sensors (particularly, accelerometer, gyroscope, magnetometer, barometer and thermometer) using Android APIs. Low-pass filtering algorithm is used to process raw data. These data are used to detect step movement, estimate step length and calculate smart phone attitude.
- (2)
- GNSS observation synchronization and processing. Smart phone internal location can be obtained Android APIs, calculated by GNSS and surround telecommunication base stations. However, smart phones are not a professional geodetic GNSS receiver. Smart phones can track low SNR and has high sensitivity; moreover, in a harsh environment, NLOS and multipath degrade smart phones’ positioning capability and stability severely. PDR can only compute the relative position, whereas GNSS can provide global WGS84 coordinates, that is, the absolute positioning. In our solution, we want to combine PDR andGNSS; thus, improving GNSS position accuracy is vital. On the basis of the requirements, a smart phone application sends a pseudorange, a carrier phase and NMEA to our DGPS server to develop a related algorithm for improving GNSS positioning accuracy and then send it back to the smart phone. Many smart phones do not output GNSS raw measurements, except for Huawei P20 and Mate20.
- (3)
- Beacon scanning and processing algorithms. In this part, we focus on beacon scanning, construction of beacon heading, step length calibration and beacon positioning. Beacon scanning is always running in the background of smart phones; thus, it can scan surrounding beacons continuously nearly in real-time. Once a new signal is tracked, the RSSI series is used to construct heading. Different heading construction algorithms are designed for the weak, middle and strong beacons. In addition to the heading, the weak beacon is used to calibrate the step length and PDR position.
- (4)
- Positioning fusion algorithm and mapping. Positioning fusion is the key issue of our solution. Here, we design an EKF model to integrate GNSS/DGNSS results, beacon location and PDR. Once the filtered position is obtained, the location and walking trajectory can be updated and displayed in Google Maps in real time.
3.2. Smart Phone Heading Test
3.3. Navigation Test Using GNSS + PDR + Beacon Fusion Scheme
3.4. Navigation Test without Beacon
4. Discussion
4.1. Discussion of Heading Test
4.2. Discussion of Navigation Test
5. Conclusions
Author Contributions
Funding
Acknowledgments
Conflicts of Interest
Abbreviations
LOT | Location of Things |
GNSS | Global Navigation Satellite System |
DGPS | Differential Global Positioning System |
MEMS | Micro-electromechanical System Sensor |
PDR | Pedestrian Dead Reckon |
EKF | Extended Kalman Filter |
PDOP | Position Dilution of Precision |
VDOP | Vertical Dilution of Precision |
HDOP | Horizontal Dilution of Precision |
FFT | Fast Fourier Transform |
RSSI | Radio Signal Strength Indication |
3D | Three-dimensional |
LOS | Line-of-sight |
NLOS | Non-line-of-sight |
IGRF | International Geomagnetic Reference Field |
NMEA | National Marine Electronics Association |
SNR | Signal to Noise Ratio |
UWB | Ultra Wideband |
UKF | Unscented Kalman Filter |
INS | Inertial Navigation System |
PF | Particle Filter |
API | Application Programming Interface |
WGS84 | World Geodetic System 1984 |
STD | Standard Deviation |
RMSE | Root Mean Squared Error |
RTK | Real-time Kinematic |
References
- Chen, R.; Chen, W.; Chen, X.; Zhang, X.; Chen, Y. Sensing strides using EMG signal for pedestrian navigation. GPS Solut. 2011, 15, 161–170. [Google Scholar] [CrossRef]
- Li, X.; Wang, J.; Liu, C. A Bluetooth/PDR Integration Algorithm for an Indoor Positioning System. Sensors 2015, 15, 24862–24885. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Sabatini, A.M. Kalman-filter-based orientation determination using inertial/magnetic sensors: Observability analysis and performance evaluation. Sensors 2011, 11, 9182–9206. [Google Scholar] [CrossRef]
- Zhang, S.; Yu, S.; Liu, C.; Yuan, X.; Liu, S. A Dual-Linear Kalman Filter for Real-Time Orientation Determination System Using Low-Cost MEMS Sensors. Sensors 2016, 16, 264. [Google Scholar] [CrossRef] [PubMed]
- Bergamini, E.; Ligorio, G.; Summa, A.; Vannozzi, G.; Cappozzo, A.; Sabatini, A. Estimating orientation using magnetic and inertial sensors and different sensor fusion approaches: accuracy assessment in manual and locomotion tasks. Sensors 2014, 14, 18625–18649. [Google Scholar] [CrossRef] [PubMed]
- Kang, X.; Huang, B.; Qi, G. A Novel Walking Detection and Step Counting Algorithm Using Unconstrained Smartphones. Sensors 2018, 18, 297. [Google Scholar] [CrossRef] [PubMed]
- Ilkovičová, L.; Kajánek, P.; Kopáčik, A. Pedestrian indoor positioning and tracking using smartphone sensors, step detection and map matching algorithm. In Proceedings of the International Symposium on Engineering Geodesy, Varaždin, Croatia, 20–22 May 2016; Volume 70, pp. 1–24. [Google Scholar]
- Zhao, Q.; Zhang, B.; Wang, J.; Feng, W.; Jia, W.; Sun, M. Improved method of step length estimation based on inverted pendulum model. Int. J. Distrib. Sens. Netw. 2017, 13. [Google Scholar] [CrossRef]
- Martino, L.; Read, J.; Elvira, V.; Louzada, F. Cooperative Parallel Particle Filters for on-Line Model Selection and Applications to Urban Mobility. Digit. Signal Process. 2017, 60, 172–185. [Google Scholar] [CrossRef]
- Mihaylova, L.; Angelova, D.; Honary, S.; Bull, D.R.; Canagarajah, C.N.; Ristic, B. Mobility Tracking in Cellular Networks Using Particle Filtering. IEEE Trans. Wirel. Commun. 2007, 6, 3589–3599. [Google Scholar] [CrossRef] [Green Version]
- Wang, Y.; Yang, X.; Zhao, Y.; Liu, Y.; Cuthbert, L. Bluetooth positioning using RSSI and triangulation methods. In Proceedings of the 2013 IEEE 10th Consumer Communications and Networking Conference (CCNC), Las Vegas, NV, USA, 11–14 January 2013; pp. 837–842. [Google Scholar]
- Kleeman, L. Optimal estimation of position and heading for mobile robots using ultrasonic Beacons and dead-reckoning. In Proceedings of the 1992 IEEE International Conference on Robotics and Automation, Nice, France, 12–14 May 1992; Volume 3, pp. 2582–2587. [Google Scholar]
- Viswanathan, S.; Srinivasan, S. Improved path loss prediction model for short range indoor positioning using bluetooth low energy. In Proceedings of the 2015 IEEE Sensors, Busan, Korea, 1–4 November 2015; pp. 1–4. [Google Scholar] [CrossRef]
- Wang, L.; Groves, P.D.; Ziebart, M.K. Smartphone Shadow Matching for Better Cross-street GNSS Positioning in Urban Environments. J. Navig. 2014, 68, 411–433. [Google Scholar] [CrossRef] [Green Version]
- Gowdayyanadoddi, N.S.; Curran, J.T.; Broumandan, A.; Lachapelle, G. A Ray-Tracing Technique to Characterize GPS Multipath in the Frequency Domain. Int. J. Navig. Obs. 2015, 2015, 983124. [Google Scholar] [CrossRef]
- Zhuang, Y.; Lan, H.; Li, Y.; El-Sheimy, N. PDR/INS/WiFi Integration Based on Handheld Devices for Indoor Pedestrian Navigation. Micromachines 2015, 6, 793–812. [Google Scholar] [CrossRef] [Green Version]
- Li, X.; Wei, D.; Lai, Q.; Xu, Y.; Yuan, H. Smartphone-based integrated PDR/GPS/Bluetooth pedestrian location. Adv. Space Res. 2017, 59, 877–887. [Google Scholar] [CrossRef]
- Li, W.W.; Iltis, R.A.; Win, M.Z. A smartphone localization algorithm using RSSI and inertial sensor measurement fusion. In Proceedings of the 2013 IEEE Global Communications Conference (GLOBECOM), Atlanta, GA, USA, 9–13 December 2013; pp. 3335–3340. [Google Scholar]
- Zhuang, Y.; Yang, J.; Li, Y.; Qi, L.; El-Sheimy, N. Smartphone-Based Indoor Localization with Bluetooth Low Energy Beacons. Sensors 2016, 16, 596. [Google Scholar] [CrossRef] [PubMed]
- Li, Y.; Zhuang, Y.; Lan, H.; Zhou, Q.; Niu, X.; El-Sheimy, N. A Hybrid WiFi/Magnetic Matching/PDR Approach for Indoor Navigation With Smartphone Sensors. IEEE Commun. Lett. 2016, 20, 169–172. [Google Scholar] [CrossRef]
- Sun, S.-L.; Deng, Z.-L. Multi-sensor optimal information fusion Kalman filter. Automatica 2004, 40, 1017–1023. [Google Scholar] [CrossRef]
- Ali, A.; Siddharth, S.; Syed, Z.; El-Sheimy, N. An improved personal dead-reckoning algorithm for dynamically changing smartphone user modes. In Proceedings of the 25th International Technical Meeting of the Satellite Division of the Institute of Navigation (ION GNSS 2012), Nashville, TN, USA, 17–21 September 2012. [Google Scholar]
- Masiero, A.; Guarnieri, A.; Pirotti, F.; Vettore, A. A Particle Filter for Smartphone-Based Indoor Pedestrian Navigation. Micromachines 2014, 5, 1012–1033. [Google Scholar] [CrossRef] [Green Version]
- Renaudin, V.; Susi, M.; Lachapelle, G. Step Length Estimation Using Handheld Inertial Sensors. Sensors 2012, 12, 8507–8525. [Google Scholar] [CrossRef]
- Shin, S.H.; Park, C.G.; Kim, J.W.; Hong, H.S.; Lee, J.M. Adaptive step length estimation algorithm using low-cost MEMS inertial sensors. In Proceedings of the Sensors Applications Symposium, San Diego, CA, USA, 6–8 February 2007. [Google Scholar]
- Chen, R.; Chu, T.; Liu, K.; Liu, J.; Chen, Y. Inferring Human Activity in Mobile Devices by Computing Multiple Contexts. Sensors 2015, 15, 21219–21238. [Google Scholar] [CrossRef] [Green Version]
- Lachapelle, G. Pedestrian navigation with high sensitivity GPS receivers and MEMS. Pers. Ubiquitous Comput. 2016, 11, 481–488. [Google Scholar] [CrossRef]
- Yang, F.; Xiong, J.; Liu, J.; Wang, C.; Li, Z.; Tong, P.; Chen, R. A Pairwise SSD Fingerprinting Method of Smartphone Indoor Localization for Enhanced Usability. Remote Sens. 2019, 11, 566. [Google Scholar] [CrossRef]
- Deng, Z.A.; Wang, G.; Hu, Y.; Wu, D. Heading Estimation for Indoor Pedestrian Navigation Using a Smartphone in the Pocket. Sensors 2015, 15, 21518–21536. [Google Scholar] [CrossRef] [PubMed]
- Kang, W.; Nam, S.; Han, Y.; Lee, S. Improved heading estimation for smartphone-based indoor positioning systems. In Proceedings of the Personal Indoor and Mobile Radio Communications (PIMRC), Sydney, Australia, 9–12 September 2012; pp. 2449–2453. [Google Scholar]
- Afzal, M.H.; Renaudin, V.; Lachapelle, G. Magnetic field based heading estimation for pedestrian navigation environments. In Proceedings of the 2011 International Conference on Indoor Positioning and Indoor Navigation, Guimaraes, Portugal, 21–23 September 2011; pp. 1–10. [Google Scholar]
- Yuan, X.; Yu, S.; Zhang, S.; Wang, G.; Liu, S. Quaternion-based unscented Kalman filter for accurate indoor heading estimation using wearable multi-sensor system. Sensors 2015, 15, 10872–10890. [Google Scholar] [CrossRef] [PubMed]
- Xie, L.; Yeng, C.S.; de Souza, C.E. Robust Kalman filtering for uncertain discrete-time systems. IEEE Trans. Autom. Control 1994, 39, 1310–1314. [Google Scholar]
- Tian, Z.; Zhang, Y.; Zhou, M.; Liu, Y. Pedestrian dead reckoning for MARG navigation using a smartphone. EURASIP J. Adv. Signal Process. 2014, 2014, 65. [Google Scholar] [CrossRef] [Green Version]
- Li, Y.; Zahran, S.; Zhuang, Y.; Gao, Z.; Luo, Y.; He, Z.; Pei, L.; Chen, R.; El-Sheimy, N. IMU/Magnetometer/Barometer/Mass-Flow Sensor Integrated Indoor Quadrotor UAV Localization with Robust Velocity Updates. Remote Sens. 2019, 11, 838. [Google Scholar] [CrossRef]
- Elloumi, W.; Guissous, K.; Chetouani, A.; Canals, R.; Leconge, R.; Emile, B.; Treuillet, S. Indoor navigation assistance with a Smartphone camera based on vanishing points. In Proceedings of the International Conference on Indoor Positioning and Indoor Navigation, Montbeliard-Belfort, France, 28–31 October 2013; pp. 1–9. [Google Scholar]
- Huang, C.; Liao, Z.; Zhao, L. Synergism of INS and PDR in self-contained pedestrian tracking with a miniature sensor module. IEEE Sens. J. 2010, 10, 1349–1359. [Google Scholar] [CrossRef]
- Gui, P.; Tang, L.; Mukhopadhyay, S. MEMS based IMU for tilting measurement: comparison of complementary and kalman filter based data fusion. In Proceedings of the 2015 10th IEEE Conference on Industrial Electronics and Applications (ICIEA 2015), Auckland, New Zealand, 15–17 June 2015; Institute of Electrical and Electronics Engineers (IEEE): Piscataway, NJ, USA, 2015; pp. 2004–2009. [Google Scholar]
- Yang, Y.; Huang, B.; Yang, R. An Energy Efficient Pedestrian Heading Estimation Algorithm using Smartphones. In Proceedings of the 2019 IEEE 43rd Annual Computer Software and Applications Conference (COMPSAC), Milwaukee, WI, USA, 15–19 July 2019; pp. 676–684. [Google Scholar]
- Stirling, R.; Fyfe, K.; Lachapelle, G. Evaluation of a New Method of Heading Estimation for Pedestrian Dead Reckoning Using Shoe Mounted Sensors. J. Navig. 2005, 58, 31–45. [Google Scholar] [CrossRef] [Green Version]
- Renaudin, V.; Combettes, C. Magnetic, Acceleration Fields and Gyroscope Quaternion (MAGYQ)-based attitude estimation with smartphone sensors for indoor pedestrian navigation. Sensors 2014, 14, 22864–22890. [Google Scholar] [CrossRef]
- Raza, M.; Chen, Z.; Rehman, S.U.; Wang, P.; Bao, P. Appearance based pedestrians’ head pose and body orientation estimation using deep learning. Neurocomputing 2018, 272, 647–659. [Google Scholar] [CrossRef]
Formula | Parameters | Reference |
---|---|---|
H is the height and k is equals to 0.415 for male and 0.413. | Pratama | |
and represents the maximum and minimum vertical acceleration values in a single stride, k is a constant model parameter. | Weinberg | |
H and represents the height of the subject and step frequency and k is a model parameter that is tuned to 0.3139 for male and 0.2975 for female. | Tian | |
is the acceleration measured on a sample in a single step and N is the number of samples corresponding to each step. | Kim | |
and represents the step length and step frequency H is the height of the pedestrian which is manually inserted in this step model, a, b and c are model parameters for each person and can be calibrated by pre-training. | Ruizhi Chen | |
h and represents the pedestrian height and step frequency a, b and c are pre-trained parameters. | Valerie Renaudin |
Application | Beacon | Smart Phone (Huawei P20) |
---|---|---|
Map: | Communication way: BLE 4.0 | Sensors: |
Google Maps | Broadcast power: −30~−40 dBm | Gravity sensor |
Operating system: | Ambient light sensor | Proximity sensor |
Android | Broadcast Frequency: 100~10,000 ms | Front fingerprint sensor |
Installed version: | Transmitting distance: 3~100 m | Hall sensor |
>Android OS 4.3 | Supporting OS: | Gyroscope |
Above iOS 7.0 and Android 4.3 | Compass | |
Brand: Zhishi | Color temperature sensor | |
GNSS: GPS, GLONASS and Beidou | ||
Chip: | ||
Huawei Kirin 970 CPU octa core | ||
4 × Cortex A73 2.36 GHz | ||
4 × Cortex A53 1.8 GHz | ||
Memory: | ||
GB RAM + 128 GB ROM | ||
Operating system: Android™ 8.1 |
Start Lamp Post ID | End Lamp Post ID | Azimuth (deg) |
---|---|---|
1339 | 1340 | 168.707 |
1340 | 1339 | 348.707 |
1340 | 1341 | 168.707 |
1341 | 1340 | 348.707 |
1341 | 1342 | 168.707 |
1342 | 1341 | 348.707 |
1342 | 1343 | 168.707 |
1343 | 1342 | 348.707 |
1343 | 1344 | 168.707 |
1344 | 1343 | 348.707 |
1350 | 1351 | 169.311 |
1351 | 1350 | 349.311 |
1351 | 1352 | 169.311 |
1352 | 1351 | 349.311 |
1353 | 1354 | 169.311 |
1354 | 1353 | 349.311 |
1350 | 1349 | 78.835 |
1349 | 1350 | 258.853 |
Test_Phone | Algorithm | 3–2 (−11.5) | 1–2 (87.97) | ||||
---|---|---|---|---|---|---|---|
Mean Bias | RMSE | STD | Mean Bias | RMSE | STD | ||
AL10 | Improved | 6.11 | 6.14 | 0.59 | 3.16 | 3.19 | 0.46 |
MagAccOrientation | 5.69 | 5.75 | 0.81 | 2.77 | 2.90 | 0.86 | |
First-Order CF | 5.70 | 5.75 | 0.72 | 2.81 | 3.02 | 1.12 | |
Kalman filter | 5.69 | 5.73 | 0.70 | 2.73 | 3.24 | 1.74 | |
Mate20 | Improved | 3.26 | 3.34 | 0.73 | −2.27 | 2.28 | 0.25 |
MagAccOrientation | 3.26 | 3.39 | 0.91 | −2.27 | 2.32 | 0.50 | |
First-Order CF | 3.26 | 3.36 | 0.80 | −2.29 | 2.44 | 0.85 | |
Kalman filter | 3.27 | 3.36 | 0.79 | −2.31 | 2.77 | 1.52 |
Test_Phone | Algorithm | 3–2 (−11.5) | 1–2 (87.97) | ||||
---|---|---|---|---|---|---|---|
Mean Bias | RMSE | STD | Mean Bias | RMSE | STD | ||
AL10 | Improved | 5.97 | 6.82 | 3.48 | 4.72 | 5.65 | 3.11 |
MagAccOrientation | 5.98 | 7 | 3.81 | 4.23 | 6.71 | 5.21 | |
First-Order CF | 5.99 | 6.57 | 2.93 | 4.24 | 5.53 | 3.56 | |
Kalman filter | 6 | 6.49 | 2.73 | 4.19 | 5.4 | 3.41 | |
Mate20 | Improved | 1.18 | 3.56 | 3.41 | −1.5 | 3.11 | 2.72 |
MagAccOrientation | 1.17 | 4.77 | 4.67 | −1.44 | 3.96 | 3.68 | |
First-Order CF | 1.18 | 3.39 | 3.24 | −1.46 | 3.2 | 2.85 | |
Kalman filter | 1.18 | 3.16 | 3 | −1.48 | 3.22 | 2.86 |
© 2019 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).
Share and Cite
Ye, J.; Li, Y.; Luo, H.; Wang, J.; Chen, W.; Zhang, Q. Hybrid Urban Canyon Pedestrian Navigation Scheme Combined PDR, GNSS and Beacon Based on Smartphone. Remote Sens. 2019, 11, 2174. https://doi.org/10.3390/rs11182174
Ye J, Li Y, Luo H, Wang J, Chen W, Zhang Q. Hybrid Urban Canyon Pedestrian Navigation Scheme Combined PDR, GNSS and Beacon Based on Smartphone. Remote Sensing. 2019; 11(18):2174. https://doi.org/10.3390/rs11182174
Chicago/Turabian StyleYe, Junhua, Yaxin Li, Huan Luo, Jingxian Wang, Wu Chen, and Qin Zhang. 2019. "Hybrid Urban Canyon Pedestrian Navigation Scheme Combined PDR, GNSS and Beacon Based on Smartphone" Remote Sensing 11, no. 18: 2174. https://doi.org/10.3390/rs11182174
APA StyleYe, J., Li, Y., Luo, H., Wang, J., Chen, W., & Zhang, Q. (2019). Hybrid Urban Canyon Pedestrian Navigation Scheme Combined PDR, GNSS and Beacon Based on Smartphone. Remote Sensing, 11(18), 2174. https://doi.org/10.3390/rs11182174