Next Article in Journal
A Data Acquisition Protocol for a Reactive Wireless Sensor Network Monitoring Application
Next Article in Special Issue
Quaternion-Based Unscented Kalman Filter for Accurate Indoor Heading Estimation Using Wearable Multi-Sensor System
Previous Article in Journal
Metal Oxide Gas Sensor Drift Compensation Using a Two-Dimensional Classifier Ensemble
Previous Article in Special Issue
A New Indoor Positioning System Architecture Using GPS Signals
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Mobile Robot Positioning with 433-MHz Wireless Motes with Varying Transmission Powers and a Particle Filter

1
CITIUS, University of Santiago de Compostela, R/ Jenaro de la Fuente Dominguez s/n, 15782 Santiago de Compostela, Spain
2
Situm Technologies S. L. R/ de Lope Gomez de Marzoa s/n. Edif. Feuga Desp. 16. 17505 Santiago de Compostela, Spain
3
Electronics Department, University of Alcala, Carretera Madrid-Barcelona Km 33.600, 28871 Alcala de Henares (Madrid), Spain
4
Department of Electronics and Systems, University of A Coruña, Campus de Elviña s/n, 15071 A Coruña, Spain
*
Author to whom correspondence should be addressed.
Sensors 2015, 15(5), 10194-10220; https://doi.org/10.3390/s150510194
Submission received: 11 March 2015 / Revised: 23 April 2015 / Accepted: 27 April 2015 / Published: 30 April 2015
(This article belongs to the Special Issue Sensors for Indoor Mapping and Navigation)

Abstract

: In wireless positioning systems, the transmitter's power is usually fixed. In this paper, we explore the use of varying transmission powers to increase the performance of a wireless localization system. To this extent, we have designed a robot positioning system based on wireless motes. Our motes use an inexpensive, low-power sub-1-GHz system-on-chip (CC1110) working in the 433-MHz ISM band. Our localization algorithm is based on a particle filter and infers the robot position by: (1) comparing the power received with the expected one; and (2) integrating the robot displacement. We demonstrate that the use of transmitters that vary their transmission power over time improves the performance of the wireless positioning system significantly, with respect to a system that uses fixed power transmitters. This opens the door for applications where the robot can localize itself actively by requesting the transmitters to change their power in real time.

1. Introduction

Mobile robot localization is the problem of determining the pose (position and orientation) of a robot relative to a map. This problem is one of the most important in mobile robotics, because most robotic tasks require knowledge of the robot pose [1]. Sonar sensors [2], cameras [3] and, above all, 2D laser range finders [1] mounted on the robot have been three popular choices to locate a robot indoors. Another alternative is to infer the robot position based on the characteristics of the signal received from wireless transmitters placed in the environment (wireless localization). There are a number of technologies that have been used for wireless localization [46], such as RFID, WiFi, Bluetooth, ZigBee, GSM or UWB.

Nevertheless, each sensor has limitations, and no sensor is applicable to all situations [7]. For instance, the 2D laser provides information that can lead to very accurate (sub-meter) localization estimates. However, 2D laser range finders suffer from several well-known issues [7,8]: perception limitations (e.g., they cannot detect glass walls), occlusion in crowded environments (e.g., when operating in a museum with people around the robot), inability to distinguish among similar areas (e.g., corridors), failures when dealing with changes in the environment, etc. Most of these issues are also common when using cameras [3,9]. On the other hand, other alternatives, such as wireless localization, cannot provide such a level of accuracy, but they are robust against the situations that we have mentioned before. For these reasons, in the past, we have solved the problem of mobile robot localization by fusing the information of a 2D laser rangefinder, a WiFi card and a magnetic compass [8]. The key idea is to increase the robustness and redundancy of localization systems by combining the information of sensors of different natures, which will fail in different situations. We have applied these techniques to a tour-guide robot that operates in challenging crowded environments [10], and the fusion of different sensors has proven to result in a very robust positioning algorithm.

Among the range of wireless positioning technologies available, WiFi positioning is the most popular. WiFi positioning aims to estimate the robot position from the signal power received from different WiFi access points (e.g., a high signal power level indicates that the robot is close to the corresponding AP). These transmitters are mostly commercial; therefore, they use similar transmission powers that cannot be modified. We consider that the use of transmitters that can vary their transmission power could lead to a number of benefits. On the one hand, each environment is different, and using a default transmission power may not be the most optimal solution. On the other, different parts of the environment or different situations might require different levels of accuracy and robustness and, therefore, different transmission powers. For instance, the signal attenuation of a high-power transmitter might not be noticeable in a small room, so it might not be possible to distinguish where the robot is within the room. On the contrary, a low-power transmitter might not be received outside a region close to it, so we could know whether the robot is within this region. Even more, different transmission powers lead to different signal propagations, which provide different information. Therefore, the use of transmitters with varying transmission power will increase the discrimination ability of the localization system. In the extreme, these transmission powers could be changed by the robot itself. This would allow the robot to discard localization hypotheses actively depending on different criteria: the quality of the current localization estimate, the task at hand, the part of the environment where the robot is, etc.

Taking this into account, in this paper, we will explore the use of wireless transmitters that are able to vary their transmission power. To this extent, we will use specifically designed wireless sensor nodes [11,12], also known as motes. We could have used other alternatives, such as commercial WiFi APs or Bluetooth beacons, but motes are a flexible and convenient solution for our purposes. Moreover, motes have several characteristics that make them very appealing for mobile robot applications:

  • Control over the software and hardware of the mote. This enables the adjustment of the transmission power, among other properties.

  • Communication capabilities. Motes can be used for communication among robots and environment elements.

  • Low power consumption. Motes usually consume much less power that their WiFi APs. What is more important, designers have full control over it.

  • Homogeneous hardware. It is known that different WiFi receptors have different reception properties, which constitute a challenge for wireless localization algorithms [13]. Having homogeneous hardware limits this phenomenon and simplifies the working conditions of the robots, which enhances the robustness and reduces the cost of design and deployment.

  • Several frequency bands. This might be interesting if we want to avoid interferences with existing systems (such as WiFi networks) or to comply with the radiation policies of the application environment (e.g., in hospitals or industrial plants).

We have designed motes that operate in the 433-MHz band. These motes can be produced for less than 15€ each, allow the modification of several transmission parameters and have a very small power consumption (average current lower than 0.1 mA@ 3 VDCin real operation). In a typical setting, several motes are deployed in the environment, and one mote is placed on board each robot. The motes placed in the environment transmit information packets periodically, and the mote on board the robot measures the signal power received and estimates the robot position.

In our system, to estimate the robot position, we will use a particle filter [1], a state-of-the-art algorithm typically used in mobile robot localization. This method maintains a probabilistic estimate of the robot position, which evolves based on the robot movement and the sensor observations. This has shown to be superior over methods that estimate a new robot position when new data arrives, without taking into account previous estimates [14]. Other probabilistic algorithms, such as Kalman filters and their most popular variants [1], were considered, as well. However, they represent the state (pose of the robot in our case) using a Gaussian random variable, while particle filters can deal with arbitrary probabilistic representations. This allows us to maintain several localization estimates simultaneously, which is very useful when sensor readings are not sufficiently discriminative to estimate a unique position. Moreover, with particle filters, the probabilistic mapping between sensor measurements and position candidates can follow any probabilistic distribution. This provides us with great flexibility when modeling the localization sensors.

We would like to point out that our objective is not to compare motes against WiFi localization, nor to suggest a new positioning algorithm. Instead, our objective and main contribution is to test whether the use of varying transmission powers increases the quality of a robot positioning system. This is an issue that has not been rigorously addressed in the past. First of all, we compare mote-based localization and WiFi-based localization using three different commercial WiFi receivers. This analysis shows that, when using fixed power transmitters, there are no differences among the performances of both systems. Then, we perform an experimental comparison among different fixed transmission powers for wireless localization. With this analysis, we demonstrate that different transmission powers lead to different performances, which indicates the importance of this parameter. Finally, we perform an experimental analysis where our motes change their transmission power periodically. With this analysis, we show that the use of varying transmission powers tends to increase the performance of wireless positioning systems.

