Skip to main content

Robot indoor location modeling and simulation based on Kalman filtering

Abstract

Wireless signal fingerprint positioning technology has been widely used in indoor positioning. In view of the influence of a large number of interference noise in indoor, the error of receive signal strength indicator is large, the more complex and chaotic indoor environment, the location accuracy deviation of the system will be very large; an algorithm based on Kalman filter is proposed to filter the velocity and direction of motion of indoor robots. The position coordinates of the robot are estimated by RSSI-based positioning method, and the indoor robot positioning model and Kalman filter model are established. Kalman filter autoregressive algorithm is used to optimize the estimated position coordinates of the robot. Mathematical reasoning and simulation results show that the probability of positioning error is 80% when Kalman filter is not used, and the location error is controlled within 1.2 m after Kalman filter, which effectively improves the location accuracy of indoor robots.

1 Introduction

China’s demographic dividend is fading, the trend of machine replacement is accelerating, and mobile robots promote the advent of the era of intellectualization [1]. With the decline of the birth rate and the increase of the proportion of the elderly population in China, the demographic dividend has gradually disappeared, “labor shortage” is frequent, and the cost of labor has risen. On the other hand, with the improvement of living standards, workers have higher requirements for the quality of work, and their willingness to engage in indoor boring, harsh environment and dangerous work is reduced. Robots can work continuously for a long time, with higher efficiency and accuracy than human beings, and the pace of “machine replacement” is accelerated. Obviously, the robot market will flourish day by day, but the difficulty of locating mobile robots in an indoor environment is a problem. Satellite positioning can be used and the following are mainly commercial and some of the most successful: American Global Positioning System [2, 3], Russia’s GLONASS satellite positioning system, Europe’s Galileo satellite positioning system, and Chinese BeiDou Navigation Satellite System [4, 5] in our country. GPS is used to locate the personnel, but the indoor GPS signal cannot be used properly due to the occlusion of the building, the interference of the reinforced concrete to the signal, and the low positioning accuracy. Many scientific research institutions and scholars at home and abroad have been making unremitting efforts in this regard.

The application of radio frequency identification [6, 7] technology to intelligent robots is also developing such as robots for monitoring kindergarten children, vacuum cleaner robots, and shopping guide robots. In the process of motion, the robot has the problem of self-localization. Airborne sensors are mostly used for localization. RFID [8] technology is a technology which uses an electromagnetic induction principle to generate information reading by wireless excitation. Radio frequency identification ranges from a few centimeters to a dozen meters. When RFID [9] is used for robot localization, mainly for personnel whether exists in the identification of a region, it cannot achieve real-time tracking, and the standard network system of location application is not yet mature. Ultra-wideband [10] is a non-carrier communication technology; by laying a certain number of UWB positioning base stations indoors, the robot carries positioning labels and finally realizes the precise positioning and navigation of the robot. Base stations are usually set up as square according to a need, and one is laid every 50–200 m. The principle is to ensure that the pulses emitted by the target to be located can be received by any three base stations at the same time, so as to determine the location of the location tag. On the other hand, its technology could realize cm-level positioning level, but positioning the cost is very high, suitable for locating the area which is small, has high value-added industries and the field of plant at big millions of investment, and to the person’s cm-level positioning, it is a little bit “big small”.

Kalman filter is widely used in mobile robot localization [11, 12]. In view of the unstable transmission and poor positioning accuracy of indoor wireless sensor network communication, an autonomous dynamic positioning system for mobile robots is proposed, by real-time selection of adjacent beacon nodes, determination of boundaries, and drawing of local grid space; the dynamic positioning of the robot is realized [13, 14]. Ranging is achieved by using received signal strength index. Then, the improved approximate triangle interior point test (APIT) algorithm based on ranging is used to complete the positioning, and the Kalman algorithm is used to correct the positioning error. This method is suitable for the actual situation of unstable transmission in an indoor network [15, 16]. Kalman filter is used to obtain the optimal data, so that the indoor robot positioning has better accuracy and adaptability [17, 18]. In order to solve the problem that the positioning accuracy of mobile robots decreases sharply due to the sensor measurement error and the pose error caused by the robot model in the positioning process, a filtering algorithm is proposed [19, 20]. Based on the standard Kalman filter, when the sensor measurement error exists, the positioning accuracy is improved by adjusting the size of the state covariance matrix to resist the filtering divergence caused by the pose error.