The rest of the paper is organized as follows. Section 2 contains a review of the related work, including other positioning systems, techniques and algorithms. Section 3 describes the hardware and the software of the motes. Section 4 describes the localization algorithm based on particle filters. Section 5 describes the observation model proposed for the motes and the methodology followed to capture the calibration data and to calibrate this model. Finally, Section 6 contains the experimental results.

2. Related Work

Most of the positioning works with motes have been devoted to the localization of the static motes that form the sensor network [15,16]. There have been a few attempts to use motes in person [17] and robot positioning applications [18,19], but the examples are scarce. However, motes are closely related to other wireless technologies used in indoor positioning [46], such as systems based on WiFi, RFID, UWB, Bluetooth, TV or GSM. Therefore, knowing the techniques that have been applied with these technologies can be useful to construct an indoor positioning system based on motes.

Among the wireless positioning alternatives, WiFi positioning has been the most popular alternative by far. WiFi localization is usually based on fingerprinting [14,20]. Fingerprinting refers to techniques that: (1) at the calibration stage, collect features or fingerprints of the wireless signal and the location where they were measured to build a radio map; and (2) at the use stage, estimate the position of the receptor by matching online measurements with the radio map. Usually, RSSI (received signal strength indication) features are used, which are related to the signal power received from the access points.

There are two basic kinds of radio maps that can be constructed with fingerprinting techniques: model-based and empirical maps [20]. Model-based maps are defined by a set of parameters that specify the characteristics of the environment (e.g., walls, materials, etc.) and/or the characteristics of the signal propagation. These parameters are usually adjusted using calibration data. On the other hand, empirical methods (which tend to achieve better results [21,22]), work directly with the fingerprints to build radio maps. There are two kinds of empirical maps: deterministic and probabilistic maps [20]. Deterministic maps assign a single value to each position of the map, such as a fingerprint in that position, or an average of the closest fingerprints. The most important drawback of these maps is that a single value cannot capture the random nature of wireless signals. As a solution, probabilistic maps characterize the wireless signal at each position using probability distributions [14] (e.g., Gaussian, log-normal, Weibull, etc.). In this paper, we will construct probabilistic maps using the Gaussian process regression technique [23], which is able to estimate the average and typical deviation RSSI values at every map position.

On the other hand, almost any algorithm from the fields of machine learning and estimation could be used as a position estimation method. Usually, estimation methods are divided into two groups [14,20]: deterministic and probabilistic. Deterministic methods estimate the location of the receptor directly from the value of the measurements received. Techniques, such as artificial neural networks [24,25], support vector machines [8,26] and nearest neighbors and their variants [14,21,27], have been used to implement deterministic localization techniques. On the other hand, probabilistic methods estimate the position of the device as part of a random process. Usually, they integrate the measurements sequentially and exploit information about the movement of the device or about the topology of the environment. It has been shown that probabilistic techniques tend to have better results than deterministic ones [14]. Probabilistic methods are usually based on Bayesian inference [14], hidden Markov models [28] or particle filters [8,29].

Probabilistic techniques maintain a probabilistic model of the state of a system (e.g., robot), which evolves over time and is periodically observed by a sensor (or sensors). From all of the probabilistic estimation algorithms, Bayesian filtering approaches, such as Kalman filters and particle filters, are by far the most popular. Kalman filters work well when [1]: (1) the robot motion is linear; (2) the motion and sensor noises are white, Gaussian and can be modeled accurately; (3) there is an explicit and unimodal mapping (observation model) between states and observations; and (4) the best estimate of the state is unique (unimodal probability distribution over the state space). Some of these conditions do not hold in the context of robot localization. For instance, the robot movement is usually non-linear, and in practice, it may be hard to model the observation models and their noises explicitly using linear Gaussian models. Above all, observation models and, therefore, state probability distributions are rarely unimodal.

Particle filters are a powerful, yet efficient alternative to Kalman filters. Particle filters do not make any of the previous assumptions: they work with non-linear non-Gaussian systems with multi-modal probability distributions, where there is no explicit mapping between sensor observations and system states. Moreover, particle filters are very robust, even if the system and sensor noises are poorly estimated. For these reasons, particle filters have been a popular approach to solve the problem of robot localization [1].

3. Motes Description

We have developed a prototype of a mote network using a CC1110 SoC (Figure 1a). These CC1110 combine an industry standard-enhanced 8051 MCU and an excellent performance RF transceiver CC1101. Our motes operate at 3 V and consume less than 10 uA in sleep mode and 34 mA when transmitting at 10 dBm (maximum power). Therefore, they consume approximately 0.1 W in the worst case. Just to give a comparison, we have measured that the power consumption of a commercial router (Linksys WAG200G) is 4.5 W, even when it is not transmitting information. Every mote is powered by two AAA batteries with an estimated battery life of several months (assuming a 2-ms data burst every 1 s at maximum transmission power, 10 dBm). We have programmed the motes to operate at a 10-kbps data rate, using GFSKmodulation in the 433-MHz ISM band with 19 kHz of deviation and 100 kHz of RXbandwidth filters.

We have equipped each mote with a 1.8-dBimonopole antenna from MaxStream (Figure 1a). The radiation pattern of this antenna is illustrated in Figure 1b. In the azimuth radiation graph, we observe that the antenna radiates equally in all directions of the plane parallel to the ground. We will estimate the position of the robot in this plane (2D robot localization). In the elevation radiation graph, we observe that the antenna also radiates in directions that are not parallel to the ground. Therefore, in principle, the motes could be used to estimate the attitude of a receiver. For instance, they could distinguish among different floors or the attitude of a drone, although this goes beyond the scope of this paper. Moreover, in this last case, other sensors (e.g., sonar sensors) could provide higher precision, because indoor ceilings are rarely high, and the attenuation from the ground to the ceiling would not be perceivable.

Our motes can be used both for communication and localization purposes, but in this paper, we will focus on the latter. In this regard, we have programmed some of the motes to send data packages periodically (transmitter motes). The data sent in the packages indicate the output power at which the packages are transmitted and the ID of the transmitting mote. On the other hand, the receiver motes were programmed to receive these packages and to measure the power of the signal received. These motes are placed on board the robot.

4. Localization Algorithm

In this section, we will present the particle filter algorithm, a well-known localization algorithm that can be used both for localization with WiFi and motes. In essence, this algorithm aims to estimate, at every instant t, the pose of the robot (state) st = (xt, yt, θt) with respect to a map. Here, (xt, yt) represents the position in Cartesian coordinates and θt the orientation. This is done based on: (1) perceptual information zt; and (2) control data ut. In our case, zt represents the signal power received by the robot from the motes placed in the environment and ut the robot movement as provided by odometry encoders. In addition, we will estimate Σt(s) (the covariance of st). In order to accomplish our goal, our system iterates over a two-step process:

  • Pose probability estimation (Sections 4.1 and 4.2): This step computes the pose probability distribution over all possible robot poses. This distribution is usually called the belief distribution, and it represents the belief that any possible pose refers to the actual current position and orientation of the robot. As the pose of the robot changes over time, so does the belief distribution bel(st).

  • Pose estimation (Section 4.3): Estimation of the most likely current pose st from the pose probability distribution bel(st).

4.1. Recursive Bayes Filtering to Estimate the Pose Probability Distribution

We will use the Bayesian filtering approach to estimate the pose of the robot. Under this approach, the belief distribution is the posterior probability density function of the pose based on all of the available information. This information consists of: (1) the set of actions taken by the robot ut:1 = {ut, ut−1, …, u1}; and (2) the set of received sensor measurements zt:1 = {zt, zt1, …, z1} [1,30].

bel ( s t ) = p ( s t | z t : 1 , u t : 1 )

Equation (1) requires storing all of the information received and processing it as a batch when new data becomes available. Instead, a recursive filter is a much more convenient solution, since it allows processing the received data sequentially and discarding it after that. This filter can be derived using the Bayes rule [1]:

bel ( s t ) p ( z t | s t , z t 1 : 1 , u t : 1 ) p ( s t | z t 1 : 1 , u t : 1 )
and the law of total probability [1]:
bel ( s t ) p ( z t | s t , z t 1 : 1 , u t : 1 ) p ( s t | s t 1 , z t 1 : 1 , u t : 1 ) bel ( s t 1 ) d s t 1

Furthermore, it is common to use the Markov assumption [1], which states that past and future data are independent if one knows the current state (pose). Therefore, provided the current state, past states or data are not relevant to future predictions. In this case, the knowledge of st−1 and ut suffices to predict st:

p ( s t | s t 1 , z t 1 : 1 , u t : 1 ) = p ( s t | s t 1 , u t )

Similarly, the knowledge of st is enough to predict zt:

p ( z t | s t , z t 1 : 1 , u t : 1 ) = p ( z t | s t )

Therefore, Equation (3) can be rewritten as:

bel ( s t ) p ( z t | s t ) p ( s t | s t 1 , u t ) bel ( s t 1 ) d s t 1

This is the general form of the recursive Bayes filter, represented in Figure 2. The first belief distribution bel(s0) can be initialized randomly. Then, the filter performs iteratively in two stages: prediction and update.

4.1.1. Prediction

This stage predicts a new belief distribution bêl(st) of the pose of the robot from bel(st−1), considering the current robot movement ut:

b e ^ l ( s t ) = p ( s t | s t 1 , u t ) bel ( s t 1 ) d s t 1

The term p(st|st−1, ut) is called the motion model of the robot. It describes, from a probabilistic perspective, the evolution of the pose when only the actions taken by the robot are considered. This model depends on the specific kinematics of the robot (i.e., how much its position will evolve considering the angular and linear velocities performed).

4.1.2. Update

The update stage uses the latest sensor measurements zt to correct the belief distribution previously predicted bêl(st), producing the true posterior distribution bel(st):

bel ( s t ) p ( z t | s t ) b e ^ l ( s t )

The function p(zt|st) is called the observation model: it specifies the probability of receiving a certain measurement zt provided that the robot is in a certain pose st. In our case, it represents the probability of receiving a certain vector of signal powers, when the robot is at pose st. This vector of signal power is z t = { z t 1 , , z t n t z }, where n t z is the number of transmitters available at time t and z t i is the power in dBms of the i-th wireless transmitter at time t. Therefore, p(zt|st) is a joint probability function, which is hard to estimate in practice (especially when the number of transmitters is high). Instead, we can assume that the transmitters are conditionally independent given an arbitrary pose s:

p ( z t | s ) = k = 1 n t z p ( z t k | s )
where p ( z t k | s )represents the probability that the robot receives a signal power z t k from the k-th transmitter, assuming that the robot is at pose s. In our experience, this approximation is not robust, because it depends too much on the output of each individual function p ( z t k | s ). This is because the combination is a product of probabilities, so even if most functions agree on a certain pose, a single function that has a value near zero around that pose will cause the product to fall close to zero. This is represented in Figure 3, where even if most models p ( z t k | s ) would predict a position around s ≈ 0 (probably correctly), a single model ( p ( z t 5 | s )) is enough to distort the prediction p(zt|s) so that the maximum falls at the intersection between all of the distributions (probably incorrect). This represents an issue, because even small noises on the power received from the motes can have a big impact on the robustness of the predictions. In our experience, a simple voting scheme can be a much more robust solution:
p ( z t | s ) = k = 1 n t z p ( z t k | s )

The underlying idea is that each individual model can contribute to the final prediction, but no model should have such an influence as in Equation (9). Essentially, Equation (10) solves this problem by aggregating the individual probabilities. This is represented in Figure 3, where the maximum value of p(zt|s) is achieved where most p ( z t k | s ) achieve their respective maximum (where most distributions agree), which is probably the correct prediction. The resultant distribution is therefore less affected by individual fluctuations. Taking this into account, we can rewrite Equation (8) as:

bel ( s t ) b e ^ l ( s t ) k = 1 n t z p ( z t k | s t )

Equation (8) corrects bêl(st) based on the similarity between zt (power received from the transmitters at time t) and the power expected to be received at each pose st. Under this approach, the most probable poses will be those with the highest similarity between expected and received signal power. We will explain in Section 5 how we obtain the observation model of each transmitter.

4.2. Implementation of the Recursive Bayes Filtering with Particle Filters

It is not straightforward to compute bel(st); therefore, approximations, such as the sequential importance sampling (SIS) algorithm (also known as particle filter) [1,3032], are used in practice. This algorithm implements the recursive Bayesian filter described above using sequential Monte Carlo simulations. This method assumes that bel(st) can be represented by a set of np samples, usually called particles. The sample set will be represented as P t = { P t i = ( s t i , ω t i ) , i { 1 , , n p } }, where s t i is the pose of the sample and ω t i a weight associated to the sample (the sum of the weights must add up to one). Taking this into account, the bel(st) function will be represented as:

bel ( s t ) i = 1 n p ω t i δ ( s t i s t )
where δ ( s t i s t ) is Dirac's delta function centered at s t i. Note that the more weight the particle has, the more likely its pose is.

The particle filter performs as follows. First of all, a set of particles P0 is generated with random poses s 0 i and equal weights ω 0 i. Then, the algorithm iterates over the following steps:

  • Prediction: Every time the robot moves (ut), the algorithm samples a new pose s t i for each particle taking into account the robot motion model:

    s t i p ( s t | s t 1 i , u t ) i { 1 , , n p }
    This can be seen as a displacement ut of each particle. To accommodate the error of the odometry of the robot, we add some random noise in position and orientation [1].

  • Update: Then, the weight of each particle is updated taking into account the latest measurements zt:

    ω t i ω t 1 i p ( z t | s t i ) = ω t 1 i k = 1 n t z p ( z t k | s t i )

Note that each particle integrates the past sensor information (using the previous weight) and the fusion of the current sensor information. After the update step, the set of weights is normalized.

4.2.1. Resampling

After a while, all of the particles, except one, will have negligible weights. This is known as the sample depletion phenomenon [32,33]. The degree of depletion can be defined as the effective number of effective particles [32,33]:

N eff = 1 i = 1 n p ( ω t i ) 2

When all of the weights are equal, we have the maximum number of effective particles (Neff = np), and therefore, the lowest degree of depletion. Conversely, when only one particle accumulates all of the weight, we have the lowest number of effective particles (Neff = 1) and the highest degree of depletion.

The depletion phenomenon can be corrected by performing a resampling step when the number of effective particles falls below a certain threshold value (e.g., 2 3 n p). This step consists of the construction of a new set of particles from the current one. First, we take nnr particles from the current set with probability proportional to their weight using the low variance resampling technique [1] (we may repeat particles). Then, we generate a variable number nr of random particles, such that nnr + nr = np.

The generation of random particles allows the algorithm to recover when it converges erroneously to a wrong pose. In order to compute nr, we keep a long-term average ω t l and a short-term average ω t s of the weight of the particle set:

ω t l = ω t 1 l + α l · ( 1 n p i = 1 n p ω t i ω t 1 l )
ω t s = ω t 1 s + α s · ( 1 n p i = 1 n p ω t i ω t 1 s )
n r = n p max ( 0 , 1 ω t s ω t l )
where 0 < αl << αs < 1. The ratio ω t s / ω t l estimates whether the quality of the particle set is increasing (increasing ratio) or decreasing (decreasing ratio). Therefore, the more this ratio decreases, the more random particles we generate.

4.3. Pose Estimation

At this point, we have computed bel(st), and we need to estimate the most likely pose st:

s t = argmax s { bel ( s t ) }