In this text, the Kalman filtering algorithm is put forward to select the appropriate state error matrix and observation error array and optimize the positioning accuracy, so as to improve the location performance of the robot room. Mathematical reasoning and simulation results show that the probability of positioning error is 80% when Kalman filter is not used, and the positioning error is controlled within 1.2 m after Kalman filter, which effectively improves the positioning effect of indoor robots.

2 Kalman filtering algorithm

Suppose the equation of the stochastic linear discrete system (without considering the control action first) is

$$ X(k)=\Phi X\left(k-1\right)+\Gamma W\left(k-1\right) $$
(1)
$$ Z(k)= HX(k)+V(k) $$
(2)

In the formula, X(k) is the n-dimensional state vector of the system, and W(k) is the process noise vector of the p-dimensional system. Z(k) is the m-dimensional observation vector of the system, and V(k) is the m-dimensional observation noise vector. Φ is the n × n-dimensional transfer matrix of the system, Γ is n × p-dimensional noise input matrix, and H is the m × n-dimensional observation matrix.

The statistic characteristics of system observation noise and process noise are assumed as below:

$$ \left\{\begin{array}{l}E\left[W(k)\right]=0,\kern0.5em E\left[W(k){W}_j^T\right]=Q(k){\delta}_{kj}\\ {}E\left[V(k)\right]=0,\kern0.5em E\left[V(k){V}_j^T\right]=R(k){\delta}_{kj}\\ {}E\left[W(K){V}_j^T\right]=0\end{array}\right. $$
(3)

Q(k) is the p by p dimension symmetric non-negative definite variance matrix of system process noise W(k), and R(k) is the m by m dimension symmetric positive definite variance matrix of system observation noise V(k), and δkj is the function Kronecker-δ.

The calculation process of Kalman filtering of the above discrete system is as follows:

The calculation state is further predicted:

$$ \hat{X}\left(k|k-1\right)=\Phi \hat{X}\left(k-1|k-1\right) $$
(4)

State estimation:

$$ \hat{X}(k)=\hat{X}\left(k|k-1\right)+K(k)\left[Z(k)-H\hat{X}\left(k|k-1\right)\right] $$
(5)

Filter gain matrix:

$$ K(k)=P\left(k|k-1\right){H}^T{\left[ HP\left(k|k-1\right){H}^T+R(k)\right]}^{-1} $$
(6)

One-step prediction error variance matrix:

$$ P\left(k|k-1\right)=\Phi P\left(k-1\right){\Phi}^T+\Gamma Q\left(k-1\right){\Gamma}^T $$
(7)

Estimation error variance matrix:

$$ P(k)=\left[I-K(k)H\right]P\left(k|k-1\right) $$
(8)

The above five equations are the fundamental equations of Kalman filtering for stochastic linear discrete systems [9]. In a filtering cycle, from the Kalman filtering in the use of information and observation of order, the Kalman filtering has two obvious information update processes: time update observation and process update process. In this calculation, only information related to the dynamic characteristics of the system is used, such as state-step transfer matrix, noise input array, and process noise variance matrix. As shown in Fig. 1, the Kalman filtering algorithm has two computing loops: gain calculation loop and filter calculation loop. The filter calculation loop relies on the gain calculation loop, and the gain calculation loop is calculated independently.

Fig. 1
figure 1

The chart of Kalman filtering algorithm. Given the initial value, the state estimation at k time can be obtained by recursive calculation according to the observed value Z (k) at K time

2.1 Kalman filtering

Kalman filtering is a digital signal filter based on Kalman filtering. The observed value of the system state is the input of the filter, and the estimated value of the system state is the output. The flow diagram of Kalman filtering is shown in Fig. 2.

Fig. 2
figure 2

Structure diagram of Kalman filtering of random linear discrete system

Mobile robot localization is to ensure the mobile robot working in a two-dimensional working condition relative to the global coordinates and its attitude, is the use of a priori map information environment, the robot position of the current estimated and observed value of the sensor input information, through certain processing and transformation, to produce more accurate estimate of the current robot position. For most mobile robot applications, the system is nonlinear. So we need to apply the Kalman filtering after linearization.

2.2 Kalman filtering indoor location algorithm

2.2.1 System schematic diagram

System schematic diagram is shown in Fig. 3.

Fig. 3
figure 3

System schematic diagram

2.2.2 Building an indoor positioning model

In this paper, RSSI [10] values of locating nodes are collected by various reference nodes, and the mathematical model of RSSI value and distance is built on the basis of the particular relation between RSSI measured value and distance value:

$$ \mathrm{RSSI}=-\left(10n\lg d+A\right) $$
(9)

In Eq. (9), n is the signal propagation constant, d is the distance from the transmitter, and A is the RSSI measured value when the distance is 1 m.

Assuming the space position of the reference node is (xi, yi, zi), the space position of the locating node is (xu, yu, zu), the distance between the locating node and the reference node is di, and the equation is obtained the matrix form is as follows:

$$ \left[\begin{array}{l}\Delta {d}_1\\ {}\Delta {d}_2\\ {}.\\ {}.\\ {}.\\ {}\Delta {d}_n\end{array}\right]=\left[\begin{array}{ccc}{a}_{x1}& {a}_{y1}& {a}_{z1}\\ {}{a}_{x2}& {a}_{y2}& {a}_{z2}\\ {}.& .& .\\ {}.& .& .\\ {}.& .& .\\ {}{a}_{xn}& {a}_{yn}& {a}_{zn}\end{array}\right]+\left[\begin{array}{c}\Delta {x}_u\\ {}\Delta {y}_u\\ {}.\\ {}.\\ {}.\\ {}\Delta {z}_u\end{array}\right] $$
(10)

In the formula \( {\hat{r}}_i=\sqrt{{\left({x}_i-{\hat{x}}_u\right)}^2+{\left({y}_i-{\hat{y}}_u\right)}^2+{\left({z}_i-{\hat{z}}_u\right)}^2} \), \( {a}_{xi}=\left({x}_i-{\hat{x}}_u\right)/{\hat{r}}_i \), \( {a}_{yi}=\left({y}_i-{\hat{y}}_u\right)/{\hat{r}}_i \), and \( {a}_{zi}=\left({z}_i-{\hat{z}}_u\right)/{\hat{r}}_i \), make Δd = [Δd1 Δd2 .  .  .  Δdn]T and \( \Delta x={\left[\Delta {x}_u\kern0.5em \Delta {y}_u\kern0.5em \Delta {z}_u\right]}^T \).

Formula (10) can be written as follows:

$$ \Delta d=H\Delta x,\kern0.36em \mathrm{namely}\ \Delta x={H}^{-1}\Delta d $$
(11)

When the reference node is more than 4, Eq. (4) is the contradictory equation. Another calculation method is

$$ \Delta x={\left[{H}^TH\right]}^{-1}{H}^T\Delta d $$
(12)

The above equation to solve the least squares method can be used for iteration calculation, namely from the first position the nodes and transmission distance error values probably start, and gradually to the calculation results that meet the requirements of measurement and the value as a result of positioning. The advantage of this method is that when the computer is solved, it can utilize all kinds of valuable information as much as possible to reduce the error imported in the solution.

2.2.3 Establish the model of Kalman filter

RSSI-based localization focuses on distance measurement, while RSSI ranging is easily affected by interference noise, and the above method cannot meet the requirements of the robot for positioning accuracy. Kalman filtering is a valid algorithm for the best filtering of Gaussian process. When the objective model is sufficiently accurate and the system state and parameters are not mutated, the performance is better. Therefore, the Kalman filtering is combined with the above method to reduce the influence of noise on the system by using the filter function of Kalman filtering, so as to improve the positioning accuracy.

Firstly, the state equation of displacement and velocity of the system is established according to the above positioning information and discretization. The state equation of the positioning system is:

$$ X\left(k+1\right)= AX(k)+W(k) $$
(13)
$$ S(k)= CX(k)+V(k) $$
(14)

In the formula, the state vector X(k) is the positioning information of the robot to be optimized.

\( X(k)={\left[{x}_k\kern0.5em {y}_k\kern0.5em {z}_k\kern0.5em {V_k}^x\kern0.5em {V_k}^y\kern0.5em {V_k}^z\right]}^T \), Xk, Yk, Zk, and Vkx, Vky, Vkz are the displacement and velocity estimates of the three directions of the robot at the time of k. A is the system matrix; the positioning information of the robot is the observation vector S(k). \( S(k)={\left[{s_k}^x\kern0.5em {s_k}^y\kern0.5em {s_k}^z\right]}^T \) and skx, sky, skz are the observed values of the displacement of the robot in three directions in the coordinate system; C is the output matrix; V(k) and W(k) are observation noise and state noise and meet E[W(k)] = E[V(k)] = 0, E[W(k)W(k)T] = Q, and E[V(k)V(k)T] = R, that is, W(k) and V(k) are separate white noise sequences with zero mean values.

The initial value of the state vector X(0)’ statistical features are defined as E[X(0)] = μ0, Var[X(0)] = E[[X(0) − μ0][X(0) − μ0]T] = P0. The calculation of Kalman filtering is divided into the following equations:

The forecast process of Kalman filtering equation:

$$ X\left(k|k-1\right)=A\hat{X}\left(k-1|k-1\right) $$
(15)
$$ P\left(k|k-1\right)= AP\left(k-1|k-1\right){A}^T+Q $$
(16)

The correction process of the Kalman filtering equation:

$$ K(k)=P\left(k|k-1\right){C}^T{\left[ CP\left(k|k-1\right){C}^T+R\right]}^{-1} $$
(17)
$$ \hat{X}\left(k|k\right)=X\left(k-1|k-1\right)+{K}_k\left(S(k)-C\hat{X}\left(k|k-1\right)\right) $$
(18)
$$ P\left(k|k\right)=\left[I-K(k)C\right]P\left(k|k-1\right) $$
(19)

The initial value selection is X(0) = 0,

$$ P\left(0|0\right)=\left[\begin{array}{cccccc}20& 0& 0& 0& 0& 0\\ {}0& 20& 0& 0& 0& 0\\ {}0& 0& 20& 0& 0& 0\\ {}0& 0& 0& 20& 0& 0\\ {}0& 0& 0& 0& 20& 0\\ {}0& 0& 0& 0& 0& 20\end{array}\right] $$
(20)

The advantage of the Kalman filtering algorithm is that it is only related to the value of the previous moment, and the value of the latter time is estimated by the previous moment, and the variance is considered to be optimized in the feedback system. The computer memory is not piled with redundant data, and the computational efficiency is improved.

3 Experimental simulation and result analysis

3.1 The simulation environment

MATLAB platform is used in the simulation experiment, and the emulation test is set in a square plane district of 20 m × 20 m. The robot’s angle is θ, the X-axis is going to be 0°, and it is going counterclockwise. The working process of the positioning system is first through locating node gathers the signal intensity of 8 beacon nodes, according to the radio signal strength and the related theory for positioning the distance between the nodes and 8 beacon nodes. Then, the location model is established by using the location of distance information and beacon nodes to determine the location of the locating node. Furthermore, the Kalman filtering model is established to filter the location message of the locating node. See Table 1 for reference node addresses and coordinates.

Table 1 Reference node addresses and coordinates

3.2 The emulation results

3.2.1 Emulation results of uniform motion of the robot

Robot positioning includes robot position and direction of movement. Figure 4 shows that the uniform motion of the robot is true. Kalman filtering is close to the real orbit, and it can reduce noise interference. In Fig. 4, the acceleration value processed by the Kalman filter algorithm is obviously different from the acceleration acquisition value, and the data obtained is more stable than the measured data. Because the attitude of moving objects is different, the acceleration is affected by gravity, so the measured value is a gravity acceleration g.

Fig. 4
figure 4

The uniform motion of the robot is true. The robot moves from the point (0, 3) to the point (14, 3) along the line, and the movement azimuth θ = 0°. Without Kalman filter, the probability of positioning error is 80% within 2 m, while after Kalman filter, the positioning error is controlled within 1 m

Figure 5 is the observation position information of X and Y direction generated by simulation. The two-dimensional indoor road map of the robot shown in Fig. 5 shows the real position and observed the position of the robot in uniform motion. Taking the cement ground covered with pebbles as the experimental platform, the global coordinates are set and the starting heading angle of the robot is recorded as 0. Then, the straight and turning walking of the robot is realized by the encoder. In the process of robot motion, due to the influence of noise and odometer error, the actual trajectory of the robot deviates from the set trajectory.

Fig. 5
figure 5

Observation position information. It can be clearly observed that the initial state is not good for the actual target state, and the error is large. However, as the number of sampling increases, the error decreases

Figures 6 and 7 show that the tracking effect is very good in the effective detection range. The estimated motion curve is accurate for the actual position, which can reflect the actual state of the robot at the moment. In addition, it can be seen that because of the velocity component in the Y direction; therefore, the estimation error in the Y direction is larger than that in the X direction. Later, near the real motion trajectory error levels near constant; thus, it can be found that the Kalman filtering estimates of robot target motion trajectory prediction can achieve a better effect. Specific functions of the Kalman filter are as follows: The velocity and starting point coordinates of the robot have a great error noise, and the label measurement value also has a great error noise. Kalman filter can get the optimal coordinates, i.e., the optimal state, by fusing the above two noisy measurements together. This is a noise reduction process. The filtered coordinates are noisy, but very small. When the optimal coordinates and noise arrive at the next time t + 1, the label observations and noise of t + 1 are deduced again as the input of filtering combined with the label observations of t + 1. The optimal trajectory of the robot is deduced by the continuous autoregressive filtering of the algorithm. The smaller the interval Δt, the higher the accuracy of filtering and the more accurate the trajectory is estimated.

Fig. 6
figure 6

Uniform motion X direction effect

Fig. 7
figure 7

Uniform motion Y direction effect

3.2.2 Simulation results of robot uniform acceleration motion

The 2D road map of the robot produced by simulation is shown in Fig. 8. The position of the corresponding X direction and Y direction is shown in Fig. 9. From Figs. 8 and 9, it can be clearly seen that the mean error of the Y direction is larger than that of the X direction because of the velocity component in the Y direction. Kalman filter is close to the real trajectory. After reaching the real trajectory, the error level remains near zero, so it can be seen that the Kalman filter can really achieve good results in estimating and predicting the trajectory of maneuvering target.

Fig. 8
figure 8

The real and observation position information

Fig. 9
figure 9

Movement X and Y observation

It can be found from Figs. 10 and 11 the orientation effect of X direction and Y direction. In Figs. 10 and 11, multi-sensor information fusion technology is adopted. The main advantage is that it can provide better performance in the repeatability and complementarity of indoor robot motion observation information. The distance of obstacles around the robot is measured by uniformly spaced sonar, and multi-sensor information fusion is carried out. Based on the data of multi-sensor fusion, the navigation map of the robot can be established to achieve accurate positioning of indoor robot motion.

Fig. 10
figure 10

X orientation effect. It can be found from this figure the orientation effect of X direction. Estimated curve for actual location estimation is more accurate and basically could reflect the actual status of robot at the moment, using Kalman filtering algorithm, and is used for the observation location information filtering

Fig. 11
figure 11

Y orientation effect. It can be found from this figure the orientation effect of Y direction. Estimated curve for actual location estimation is more accurate and basically could reflect the actual status of robot at the moment, using Kalman filtering algorithm, and is used for the observation location information filtering

The partial correctness of the algorithm is proved by Floyd invariant assertion method. The termination of the algorithm is proved by a well-ordered set method. The algorithm is completely correct, which can be illustrated by the conclusion which is that the algorithm is partially correct and can be terminated. The time complexity of the algorithm is O(n3), and the space complexity is O(n).

4 Results and discussion

Through simulation, it is shown that without using Kalman filtering to make system optimization, the effects of indoor environment have a lot of interference noise, the error of RSSI values will be very big, there is more complex indoor environment confusion, and deviation system positioning precision is very large. Given an indoor environment, the proper selection of state error matrix and observation error array, an indoor robot positioning model and Kalman filter model are established, and Kalman filter autoregressive algorithm is used to optimize the estimated position coordinates of the robot. The simulation results show that when the Kalman filter is not used, the probability of robot positioning error is less than 1.8 m, and after the Kalman filter, the positioning error is less than 1.2 m. The positioning effect of the indoor robot is improved obviously.

In conclusion, the Kalman filtering algorithm can improve the positioning accuracy of the robot indoor. But there are other shortcomings that need to be further improved, such as that this article’s main research is limited in the two-dimensional space, cannot carry on the omnidirectional location measurement of carrier, and a further work that needs to be done is to study the robot positioning in this regard and the multidimensional space of carrier in order to realize the all-round position measurement. The main work in the future includes the integration and conversion of various indoor positioning modes, the perfect realization of the docking and conversion of indoor and outdoor mobile object positioning, the realization of a wide range of multi-choice positioning system, and the further improvement of positioning speed and accuracy, as well as the application in mobile terminals.

Abbreviations

APIT:

Approximation point-in-triangulation test

GLONASS:

Global Navigation Satellite System

GPS:

Global Positioning System

RFID:

Radio frequency identification

RSSI:

Received signal strength indication

UWB:

Ultra-wideband

References

  1. G. Wu, J. Zheng, J. Bao, et al., Mobile robot location algorithm based on image processing technology. EURASIP J. Image Video Process. 2018(1), 107 (2018)

    Article  Google Scholar 

  2. J. Aarons, M. Mendillo, R. Yantosca, GPS phase fluctuations in the equatorial region during sunspot minimum. Radio Sci. 32(4), 1535–1550 (2016)

    Article  Google Scholar 

  3. S.T. Lowe, J.L. Labrecque, C. Zuffada, et al., First spaceborne observation of an Earth reflected GPS signal. Radio Sci. 37(1), 1–28 (2002)

    Article  Google Scholar 

  4. M.B. Bokov, N.P. Velikanova, K. Vishnevskiy, et al., “After 300 meters turn right”–the future of Russia’s GLONASS and the development of global satellite navigation systems. Foresight 16(5), 448–461 (2014)

    Article  Google Scholar 

  5. C. Lu, X. Li, F. Zus, et al., Improving BeiDou real-time precise point positioning with numerical weather models. J. Geod. 91(9), 1–11 (2017)

    Article  Google Scholar 

  6. J. Prinsloo, R. Malekian, Accurate vehicle location system using RFID, an internet of things approach. Sensors 16(6), 825 (2016)

    Article  Google Scholar 

  7. E.G. Lim, J. Wang, G. Juans, et al., Design of wearable radio frequency identification antenna. Wirel. Pers. Commun. 98(4), 3059–3070 (2018)

    Article  Google Scholar 

  8. P. Barge, P. Gay, V. Merlino, et al., Radio frequency identification technologies for livestock management a. Can. J. Anim. Sci. 93(1), 23–33 (2017)

    Article  Google Scholar 

  9. C. Nguyen, T. Bui, V.D. Nguyen, et al., Modified tree-based identification protocols for solving hidden-tag problem in RFID systems over fading channels. IET Commun. 11(7), 1132–1142 (2017)

    Article  Google Scholar 

  10. A. Alarifi, A.M. Alsalman, M. Alsaleh, et al., Ultra wideband indoor positioning technologies: analysis and recent advances. Sensors 16(5), 1–36 (2016)

    Article  Google Scholar 

  11. M.W. Mehrez, G.K.I. Mann, R.G. Gosine, An optimization based approach for relative localization and relative tracking control in multi-robot systems. J. Intell. Robot. Syst. 85, 1–24 (2017)

    Article  Google Scholar 

  12. M.S. Miah, J. Knoll, K. Hevrdejs, Intelligent range-only mapping and navigation for mobile robots. IEEE Trans. Ind. Inf. 14(3), 1164–1174 (2018)

    Article  Google Scholar 

  13. X. Fang, L. Nan, Z. Jiang, et al., Fingerprint localisation algorithm for noisy wireless sensor network based on multi-objective evolutionary model. IET Commun. 11(8), 1297–1304 (2017)

    Article  Google Scholar 

  14. C. Urrea, R. Muñoz, Joints position estimation of a redundant Scara robot by means of the unscented Kalman filter and inertial sensors. Asian J. Control 18(2), 481–493 (2016)

    Article  MathSciNet  Google Scholar 

  15. Q. Fan, B. Sun, S. Yan, et al., Data fusion for indoor mobile robot positioning based on tightly coupled INS/UWB. J. Navig. 70(5), 1–19 (2017)

    Article  Google Scholar 

  16. G. Du, Z. Ping, L. Xin, Markerless human–manipulator interface using leap motion with interval Kalman filter and improved particle filter. IEEE Trans. Ind. Inf. 12(2), 694–704 (2017)

    Article  Google Scholar 

  17. M. Alatise, G. Hancke, Pose estimation of a mobile robot based on fusion of IMU data and vision data using an extended Kalman filter. Sensors 17(10), 2164 (2017)

    Article  Google Scholar 

  18. X. Chen, X. Yuan, Q. Li, et al., Improving ultrasonic-based seamless navigation for indoor mobile robots utilizing EKF and LS-SVM. Measurement 92, 243–251 (2016)

    Article  Google Scholar 

  19. J. Yang, J. Yang, Z. Cai, An efficient approach to pose tracking based on odometric error modelling for mobile robots. Robotica 33(6), 1231–1249 (2015)

    Article  Google Scholar 

  20. D. Zhu, B. Zhao, S. Wang, Mobile target indoor tracking based on multi-direction weight position Kalman filter. Comput. Netw. 141, 115–127 (2018)

    Article  Google Scholar 

Download references

Acknowledgements

The research presented in this paper was supported by Chao Hu University, Hefei, Anhui, China.

Funding

The research was funded within the project No. 2018zygc029 entitled “Network engineering excellence engineer education and training program,” supported by funds for a key project from Quality Engineering Project in Colleges and Universities in Anhui Province, No. ch18xnfz03 entitled “Network engineering virtual simulation experiment teaching center,” supported by funds for a project from Chao Hu University.

Availability of data and materials

Not applicable.

Author information

Authors and Affiliations

Authors

Contributions

JYL is the main writer of this paper. She proposed the main idea, proposed and deduced the idea, completed the simulation, and analyzed the result. XJL mainly translated the Chinese article into English. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Jian Yin Lu.

Ethics declarations

Competing interests

The authors declare that they have no competing interests.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Lu, J., Li, X. Robot indoor location modeling and simulation based on Kalman filtering. J Wireless Com Network 2019, 140 (2019). https://doi.org/10.1186/s13638-019-1462-9

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s13638-019-1462-9

Keywords