Since we are using the particle filtering approach, we have to estimate this pose from the particle set Pt. A popular approach is to estimate this pose as the weighted mean over all the particles [1]. However, in practice, this might not give good results (e.g., when we have two or more bulks of particles in different positions, it will estimate a position between the sets).

To solve these issues, we propose to use a clustering-based process. Since most particles will concentrate in a few regions (the most likely regions), we should be able to detect clusters of particles (pose hypotheses) and select one of them. To this extent, we perform the following two-step process:

  • Hypothesis generation: First of all, we use agglomerate clustering [34] to group the particles into clusters. Each particle will be assigned to its closest cluster, provided that the distance between the particle and the cluster centroid is lower than a threshold distance in position distthxy and in orientation distthθ. Otherwise, the particle will create a new cluster. Each cluster i can be interpreted as a hypothesis about the position of the robot. We will represent each hypothesis as H t i = { Ω t i , μ t i , t i }, where Ω t i is the total weight of the particles contained in the cluster i, μ t i is the average pose of the particles of the cluster and t i is their covariance matrix. The influence of each particle on these two statistics (mean and covariance) is proportional to its weight.

  • Hypothesis selection: We will select the hypothesis that accumulates more weight, provided that this accumulated weight exceeds a certain threshold: Ω t i > Ω t h ( Ω t h [ 0.5 , 1 ] ). Then, the robot pose st will be μ t i, and the covariance Σt(s) will be t i. In the next step, this hypothesis will be chosen again if Ω t i > 1 Ω t h. This increases the stability of the hypothesis selection.

5. Observation Model for Wireless Localization

We have explained that the observation model p(zt|s) represents the probability of receiving a certain measurement zt provided that the robot is in a certain pose s. We have seen that in order to compute the observation model for the network of transmitters, we need to compute the model of each transmitter individually ( p ( z t k | s ) k { 1 , , n t z }). There are many approaches to construct observation models [1], but a common one is to express them as the similarity between the measurement received z t k and the measurement expected to be received at each position s.

p ( z t k | s ) = sim ( z t k , z ^ s )

The expected measurement s can be computed using regression analysis. Regression analysis aims at estimating the relationships among variables: in this case, among the robot position and the signal power of each transmitter at that position. This relationship can be learned from training data using a wide range of regression algorithms, from which we have chosen Gaussian process (GP) regression [23].

5.1. Learning Observation Models Using Gaussian Process Regression

GP regression [23] has already been used with great success to build probabilistic radio maps [35,36]. Gaussian processes are a supervised learning technique; therefore, they can learn the prediction function (the map) from a training dataset. Applied to the problem of mapping the strength of a wireless signal, GP regression gives us the average and typical deviation values at every map position. Duvallet et al. described several of their advantages with respect to other techniques [35]. First, GPs are non-parametric, so they do not require a regression model to fit the data. Second, both linear and non-linear models may emerge from the regression (whichever fits the data best). Third, GPs are continuous, meaning that: (1) training points do not need to be discretized; (2) training points do not have to be gathered at regularly-spaced intervals; and (3) predictions can be generated for any point in the environment. Finally, contrary to other alternatives, such as ϵ-SVR [37], GPs correctly handle uncertainty in both the process and the estimation and naturally provide probabilistic estimations. We would like to add to this list that GPs are especially suited to solve 2D spatial regression problems, because of the use of a kernel function that can model the spatial correlation among nearby points in the environment. In addition, due to their probabilistic nature, GP regression techniques can be integrated naturally with probabilistic estimation algorithms [35,36].

As any regression technique, GP regression attempts to predict the output of a system for any arbitrary input, where outputs and inputs are continuous variables. Gaussian processes learn the prediction function from a training dataset D = { ( d i n i , d out i ) | i { 1 , , n } }, which contains n samples of inputs d i n i and their corresponding outputs d out i. GP regression assumes that the training set is generated by a process that fulfills:

d out i = f ( d i n i ) + є , i { 1 , , n }
where f is the function that defines the system and ϵ is additive Gaussian noise with zero mean and variance σ n 2.

In order to learn this function, GPs relies on a covariance function kernel k ( d i n p , d i n q ) that specifies the correlation among inputs. The idea behind this function is that input points that are close to each other are likely to have similar output values. There are many choices for this kernel [23], but in this paper, we have used the squared exponential kernel [35]:

k ( d i n p , d i n q ) = σ f 2 exp ( 1 2 ( d i n p d i n q ) t L ( d i n p d i n q ) )
where σ f 2 is the signal variation and L is a diagonal matrix whose elements are length scale parameters that determine the strength of correlation among inputs. This kernel k ( d i n p , d i n q ), captured for every pair of points of the dataset, is a matrix K. Moreover, we will represent as k* the vector of covariances between an arbitrary input d*in and the training inputs in Din.

GP regression does not compute the function f directly. Instead, it defines a distribution of probability over functions that aim at explaining the training data. For any arbitrary input point d i n , the posterior probability distribution over these functions will be [23]:

p ( f ( d i n ) | d i n , D ) N ( μ , σ 2 )
μ = k t ( K + σ n 2 I ) 1 d out
σ 2 = k ( d i n , d i n ) k t ( K + σ n 2 I ) 1 k

That is, for any input d i n , GP regression predicts a normal distribution centered in μ* (most probable output), with a typical deviation of σ* (that models both the data noise and the uncertainty of the prediction). All of the parameters of the GP regression can be learned from training data by maximizing the log marginal likelihood of the observations conditioned on the parameters [23].

In our case, we will have a training dataset for each transmitter k. This training dataset will be D k = { ( x t , y t ) ; z t k }. Each sample of the training set consists of an output z t k (power of the k-th AP received from the scan at time t), associated with an input (xt, yt) (position where the scan took place). With this training set, the regression computes for each transmitter the functions μk(x, y) and σk(x, y), which represent the average and the typical deviation of the signal strength of the k-th transmitter across the environment. Figure 4 shows a representation of these functions for a sample transmitter.

Provided these functions, the observation model that we will use for each transmitter is:

p ( z t k | s ) 1 λ σ k ( x , y ) 2 π exp [ 1 2 ( z t k μ k ( x , y ) λ σ k ( x , y ) ) 2 ]
where λ is a parameter that scales the typical deviation estimated by the GP regression. Therefore, it modifies the confidence that we have in the sensor model (the greater λ, the lower the confidence and the higher the tolerance towards noise). With this in mind, the observation model when using all of the transmitters (Equation (10)) becomes:
p ( z t | s ) k = 1 n t z 1 λ σ k ( x , y ) 2 π exp [ 1 2 ( z t k μ k ( x , y ) λ σ k ( x , y ) ) 2 ]

Figure 5 shows two examples of this likelihood distribution when the robot is at two different positions. Note that in both cases, the distribution is multi-modal, but there is usually an area that concentrates most of the likelihood.

5.2. Collection of Calibration Data and Training of Observation Models in Practice

In order to train the observation models, we must: (1) capture a number of measurements at different points of the environment (calibration data); and (2) build the training sets. These last steps require us to relate each measurement with the position where it was measured. There exists a number of alternatives to accomplish this. For instance, there exist systems that provide the position of the robot at every instant (e.g., external infrared cameras for 3D marker tracking, such as Tracking Tools from Natural Point). However, these systems are extremely expensive and adequate only for small spaces. As an alternative, a user may indicate where each measurement took place, but this method has some serious drawbacks: it is tedious, time consuming and error prone. In order to overcome these issues, we follow the procedure depicted in Figure 6:

  • Collect the calibration data by moving the robot around the environment. This data includes: laser data, odometry data and signal power data captured by the wireless receiver. The user may move the robot either: (1) with a joystick or; (2) with our person-following behavior [38] with gesture-based interaction and voice feedback [39]. We have seen that non-expert users are able to perform this step successfully using either of each method.

  • Process the collected data off-line.

    (a)

    Build a map of the environment. This map will only be used as a frame of reference for the calibration data and for the estimations of the localization algorithm. To construct this map, we use an SLAM algorithm (simultaneous localization and mapping) with laser and odometry information.

    (b)

    Compute the trajectory followed by the robot and associate each pose with its timestamp (xt, yt, θt). Figure 7 contains two examples of maps and the trajectory followed by the robot during the calibration stage.

    (c)

    Build the training sets. Each training set contains the signal power received from each transmitter, associated with the pose where the data was captured.

    (d)

    Train the observation models.

6. Experimental Results

The purpose of the experiments is to compare WiFi localization with localization with motes. We will perform two different experiments:

  • Analysis of the performance of localization with motes and WiFi localization using a fixed transmission power in both cases: We want to compare their performance to see whether localization with motes could be used in the context of mobile robot localization. It is known that the performance of WiFi localization depends on the quality of the WiFi card placed on board the robot [13]. Therefore, to obtain a more reliable result, we will perform this experiment by using three different WiFi cards.

  • Analysis of the performance of the localization with motes when using different transmission powers: We will also explore if using motes that change their transmission power dynamically increases the performance of the localization algorithm. This is important, because if this is the case, robots could change the transmission power of motes to achieve a better performance (e.g., active localization, where the robot may ask the motes to modify the transmission power in order to validate or reject localization hypotheses).

Both experiments will be performed using the same dataset, obtained by the process that we will describe in the following section.

6.1. Setup and Methodology

We have performed experiments on two different floors of the CITIUS research center (Centro Singular de Investigación en Tecnoloxías da Información da Universidade de Santiago de Compostela, Spain). We have deployed 6 WiFi access points and 6 motes on each floor (each mote was placed near an AP, to achieve a fair comparison). The WiFi APs are TP-Link TD-W8968 with EIRP < 20 dBm (equivalent isotropically-radiated power). These APs have 2 dipole antennas of 5 dBi each, while each mote has a 1.8-dBi monopole antenna (Section 3). The radiation pattern of each WiFi antenna in the azimuth plane (the one relevant in our system) is similar to the pattern of each mote antenna (Figure 1). On the other hand, we have used a Pioneer P3DX robot equipped with a SICK-LMS100 laser, 1 mote (receiver) and 3 different commercial WiFi receiver cards.

To collect the experimental data, we have moved the robot around the environment with a joystick. During this process, the robot recorded the information received from the odometry encoders, the laser and the signal power received by the mote and the WiFi cards. Table 1 shows a summary of the data collected. Note that one of our experiments involve changing the power transmission of the motes. In principle, we would have to repeat the data capture stage as many times as the number of transmission powers that we would like to explore (re-configuring the motes every time). Instead, we have programmed the transmission motes to send a new package of data each 250 ms. Each package is transmitted with a different power: −40 dBm, −30 dBm, −20 dBm, −10 dBm, 0 dBm, 5 dBm, 7 dBm and 10 dBm. Therefore, the first package is transmitted at −40 dBm; after 250 ms, a new package is transmitted at −30 dBm, and so on. The cycle is repeated after 2 s, after the package at 10 dBm is transmitted. On the other hand, the robot's mote receives this packages, and every 2 s, it sends to the robot a vector containing the signal power of the last packages received. This way, to analyze the performance under a certain transmission power, we just have to discard all packages except those transmitted at the power that we want to analyze. Moreover, these same data can be used to analyze the performance when the transmission power changes periodically.

After the experimental data were captured, we divided them into two subsets:

  • Training set: This represents approximately the first 33% of the dataset. We used this set to construct the map (with the laser and odometry information) and to calibrate the observation models of the mote and the 3 WiFi cards (with the signal power received by each of them).

  • Testing sets: The remainder of the dataset was divided randomly into 20 parts of 120 s each. Each part was used to test the performance of our localization algorithm.

In each experiment, we execute the algorithm using each of the test sets (20 times each, to carry out statistical analyses). In each execution, the robot starts with no knowledge about its pose (global localization), until the algorithm converges to a pose estimate (tracking). The localization algorithm estimates the trajectory followed by the robot using the robot odometry and the signal power received from the WiFi APs or motes (depending on the case). Finally, we compare this trajectory with the real trajectory (ground-truth), in order to evaluate:

  • Error in position and orientation (exy and eθ): the difference between the pose estimated by the algorithm and the ground-truth (the lower the better).

  • Convergence ratio (%tloc): the percentage of time that the algorithm provides an estimation of the pose (the higher the better). We consider that the algorithm has converged when the clustering step discovers a sufficiently important cluster of particles (Section 4.3).

We have always used the following parameters: np = 2000 particles, αs = 0.01, αf = 0.1, distthxy = 5 m, distthθ = π/2, Ωth = 3/4. We have executed our algorithm with a period of 333 ms (control cycle), enough to ensure the correct performance of the tasks carried out by our robot (e.g., planning and navigation). The execution of the localization algorithm takes approximately 15 ms of the control cycle. This indicates that our algorithm can work in real time.

6.2. Ground-Truth Collection

We need to know the trajectory followed by the robot in each test set. This trajectory is called the ground-truth. In order to collect it, we have followed a procedure inspired in other works [40]. First of all, an expert initializes the localization algorithm with the initial true pose of the robot during the trajectory, which is known. Then, the algorithm processes the laser and odometry information and generates the trajectory followed by the robot. Finally, each pose of the trajectory is either accepted or rejected by the expert, who compares the real laser signature with the signature expected from that pose (visual inspection).

We have evaluated the accuracy of the ground-truth obtained by this procedure. We have moved the robot around the environment, forcing its trajectory to pass over 8 checkpoints. Then, we measured the real robot pose at each checkpoint. Finally, we have compared each real pose with the corresponding pose estimated by the ground-truth construction procedure. We have obtained a median difference of 0.254 m in position and 0.033 rad in orientation. We are aware that the use of a high precision localization system would have been a better option to build the ground-truth. However, we did not have access to a system like this that is able to work in such big areas. Moreover, we believe that the results obtained are adequate for the purposes of this paper.

6.3. Results: Performance of Motes vs. WiFi at a Fixed Transmission Power

In this experiment, we have analyzed the performance of the localization algorithm using motes and WiFi APs at a fixed transmission power (we have used the same power for motes and WiFi APs). As we have explained, the performance of WiFi localization depends on the quality of the WiFi card placed on board the robot, so we will use three different WiFi cards in this experiment. Figure 8 shows the radio maps of one floor, for each receiver. We can see that the radio maps depend greatly on the hardware of the receiver [13]: each radio map is different from the rest, not only between motes and WiFi, but among the three WiFi receivers, as well.

Figure 9 shows the performance results of the localization with motes and WiFi. The experiments were performed using different values of the parameter λ. This parameter scales the typical deviation estimated by the GP regression (Equation (27)). Therefore, it modifies the confidence that we have in the sensor model (the greater the λ, the lower the confidence and the higher the tolerance towards noise). We can draw the following conclusions:

  • Higher values of λ tend to give better results. On the one hand, this happens because particle filters work better when they are conservative about the confidence in the observation models [1]. On the other hand, the training data were captured during a limited amount of time under very stable circumstances. Therefore, any regression algorithm will tend to over-fit, but the λ parameter helps to mitigate this problem. However, the value of the parameter cannot be arbitrarily large: the larger λ, the less information the observation model provides. Results show that the best trade-off is a value of λ between three and four.

  • WiFi localization results depend greatly on the hardware that we use: we have obtained very different results with each WiFi receiver.

  • Performance results of localization with motes are at least as good as the best results of WiFi localization. Therefore, our proposal is just as valid as WiFi localization to be used for wireless robot localization.

6.4. Results: Varying the Transmission Power

In this experiment, we have compared the performance of the localization algorithm using: (1) motes with different transmission powers; (2) motes that change the transmission power periodically; and (3) the best WiFi receptor of the previous experiments, whose transmission power cannot be modified. In this case, we could only use four out of the six total transmitter motes, because the other two did not allow us to change the transmission power due to firmware restrictions. Obviously, we used only the four WiFi APs that were near the selected motes, to ensure a fair comparison.

Note that we did not have to repeat the data capture stage, because the motes were already sending a new package of data each 250 ms, each package with a different power (−40 dBm, −30 dBm, −20 dBm, − 10 dBm, 0 dBm, 5 dBm, 7 dBm and 10 dBm). Therefore, to analyze the results with a certain fixed transmission power, we just have to discard all of the packages, except those transmitted with that power. Similarly, to analyze the results with a varying transmission power, we can consider that we have eight ‘virtual’ motes for every real mote (because each real mote transmits at eight different powers per cycle). Therefore, to analyze the performance when varying the transmission power, we have trained a total of 32 ‘virtual’ observation models, and we have just integrated each mote package using the observation model of its corresponding ‘virtual’ mote.

Figure 10 shows the performance results in this experiment, and Table 2 ranks the performance of each configuration. The experiments were performed using a value of λ = 4. We can draw the following conclusions:

  • The best configuration is always the one that uses varying transmission power, and the difference is significant when considering exy and eθ. This suggests that the use of varying transmission powers provides useful information that improves the localization results. This opens the door for future improvements in the line of active localization. Under this paradigm, the robot would be able to modify the transmission power of the motes in order to discard localization hypotheses proactively.

  • The second best configuration is, in this case, the one obtained when using the WiFi card. This contradicts partially the results obtained in the previous section, where the motes performed just as well as the best WiFi card. Anyway, just as in the previous case, the results may vary depending on a number of factors: the number of APs, the distribution in the environment, environmental conditions, etc.

  • There is no significant difference among the different transmission powers analyzed, considering exy and eθ. However, powers above 0 dBm perform better on the convergence rate results (%tloc). This makes sense, because motes with low transmission power can only be received in the surroundings of the mote. Therefore, the algorithm will only converge when passing near one of them. We can extract two recommendations from these results. First of all, motes should use a transmission power of 0 dBm, which is the lowest one with the best results. Second, lower transmission powers might be used, as well (e.g., proximity-based localization), but a greater number of motes should be used.

7. Conclusions and Future Work

In this paper, we have demonstrated that the use of transmitters with varying transmission powers can improve the performance of wireless positioning systems. We have proven this result with a wireless localization system for mobile robots. In particular, we have designed a system based on motes that operate in the 433-MHz band. The motes allow one to modify several transmission parameters and have a very small power consumption. We have presented the hardware and software design of the motes, and we have described how to integrate them with a localization algorithm based on particle filters.

The experimental results described in this paper show that the localization with motes is at least as good as WiFi localization. This shows that mote localization is a viable alternative to WiFi localization. Nevertheless, working with motes provides some interesting characteristics that make them very appealing: (1) control over the software and hardware of the mote; (2) homogeneous hardware; (3) full control of the communication capabilities; (4) low power consumption, etc. However, our objective is not to substitute WiFi localization systems; therefore, we believe that both technologies could even co-exist in a robotics application, in order to increase the redundancy of the system.

In addition, experimental results have shown that different transmission powers result in different performances. Particularly, the performance was optimum when using transmission powers above 0 dBm. Most importantly, we have analyzed the performance of the algorithm when using motes that vary their transmission power periodically. The results show that this configuration improves the results significantly with respect to any other configuration. This suggests that the use of varying transmission powers provides useful information that improves the localization results. This result is as valid for our motes as it is for other wireless technologies, provided that they allow the modification of the transmission power. This opens the door to explore new research lines, such as active localization, where the robot can proactively modify the power of the transmitters, in order to discard localization hypothesis actively.

In the future, we will use the mote system to provide communications among our robots and other intelligent elements, such as a network of intelligent cameras that we have developed [43,44]. In addition, we will further explore the use of patterns of varying transmission powers to improve the robot localization. Finally, we will explore the use of the motes in active localization strategies, where the robot will ask the motes to vary their power to improve the localization results.

Acknowledgements

This work was supported by the research project TIN2012-32262, the grant BES-2010-040813 FPI-MICINN and by the Galician Government (Xunta de Galicia) under the Consolidation Program of Competitive Reference Groups, co-funded by FEDER funds of the EU (Ref. GRC2013/055;.

Author Contributions

Adrián Canedo-Rodríguez is the principal author and has been involved in all that is described in the article, with an especial focus on all related with wireless localization. Adrian has developed most of all the software that has been required. Furthermore, he also played a crucial role in all the experiments.

Jose Manuel Rodríguez is the expert on radio motes. He has supervised the design, development, use and configuration of the radio motes with varying transmission powers.

Victor Álvarez has helped on all the experimentation and helped in the localization of the robot using the information provided by the laser and the odometry, in order to construct the ground-truth.

Carlos V. Regueiro is one of the team leaders, supervised and scheduled the whole work, deciding the experiments that were necessary to carry out. He has been involved in the theoretical description of the proposal. In particular, on how to merge the different sources of information using a particle filter. He has also helped in the development of the models for the laser and odometry, as well as in the initial construction of the map of the environment using SLAM.

Roberto Iglesias, together with Carlos V. Regueiro, is the other team leader. He has also supervised and scheduled the whole work, deciding the experiments that were necessary to carry out. He has been involved in the theoretical description of the proposal, in particular in how to merge the different sources of information using a particle filter. He has helped in the analysis of the potential use of the varying transmission power, in order to break the symmetries and localization problems in big open areas.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Thrun, S.; Burgard, W.; Fox, D. Probabilistic Robotics; MIT Press: Cambridge, MA, USA, 2005. [Google Scholar]
  2. Tardos, J.D.; Neira, J.; Newman, P.M.; Leonard, J.J. Robust Mapping and Localization in Indoor Environments Using Sonar Data. Int. J. Robot. Res. 2002, 21, 311–330. [Google Scholar]
  3. Gamallo, C.; Mucientes, M.; Regueiro, C.V. Omnidirectional visual SLAM under severe occlusions. Robot. Auton. Syst. 2015, 65, 76–87. [Google Scholar]
  4. Deak, G.; Curran, K.; Condell, J. A survey of active and passive indoor localization systems. Comput. Commun. 2012, 35, 1939–1954. [Google Scholar]
  5. Gu, Y.; Lo, A.; Niemegeers, I. A survey of indoor positioning systems for wireless personal networks. IEEE Commun. Surv. Tutor. 2009, 11, 13–32. [Google Scholar]
  6. Liu, H.; Darabi, H.; Banerjee, P.; Liu, J. Survey of wireless indoor positioning techniques and systems. IEEE Trans. Syst. Man Cybern. Part C: Appl. Rev. 2007, 37, 1067–1080. [Google Scholar]
  7. Biswas, J.; Veloso, M. Multi-sensor mobile robot localization for diverse environments. In RoboCup 2013: Robot Soccer World Cup XVII; Springer: Heidelberg/Berline, Germany, 2013; pp. 468–479. [Google Scholar]
  8. Canedo-Rodriguez, A.; Alvarez-Santos, V.; Santos-Saavedra, D.; Gamallo, C.; Fernandez-Delgado, M.; Iglesias, R.; Regueiro, C. Robust Multi-sensor System for Mobile Robot Localization. Nat. Artif. Comput. Eng. Med. Appl. 2013, 7931, 92–101. [Google Scholar]
  9. Morioka, H.; Yi, S.; Hasegawa, O. Vision-based mobile robot's SLAM and navigation in crowded environments. Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, San Francisco, CA, USA, 25–30 September 2011; pp. 3998–4005.
  10. Alvarez-Santos, V.; Canedo-Rodriguez, A.; Iglesias, R.; Pardo, X.; Regueiro, C.; Fernandez-Delgado, M. Route learning and reproduction in a tour-guide robot. Robot. Auton. Syst. 2015, 63, 206–213. [Google Scholar]
  11. Akyildiz, I.F.; Su, W.; Sankarasubramaniam, Y.; Cayirci, E. Wireless sensor networks: A survey. Comput. Netw. 2002, 38, 393–422. [Google Scholar]
  12. Yick, J.; Mukherjee, B.; Ghosal, D. Wireless sensor network survey. Comput. Netw. 2008, 52, 2292–2330. [Google Scholar]
  13. Lui, G.; Gallagher, T.; Li, B.; Dempster, A.; Rizos, C. Differences in RSSI readings made by different Wi-Fi chipsets: A limitation of WLAN localization. Proceedings of the International Conference on Localization and GNSS, Tampere, Finland, 29–30 June 2011; pp. 53–57.
  14. Honkavirta, V.; Perala, T.; Ali-Loytty, S.; Piché, R. A comparative survey of WLAN location fingerprinting methods. Proceedings of the 6th Workshop on Positioning, Navigation and Communication, Hannover, Germany, 19 March 2009; pp. 243–251.
  15. Allen, M.; Gaura, E.; Newman, R.; Mount, S. Experimental localization with Mica2 motes. Proceedings of the Technical Proceedings of the 2006 NSTI Nanotechnology Conference and Trade Show, Boston, MA, USA, 7–11 May 2006; Volume 3, pp. 435–440.
  16. Wang, L.; Xu, Q. GPS-Free Localization Algorithm for Wireless Sensor Networks. Sensors 2010, 10, 5899–5926. [Google Scholar]
  17. Klingbeil, L.; Wark, T. A wireless sensor network for real-time indoor localization and motion monitoring. Proceedings of the International Conference on Information Processing in Sensor Networks, St. Louis, MI, USA, 22–24 April 2008; pp. 39–50.
  18. Fu, G.; Zhang, J.; Chen, W.; Peng, F.; Yang, P.; Chen, C. Precise Localization of Mobile Robots via Odometry and Wireless Sensor Network. Int. J. Adv. Robot. Syst. 2013, 10, 1–13. [Google Scholar]
  19. Sanfeliu, A.; Andrade-Cetto, J.; Barbosa, M.; Bowden, R.; Capitan, J.; Corominas, A.; Gilbert, A.; Illingworth, J.; Merino, L.; Mirats, J.M.; et al. Decentralized sensor fusion for Ubiquitous Networking Robotics in Urban Areas. Sensors 2010, 10, 2274–2314. [Google Scholar]
  20. KjÃęrgaard, M. A Taxonomy for Radio Location Fingerprinting. In Location-and Context-Awareness; Lecture Notes in Computer Science; Springer: Berlin/Heidelberg, Germany, 2007; Volume 4718, pp. 139–156. [Google Scholar]
  21. Yim, J.; Jeong, S.; Gwon, K.; Joo, J. Improvement of Kalman filters for WLAN based indoor tracking. Expert Syst. Appl. 2010, 37, 426–433. [Google Scholar]
  22. Ocana, M.; Bergasa, L.; Sotelo, M.; Nuevo, J.; Flores, R. Indoor robot localization system using WiFi signal measure and minimizing calibration effort. Proceedings of the IEEE International Symposium on Industrial Electroncs, Dubrovnik, Croatia, 20–23 June 2005; Volume 4, pp. 1545–1550.
  23. Rasmussen, C.E.; Williams, C.K.I. Gaussian Processes for Machine Learning; MIT Press: Cambridge, MA, USA, 2006. [Google Scholar]
  24. Battiti, R.; Villani, A.; Le Nhat, T. Neural network models for intelligent networks: Deriving the location from signal patterns. Proceedings of the First Annual Symposium on Autonomous Intelligent Networks and Systems, Menlo Park, CA, USA, 8–9 May 2002.
  25. Derr, K.; Manic, M. Wireless based object tracking based on neural networks. Proceedings of the 3rd IEEE Conference on Industrial Electronics and Applications, Auckland, New Zealand, 15–17 June 2008; pp. 308–313.
  26. Brunato, M.; Battiti, R. Statistical learning theory for location fingerprinting in wireless LANs. Comput. Netw. 2005, 47, 825–845. [Google Scholar]
  27. Li, B.; Salter, J.; Dempster, A.G.; Rizos, C. Indoor positioning techniques based on wireless LAN. Proceedings of the First IEEE International Conference on Wireless Broadband and Ultra Wideband Communications, Sydney, Australia, March 2006; pp. 13–16.
  28. Krumm, J.; Horvitz, E. LOCADIO: Inferring motion and location from Wi-Fi signal strengths. Proceedings of the First Annual International Conference on Mobile and Ubiquitous Systems: Networking and Services, Cambridge, MA, USA, 22–25 August 2004; pp. 4–13.
  29. Biswas, J.; Veloso, M. Wifi localization and navigation for autonomous indoor mobile robots. Proceedings of the IEEE International Conference on Robotics and Automation, Anchorage, Alaska, 3–8 May 2010; pp. 4379–4384.
  30. Fox, D. Adapting the Sample Size in Particle Filters Through KLD-Sampling. Int. J. Robot. Res. 2003, 22, 985–1003. [Google Scholar]
  31. Klaas, M.; Freitas, N.D.; Doucet, A. Toward practical N2 Monte Carlo: The Marginal Particle Filter; AUAI Press: Arlington, VA, USA, 2005; pp. 308–315. [Google Scholar]
  32. Arulampalam, M.S.; Maskell, S.; Gordon, N.; Clapp, T. A tutorial on particle filters for online nonlinear/non-Gaussian Bayesian tracking. IEEE Trans. Signal Process. 2002, 50, 174–188. [Google Scholar]
  33. Gustafsson, F. Particle filter theory and practice with positioning applications. IEEE Aerosp. Electron. Syst. Mag. 2010, 25, 53–82. [Google Scholar]
  34. Xu, R.; Wunsch, D. Survey of clustering algorithms. IEEE Trans. Neural Netw. 2005, 16, 645–678. [Google Scholar]
  35. Duvallet, F.; Tews, A.D. WiFi position estimation in industrial environments using Gaussian processes. Proceedings of the IEEE/RSJ International Conference on Intelligent Robots and Systems, Nice, France, 22–26 September 2008; pp. 2216–2221.
  36. Ferris, B.; Haehnel, D.; Fox, D. Gaussian processes for signal strength-based location estimation. Proceedings of Robotics: Science and Systems, Philadelphia, PA, USA, 16–19 August 2006.
  37. Chang, C.; Lin, C. LIBSVM: A library for support vector machines. ACM Trans. Intell. Syst. Technol. 2011, 2, 27:1–27:27. [Google Scholar]
  38. Alvarez-Santos, V.; Pardo, X.M.; Iglesias, R.; Canedo-Rodriguez, A.; Regueiro, C.V. Feature analysis for human recognition and discrimination: Application to a person-following behavior in a mobile robot. Robot. Auton. Syst. 2012, 60, 1021–1036. [Google Scholar]
  39. Alvarez-Santos, V.; Iglesias, R.; Pardo, X.M.; Regueiro, C.V.; Canedo-Rodriguez, A. Gesture-based interaction with voice feedback for a tour-guide robot. J. Vis. Commun. Image Represent. 2014, 25, 499–509. [Google Scholar]
  40. Corominas Murtra, A. Map-Based Localization for Urban Service Mobile Robotics. Ph.D. Thesis, Universitat Politècnica de Catalunya, Barcelona, Spain, 2011. [Google Scholar]
  41. Derrac, J.; Garcia, S.; Molina, D.; Herrera, F. A practical tutorial on the use of nonparametric statistical tests as a methodology for comparing evolutionary and swarm intelligence algorithms. Swarm Evol. Comput. 2011, 1, 3–18. [Google Scholar]
  42. Rodríguez-Fdez, I.; Canosa, A.; Mucientes, M.; Bugarín, A. STAC: A web platform for the comparison of algorithms using statistical tests. Proceedings of 2015 IEEE International Conference on Fuzzy Systems, Istanbul, Turkey, 2–5 August 2015.
  43. Canedo-Rodriguez, A.; Regueiro, C.V.; Iglesias, R.; Alvarez-Santos, V.; Pardo, X.M. Self-organized multi-camera network for ubiquitous robot deployment in unknown environments. Robot. Auton. Syst. 2013, 61, 667–675. [Google Scholar]
  44. Canedo-Rodriguez, A.; Iglesias, R.; Regueiro, C.V.; Alvarez-Santos, V.; Pardo, X.M. Self-organized multi-camera network for a fast and easy deployment of ubiquitous robots in unknown environments. Sensors 2013, 13, 426–454. [Google Scholar]
Figure 1. (a) Prototype of a mote using a CC1110 sub-1-GHz SoC with a monopole antenna; (b) radiation pattern of the monopole antenna for an arbitrary transmission power.
Figure 1. (a) Prototype of a mote using a CC1110 sub-1-GHz SoC with a monopole antenna; (b) radiation pattern of the monopole antenna for an arbitrary transmission power.
Sensors 15 10194f1 1024
Figure 2. Block diagram of the recursive Bayes filter for mobile robot localization.
Figure 2. Block diagram of the recursive Bayes filter for mobile robot localization.
Sensors 15 10194f2 1024
Figure 3. Likelihood distribution resultant from: (a) Equation (9) (product); (b) Equation (10) (sum). Each blue line represents an individual function (INLINE) and the green line the fusion of these functions using Equation (9) or (10), respectively.
Figure 3. Likelihood distribution resultant from: (a) Equation (9) (product); (b) Equation (10) (sum). Each blue line represents an individual function (INLINE) and the green line the fusion of these functions using Equation (9) or (10), respectively.
Sensors 15 10194f3 1024
Figure 4. Output of the Gaussian process regression for a sample mote. (a) The lowest values (red) correspond to the highest power. It is clear that the APwas located near the position (40 m,16 m); (b) The lowest values (red) correspond to the lowest typical deviation power.
Figure 4. Output of the Gaussian process regression for a sample mote. (a) The lowest values (red) correspond to the highest power. It is clear that the APwas located near the position (40 m,16 m); (b) The lowest values (red) correspond to the lowest typical deviation power.
Sensors 15 10194f4 1024
Figure 5. Likelihood distribution provided by the wireless observation model at two different positions (highest values in blue; lowest values in red).
Figure 5. Likelihood distribution provided by the wireless observation model at two different positions (highest values in blue; lowest values in red).
Sensors 15 10194f5 1024
Figure 6. Observation model calibration procedure.
Figure 6. Observation model calibration procedure.
Sensors 15 10194f6 1024
Figure 7. Trajectory followed by the robot during the capture of the experimental data. (a) Trajectory followed in the first floor; (b) Trajectory followed in the second floor.
Figure 7. Trajectory followed by the robot during the capture of the experimental data. (a) Trajectory followed in the first floor; (b) Trajectory followed in the second floor.
Sensors 15 10194f7 1024
Figure 8. Radio maps generated with one of the datasets. Each row represents a different receiver (mote or WiFi card) and each column a different transmitter (mote or WiFi AP).
Figure 8. Radio maps generated with one of the datasets. Each row represents a different receiver (mote or WiFi card) and each column a different transmitter (mote or WiFi AP).
Sensors 15 10194f8 1024
Figure 9. Comparison of the performance of the algorithm using the motes (blue) and each WiFi card (yellow, green, red). (a) exy; (b) eθ; (c) %tloc.
Figure 9. Comparison of the performance of the algorithm using the motes (blue) and each WiFi card (yellow, green, red). (a) exy; (b) eθ; (c) %tloc.
Sensors 15 10194f9 1024
Figure 10. Comparison of the performance of the algorithm using: (a) motes with different fixed transmission powers (tagged as −30 dBm, −20 dBm, −10 dBm, 0 dBm, 5 dBm, 7 dBm or 10 dBm); (b) motes that change their transmission power periodically (tagged as ‘all’); and (c) the WiFi card that performed better in the previous experiment (tagged as WiFi1). We have discarded the results obtained when using a transmission power of −40 dBm, because the algorithm did not converge most of the times.
Figure 10. Comparison of the performance of the algorithm using: (a) motes with different fixed transmission powers (tagged as −30 dBm, −20 dBm, −10 dBm, 0 dBm, 5 dBm, 7 dBm or 10 dBm); (b) motes that change their transmission power periodically (tagged as ‘all’); and (c) the WiFi card that performed better in the previous experiment (tagged as WiFi1). We have discarded the results obtained when using a transmission power of −40 dBm, because the algorithm did not converge most of the times.
Sensors 15 10194f10 1024
Table 1. Summary of each experimental trajectory: length (in seconds and meters) and the number of readings of the odometry, laser and WiFi.
Table 1. Summary of each experimental trajectory: length (in seconds and meters) and the number of readings of the odometry, laser and WiFi.
ExperimentLengthOdometryLaserMotesWiFi0WiFi1WiFi2
12330 s/878 m23,245115,8461150167316911155
22894 s/1245 m28,898144,1362756209321081416
Table 2. Ranking of the second experiment according to different statistical measurements using the Friedman aligned ranks method [41] (p-value = 0.05). We highlight in boldface the winning configuration. We separate configurations with horizontal rows when there is a significant different among them (post hoc Holm test [41] with α = 0.05). These statistical tests were performed using the STAC web tool [42]. We have analyzed the performance of the algorithm using the motes with different transmission powers (tagged as −20 dBm, −10 dBm, 0 dBm, 5 dBm, 7 dBm and 10 dBm), with varying transmission power (tagged as ‘all’) and with the best WiFi card of the previous experiment (tagged as WiFi1). We have discarded the results obtained when using a transmission power of −40 dBm (because the algorithm did not converge most of the times) and −30 dBm (because the algorithm did not converge sometimes).
Table 2. Ranking of the second experiment according to different statistical measurements using the Friedman aligned ranks method [41] (p-value = 0.05). We highlight in boldface the winning configuration. We separate configurations with horizontal rows when there is a significant different among them (post hoc Holm test [41] with α = 0.05). These statistical tests were performed using the STAC web tool [42]. We have analyzed the performance of the algorithm using the motes with different transmission powers (tagged as −20 dBm, −10 dBm, 0 dBm, 5 dBm, 7 dBm and 10 dBm), with varying transmission power (tagged as ‘all’) and with the best WiFi card of the previous experiment (tagged as WiFi1). We have discarded the results obtained when using a transmission power of −40 dBm (because the algorithm did not converge most of the times) and −30 dBm (because the algorithm did not converge sometimes).
Rankingexyeθ%tloc
1 (best)AllAllAll

2WiFi1WiFi1WiFi1

30 dB7 dB7 dB
45 dB−10 dB10 dB
57 dB10 dB0 dB
6−10 dB5 dB5 dB

710 dB0 dB−10 dB
8 (worst)−20 dB−20 dB−20 dB

Share and Cite

MDPI and ACS Style

Canedo-Rodriguez, A.; Rodriguez, J.M.; Alvarez-Santos, V.; Iglesias, R.; Regueiro, C.V. Mobile Robot Positioning with 433-MHz Wireless Motes with Varying Transmission Powers and a Particle Filter. Sensors 2015, 15, 10194-10220. https://doi.org/10.3390/s150510194

AMA Style

Canedo-Rodriguez A, Rodriguez JM, Alvarez-Santos V, Iglesias R, Regueiro CV. Mobile Robot Positioning with 433-MHz Wireless Motes with Varying Transmission Powers and a Particle Filter. Sensors. 2015; 15(5):10194-10220. https://doi.org/10.3390/s150510194

Chicago/Turabian Style

Canedo-Rodriguez, Adrian, Jose Manuel Rodriguez, Victor Alvarez-Santos, Roberto Iglesias, and Carlos V. Regueiro. 2015. "Mobile Robot Positioning with 433-MHz Wireless Motes with Varying Transmission Powers and a Particle Filter" Sensors 15, no. 5: 10194-10220. https://doi.org/10.3390/s150510194

Article Metrics

Back to TopTop