Next Article in Journal
Graph Convolutional Network: Traffic Speed Prediction Fused with Traffic Flow Data
Next Article in Special Issue
Vehicle Trajectory Prediction with Lane Stream Attention-Based LSTMs and Road Geometry Linearization
Previous Article in Journal
Refined Node Energy Consumption Modeling in a LoRaWAN Network
Previous Article in Special Issue
Performance Evaluation of the Highway Radar Occupancy Grid
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A Scalable Framework for Map Matching Based Cooperative Localization

Department of Mechanical and Aerospace Engineering, West Virginia University, Morgantown, WV 26506, USA
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(19), 6400; https://doi.org/10.3390/s21196400
Submission received: 26 July 2021 / Revised: 21 September 2021 / Accepted: 22 September 2021 / Published: 25 September 2021
(This article belongs to the Special Issue Sensor Fusion for Vehicles Navigation and Robotic Systems)

Abstract

:
Localization based on scalar field map matching (e.g., using gravity anomaly, magnetic anomaly, topographics, or olfaction maps) is a potential solution for navigating in Global Navigation Satellite System (GNSS)-denied environments. In this paper, a scalable framework is presented for cooperatively localizing a group of agents based on map matching given a prior map modeling the scalar field. In order to satisfy the communication constraints, each agent in the group is assigned to different subgroups. A locally centralized cooperative localization method is performed in each subgroup to estimate the poses and covariances of all agents inside the subgroup. Each agent in the group, at the same time, could belong to multiple subgroups, which means multiple pose and covariance estimates from different subgroups exist for each agent. The improved pose estimate for each agent at each time step is then solved through an information fusion algorithm. The proposed algorithm is evaluated with two different types of scalar field based simulations. The simulation results show that the proposed algorithm is able to deal with large group sizes (e.g., 128 agents), achieve 10-m level localization performance with 180 km traveling distance, while under restrictive communication constraints.

1. Introduction

Cooperative multi-agent systems have become increasingly popular due to the wide range of applications that they support, such as surveillance [1], search and rescue [2], and exploration [3]. In these applications, high-quality localization, the ability for agents to reliably and accurately estimate their poses (i.e., positions and orientations) with respect to the surrounding environment or to a geographic coordinate system, is crucial. The GNSS, as a traditional solution, is not always available or reliable, due to reasons such as signal blockages, multipath reflection, and jamming [4]. One potential solution for localization in GNSS-denied environments is to utilize map matching techniques, given a prior map represented as a scalar field. Scalar fields associate a scalar value with every point in space, and applications include gravity anomaly [5], magnetic anomaly [6,7], topographic [8], and olfaction [9], to name a few. Methods utilizing scalar fields for localization regulate agents’ dead-reckoning error growth through matching the information measured by on-board sensors with the prior given scalar field maps, such as terrain-aid navigation [10] and magnetic anomaly–based navigation [7]. However, these methods are sensitive to the characteristic information available in the local area near the agent, sensor noises, and the resolution and accuracy of the given maps. For example, for a single agent localization, the on-board sensor measurements could match to multiple positions on a scalar field map, creating ambiguity. This can be alleviated through matching the past sensor measurements along the agent’s trajectory to the map [11] but is still often not robust in real-world applications. Fortunately, compared to a single agent, a group of collaborative agents may provide several navigational benefits, such as tolerance against individual sensor failures. This can be achieved through sharing observations across a large spatial area on the scalar field. Therefore, cooperative localization using scalar field is an active research topic that has been studied over the last decade [12,13,14,15,16].
The scalar field–based cooperative localization algorithms can be classified into two main approaches. The first one is to treat the multi-agent group as a unity and to match observations from all agents with the given map to estimate their poses at each time step, which can be considered centralized methods. The centralized methods are able to achieve error growth bounded positioning and show robustness to issues such as low resolution of the map [6]. However, due to constraints on communication and the on-board computing resources for the agents, the group size of the centralized cooperative localization is limited in practice. The second approach is to perform decentralized cooperative localization, which means that each agent in the group estimates its own pose based on scalar field observations independently at each time step. Then, the estimates are updated, using the relative information (such as ranging, bearing) between this agent and its neighbors [12]. Usually, the communication constraints (e.g., range, connectivity, bandwidth) are considered when designing the decentralized localization approaches. In theory, decentralized methods are scalable to the group size and robust to errors made by, or failures of, individual agents. However, in the existing approaches [12,17], each individual agent needs to come up with a pose estimation, using its own scalar field measurement first, which has potential robustness issues in information poor regions. Thus, to develop a scalable cooperative localization algorithm that is robust to map matching errors while respecting practical communication constraints is the focus of this work.
In this paper, a scalable framework is presented to perform cooperative localization based on scalar field information, which is performed through fusing the solutions estimated by smaller local subgroups in a large group. The general concept of the proposed approach is illustrated in Figure 1. The overall group is first organized into several subgroups. A subgroup is defined with one agent as the fusion center and a limited number of agents that the fusion center can communicate with as members, constrained by either the communication range or the number of available communication channels. In this case, the number of subgroups is the same as the number of agents in the group, and each agent belongs to several different subgroups at the same time. The inter-agent ranging measurements are assumed to be available within the subgroups. A locally centralized cooperative localization method is performed for each subgroup at the fusion center agent to estimate all members’ global pose and error covariance. Since each agent in the group belongs to multiple subgroups (as the fusion center or a member) at the same time, it can receive multiple global pose estimates and the corresponding covariances from fusion centers of these subgroups through the communication links. Eventually, each agent would gain an improved global pose estimate through applying a covariance intersection (CI) method to fuse these redundant estimates, using information provided by other subgroups.
The contributions of this paper are summarized as follows. First, the proposed algorithm can be scaled to large group sizes under communication constraints (e.g., a group of 128 agents was simulated) with a limitation that the cooperative localization performance is a function of the subgroup size instead of the full group size. Second, the simulation results demonstrate that the proposed algorithm can provide good localization performance for two different types of scalar fields based applications (i.e., magnetic anomaly matching for aerial vehicles and terrain matching for underwater vehicles). Third, compared with our previous works in [6,15], the proposed algorithm is shown to have improved performance with a similar computation cost for each agent in the group. Finally, the source code of the proposed algorithm and simulator is shared online to allow the readers to more easily verify and build on our work. The code is available online: https://github.com/wvu-irl/Scalable-Framework-Cooperative-Localization.git (Date accessed: 21 September 2021).
The rest of this paper is organized in the following manner. The related works are presented in Section 2. The problem statement is introduced in Section 3. Section 4 explains the proposed algorithm design in detail. The simulation utilized to evaluate the proposed algorithm is introduced in Section 5, with results discussed in Section 6. The paper concludes in Section 7.

2. Related Works

Scalar field based localization system designs have been researched in applications such as gravity-aid navigation [11,18,19], magnetic anomaly–based navigation [7,20], and terrain-based navigation [21]. In order to perform robust localization in featureless areas or with low-quality sensors, cooperative multi-agent localization systems are proposed to achieve accurate estimations [22,23,24]. Distributed multi-agent localization methods were first formulated based on Kalman filters [25,26]. Even though these methods allow to perform an observation update and data exchange when agents are within the communication range, each agent in the group is required to estimate the poses of all agents, which does not scale well to large groups. Meanwhile, the Kalman filter–based estimation methods assume that the pose estimate can be presented by a unimodal Gaussian distribution. However, the scalar field–based estimation error distributions are usually multi-modal and difficult to be approximated by the Gaussian distribution [7,12].
Canciani et al. formulated the magnetic anomaly–based cooperative navigation problem as a particle filter [14]. The method does not scale for large groups, due to the use of a centralized particle filter. Our previous works in [6,15] broke the localization process into two steps: the relative poses between agents are estimated using inter-agent ranging measurements through an extended Kalman filter (EKF), and then each agent estimates its pose using all magnetic anomaly measurements and relative poses of the group through a particle filter. Although the particle filter in [6,15] only contains four states, the EKF formulation, which includes all agents’ poses, does not scale to large group sizes.
A decentralized cooperative bathymetry based localization method was proposed in [17]. In [17], each agent is able to estimate its pose through matching altimeter measurements with a bathymetric map, using a marginalized particle filter. Then, the Gaussian belief, estimated based on the inter-agent ranging measurement and the other agent’s position estimate, is applied to update the particles in the filter. Although this method is able to achieve scalable cooperative localization, it ignores the correlation of the information, which may lead to over convergence. Rui et al. then presented an extended information filter to address the issues about the correlation of the information [27]. However, the method described in [27] is reliable to GPS measurement or highly accurate bathymetric information–based estimations for the prediction update, which leads this method to be non-feasible in an underwater environment.
Wiktor et al. presented a decentralized CI based collaborative multi-agent localization algorithm applied in natural terrain-aid navigation [12]. Similar as [17], each agent is assumed to perform terrain-aid navigation to estimate its own pose and related covariances. The pose estimates are updated using inter-agent ranging measurements and agents’ pose and covariances through a CI filter, which can fuse estimates with unknown correlation. One potential limitation of this method is the robustness within feature-poor regions due to the single measurement used in map matching for each agent at each time step. Compared with those methods presented in [12,17,27], which only use the information from the immediate neighbors, in our proposed algorithm, a subgroup strategy, instead of utilizing single measurements, is applied to improve the robustness of the localization system.
Active multi-agent navigation algorithms [28,29], which combine localization and active path planning algorithm, are interesting research directions to improve the robustness of the pose estimation. However, to the best knowledge of the authors, there is so far no active multi-agent navigation algorithms focused on localization based on map matching using scalar field information.

3. Problem Statement and Notations

In this study, the case is considered where a large group of N agents (e.g., space, aerial, ground, surface, or underwater vehicles) is entering an environment without GNSS. At the moment entering the GNSS-denied environment, the initial pose in the global frame for each agent is assumed to be known with a small uncertainty (e.g., provided by GNSS). The main objective is to achieve accurate and robust global localization for all agents in a large group mainly based on local communication and inter-agent ranging measurements along with scalar field information. In this paper, a one-based numbering system is used for indexing. Let the group of N agents be denoted by Φ = { ϕ 1 , ϕ 2 , , ϕ N } where ϕ i denotes the ith agent in the group. The pose of each agent is partially observable; thus, at each time step, the pose is represented as a Gaussian belief ϕ i [ b k ] = { ϕ i [ x ^ k ] , ϕ i [ P k ] } where ϕ i [ x ^ k ] and ϕ i [ P k ] are the mean vector and covariance matrix of the state of the ith agent at the kth time step.
Each agent is assumed to be equipped with radios that enable communication with nearby agents to exchange information, as well as to perform undirected inter-agent ranging. Due to communication limitations (e.g., range or number of channels), each agent can only communicate and perform ranging with a limited number of agents inside a certain range. Therefore, the agents are divided into subgroups based on the communication constraints as follows:
Φ i = { ϕ j Φ | ζ ( ϕ i , ϕ j ) < ϵ }
where ζ ( ϕ i , ϕ j ) is a user defined function indicating if agent i is capable of communicating with agent j and ϵ is a user defined threshold. For example, ζ ( ϕ i , ϕ j ) may be based on signal strength, and ϵ may define a threshold determining whether the signal strength is adequate for agent i to communicate with agent j.
Based on this definition, the group has at least N subgroups, each with M members, where subgroup Φ i corresponds to the agents capable of communicating with agent ϕ i . The agent i is named the fusion center agent of the subgroup i. Furthermore, the subgroups are not disjointed (i.e., Φ i = 1 N Φ i ), as each agent is included in multiple subgroups. In other words, the situations of isolated agents and isolated subgroups are not considered in this study. The beliefs of subgroup i at time step k are denoted by the following:
Φ i [ b k ] = { ϕ j [ b k ] | ϕ j Φ i }
where Φ i [ x ^ k ] and Φ i [ P k ] are similarly the set of means and covariance matrices of subgroup i at time step k. Each agent in a subgroup measures the distance between other agents in the subgroup. Let the distance between agent i and agent j be denoted by d [ ϕ i , ϕ j ] , and let the set of distance measurements between agents in a subgroup be denoted by Φ i [ d ] .
Each agent is assumed to be loaded with a prior scalar field map covering the operation area. Since the types of scalar fields evaluated in this study change very little in a short time frame [7,8], the prior loaded scalar field map is assumed to be deterministic. Each agent also performs real-time measurements of the scalar field at the current location with sensor noises, such as gravity anomaly, magnetic anomaly, or altimeter measurements, at each time step, which can be exchanged through the communication links. In general, scalar fields may vary with altitude depending on the applications (e.g., magnetic anomaly) and the available data at different altitudes, which may not be available or dense enough; however, this study only deals with the navigation problem in 2D (i.e., assuming the agents are moving at a constant altitude). The scalar field measurements of the ith agent are denoted by ϕ i [ I ] , and the sets of these measurements in a subgroup are denoted by Φ i [ I ] .
Meanwhile, each agent is assumed to be able to measure or estimate its velocity at each time step, which could be achieved through utilizing the Doppler velocity log [30], wheel odometry [31], or vehicle dynamic model [32], along with yaw rate measurements, using gyroscopes. Similar to before, the velocity and yaw rate measurements of the ith agent are denoted by ϕ i [ v ] and ϕ i [ ω ] , and the sets of measurements in a subgroup are denoted by Φ i [ v ] and Φ i [ ω ] .

4. System Design

4.1. System Overview

The proposed algorithm is developed for estimating each agent’s global pose in a scalable group with communication constraints. The pipeline of the proposed multi-subgroup based algorithm is shown in Figure 2.
Each agent in the group is assigned to different subgroups based on the communication range or the number of channels, and these subgroups overlap, as discussed earlier in Section 3. Note that in this study, in order to conveniently evaluate the performance of the proposed algorithm for each agent in the group, the subgroups are pre-set at the beginning, which means that the memberships of each subgroup are assumed to be constant during an operation. Without pre-setting the subgroups, each agent in the group cannot be guaranteed to belong to the same subgroups during the operation, which could lead the performance of each agent to be unequal and difficult to evaluate. Each subgroup takes each agent’s velocity, yaw rate, scalar field measurements, as well as the ranging measurements between the agents in the subgroup as inputs. The outputs of each subgroup are pose estimates of the agents belonging to this subgroup. As mentioned earlier, each agent could belong to multiple subgroups. Thus, multiple pose and covariance estimates from different subgroups exist for each agent in the group at each time step. For example, each subgroup contains M agents and each agent is a member of L subgroups. Therefore, L estimates of the pose and covariance can be communicated to that agent. For each agent, the information fusion algorithm, explained in Section 4.3, is developed for estimating the agent’s pose based on this redundant information.

4.2. Subgroup Cooperative Localization

The cooperative localization algorithm that was developed in our previous work [6] is applied to obtain the estimated poses and covariances of all agents in a subgroup at each time step. For completeness, the main approach and key equations are explained in this subsection. The pipeline of the subgroup process is described in Figure 3. Specifically, two sequential algorithms, named cooperative ranging localization and cooperative scalar field localization, are included in this process and performed in the fusion center agent in each subgroup. The cooperative ranging localization step estimates the relative poses between each pair of agents in the subgroup. The cooperative scalar field localization step then estimates the pose and covariances of the fusion center agent in the subgroup through matching the multiple scalar field measurements with relative pose constraint to the prior scalar field map. Since the processes in the rest of this subsection are identical for each subgroup, in order to present equations clearly, all notations listed in the rest of this subsection do not include the index of the subgroup.

4.2.1. Cooperative Ranging Localization

The cooperative ranging localization algorithm is formulated as an EKF with the state vector given by the following:
x = [ π ( 1 ) , π ( 2 ) , , π ( M ) ] T
where π ( i ) = [ x ( i ) , y ( i ) , θ ( i ) ] T is the pose of the ith agent in the subgroup in the global frame where x and y are the Cartesian coordinates for the position, θ is the heading, and M is the number of agents in the subgroup. The states, shown in Equation (3), at the next time step are predicted using each agent’s velocity and yaw rate measurements and current states. The inter-agent ranging measurements are applied to perform observation updates. The observation function is given by the following:
h ( x k | k 1 ) = ( x ( i ) x ( j ) ) 2 + ( y ( i ) y ( j ) ) 2 : ( i j )
where ( x ( i ) , y ( i ) ) and ( x ( j ) , y ( j ) ) are Cartesian coordinates of an arbitrary pair of agents in the subgroup. At each time step, the relative pose of each agent with respect to other agents in the Cartesian coordinates can be calculated as the following:
x ^ ( i / j ) y ^ ( i / j ) θ ^ ( i / j ) = x ^ ( i ) y ^ ( i ) θ ^ ( i ) x ^ ( j ) y ^ ( j ) θ ^ ( j )
where [ x ^ ( i / j ) , y ^ ( i / j ) , θ ^ ( i / j ) ] T are the relative pose for agent i with respect to agent j in the subgroup, [ x ^ ( i ) , y ^ ( i ) , θ ^ ( i ) ] T and [ x ^ ( j ) , y ^ ( j ) , θ ^ ( j ) ] T are the pose estimates of agent i and agent j in the subgroup from EKF, respectively.

4.2.2. Cooperative Scalar Field Localization

With the estimated relative poses in the subgroup, the scalar field measurements from each agent can be treated as points on a fix geometric shape to match to the map. The cooperative scalar field localization method is formulated as a particle filter involving only four states as follows:
p = [ x , y , θ , γ ] T
where x and y are the Cartesian coordinates for the global position of the fusion center agent in the subgroup, θ is the heading of the agent, and γ is the rotation error of the subgroup, which is explained in detail in [15]. In brief, the rotation error is defined as the rotation angle in the global frame of the estimated geometric structure of the subgroup from the cooperative ranging localization. This is necessary since the EKF in the cooperative ranging localization is only capable of preserving the pairwise distances, and as a result, only the geometric structure of the subgroups are maintained through the EKF. The relative position estimates of each agent with respect to the other agents in the subgroup can be corrected based on γ by the following:
x ( i / j ) y ( i / j ) = cos γ sin γ sin γ cos γ x ^ ( i / j ) y ^ ( i / j )
where [ x i / j , y i / j ] T are the relative position coordinates for agent i with respect to agent j in the subgroup after applying the update utilizing γ , and [ x ^ ( i / j ) , y ^ ( i / j ) ] T are the relative position coordinates for agent i with respect to agent j in the subgroup from Equation (5).
Since the particle filter is performed in the fusion center agent, for each particle, the states, shown in Equation (6), at the next time step are predicted, using the fusion center agent’s velocity and yaw rate measurements and the state estimate at the current time step. Note that since the rotation error changes slightly and is difficult to predict, the state γ is propagated by a random walk. The observation model for each particle is given by the following:
y = h M p , r + η
where y is the observation vector with length m and η is the measurement noise vector. The relative position r is calculated from Equation (5). Therefore, in the subgroup, the other agents’ predicted global positions can be extracted by adding the updated relative positions from Equation (7) to the predicted states from the particle filter. The vector-valued observation function h M is used to extract the predicted scalar field measurements from the given map based on each agent’s predicted position.

4.3. Information Fusion

The goal of the information fusion step is to estimate an improved pose for each agent. Since the correlation among the pose and covariance estimates is unknown due to information reuse between subgroups, the CI algorithm [33] is applied to fuse the estimates of each agent from multiple subgroups. In general, the CI algorithm fuses information based on a convex combination of the information matrices (i.e., the information states and the inverse of corresponding covariance matrices). Therefore, to apply CI, each agent must have knowledge of the expectations and associated covariance matrices estimated in the subgroups it belongs to. The procedure for obtaining these values is described in detailed in this section.

4.3.1. Covariance Estimates from Particles

The expectation of the state at time k for the fusion center agent in each subgroup, denoted as p ^ k , can be obtained from the particle filter by computing the weighted average of the particles given the particle weights. Let l p ( i ) denote ith state of the lth particle, and let p ^ ( i ) denote the expected value of the ith state. Now, the covariance matrix of the state denoted by C is calculated from the particles as follows:
C ( l , p ) = i = 1 n w ˜ i p i ( l ) p ^ ( l ) p i ( p ) p ^ ( p )
where i w ˜ is the weight of the ith particle, n is the total number of particles, and l and p represent the indices of the elements in the matrix. Then, the covariance matrix of the pose estimate of each agent at time step k is given by the following:
ϕ i [ P k ] ( l , p ) = C k ( l , p ) : ( l , p = 1 , 2 , 3 )
where ϕ i [ P k ] ( l , p ) denotes the element in the lth row and pth column of the covariance matrix of ith agent. The pose estimates of other agents in the subgroup are able to be derived by utilizing the fusion center agent’s pose estimate, the relative pose from Equation (5), and the subgroup rotation error γ . According to [34], the covariance matrix of the pose estimate for each agent in the subgroup at one time step is the same as the covariance of the fusion center agent.

4.3.2. Covariance Intersection

In order to present the details of CI applied in this problem clearly, ( ϕ i [ x ^ k j ] , ϕ i [ P k j ] ) denotes the jth estimate of pose and covariance of ith agent at time step k. The implementation of CI in this situation is presented as follows:
ϕ i [ x ^ k ] = ϕ i [ P k ] j = 1 L ( α j ϕ i [ P k j ] 1 ϕ i [ x ^ k j ] )
ϕ i [ P k ] = [ j = 1 L ( α j ϕ i [ P k j ] 1 ) ] 1 , j = 1 L α j = 1 , α j 0
where α = [ α 1 , α 2 , ] are the weighting coefficients, which need to be solved, and L is the total number of solutions of the ith agent (i.e., the total number of subgroups, including agent i). Based on [33], α is assumed to be computed by solving a nonlinear optimization problem, which is to find α to minimize the determinant or trace of ϕ i [ P k ] . However, to solve the nonlinear optimization problem is computationally expensive, especially, when the ith agent has a large number of solutions. To reduce the computation cost, the fast CI method presented in [35], which is designed to solve the weighting coefficients quickly, is applied as follows:
α j = det ( S ) det ( S ϕ i [ P k j ] ) + det ( ϕ i [ P k j ] ) L det ( S ) + q = 1 L [ det ( ϕ i [ P k q ] ) det ( S ϕ i [ P k q ] ) ]
with
S = q = 1 L ϕ i [ P k q ] .
By solving for α from Equation (13), the improved pose of the agent at time step k (i.e., ϕ i [ x ^ k ] ) can be computed through Equations (11) and (12).

5. Simulation

In order to verify that the proposed algorithm is suitable for different types of scalar fields, a magnetic anomaly map and a bathymetric map are utilized in the simulation study.
For the ease of simulating a large number of agents, the agents are simulated with a bicycle model [36] in the 2D plane. A feedback controller steers an agent to follow a reference trajectory and reference velocity based on the pose estimates from the proposed algorithm. All reference trajectories are set to be parallel to latitude lines in a geographic coordinate system. New parallel reference trajectories are added with a certain distance when the group size increases. Agents are assumed to be moving from west to east with the same initial longitude and small uncertainties (a Gaussian white noise with zero mean and 1 m standard deviation) on the initial poses as discussed in Section 3. In order to simulate situations when all agents are moving at different speeds, the reference velocity for each agent varies slowly, following a sine function with a random offset throughout the duration of the mission.
In this simulation, the communication among agents is restricted by the limited number of communication channels available for each agent. The fusion center agent and agents it can reach are assigned as a subgroup at the beginning of the simulation. Meanwhile, different scalar fields are related to different experimental environments and platforms. For example, magnetic anomaly maps can be used by the localization system of aerial vehicles on Earth [7], or space probes exploring other planets, and bathymetric maps are used for underwater vehicles’ localization [12]. Therefore, different parameter settings are introduced corresponding to two map types in the following.

5.1. Magnetic Anomaly Map

The Earth’s magnetic anomaly information that presents the variations of the Earth’s magnetic field is stable and distinctive at different locations in a certain range of altitude [7]. The magnetic anomaly map utilized in this simulator, shown in Figure 4, is obtained from the United States Geological Survey [37] and contains the magnetic anomaly information at 305 m altitude from the area around Columbus, Ohio, United States.
The noise of the velocity measurement and yaw rate measurement are drawn from a Gaussian distribution with zero mean and standard deviation σ v = 0.3 m/s for velocity and σ g = 0.005 deg/s for the yaw rate. A turn-on bias b v N ( 0 , 0.1 σ v ) for velocity and b g N ( 0 , 0.1 σ g ) for yaw rate is added separately. According to the references [7,38], the noise of the ranging measurements and the magnetic anomaly measurements are drawn from a Gaussian distribution with zero mean and standard deviation σ r = 1 m and σ m = 10 nT, respectively. The initial distance between each pair of neighbor agents in latitude is set to 1000 m. The reference velocity for each agent varies from 40 to 60 m/s. The mission duration is 1 h, and the trajectory length of each agent is about 180 km.

5.2. Bathymetric Map

The bathymetry, also known as submarine topography, presents the depths of the underwater terrain. The bathymetric map applied in this simulator, shown in Figure 5, is acquired from the United States Geological Survey [39].
According to the descriptions of parameter setting in underwater experiments in [12,13], the standard deviation of the velocity measurement noise and yaw rate measurement noise are selected as σ v = 0.1 m/s and σ g = 0.1 deg/s. A turn-on bias b v N ( 0 , 0.1 σ v ) for velocity and b g N ( 0 , 0.1 σ g ) for the yaw rate is also added separately. The noise of the altimeter measurements is drawn from a Gaussian distribution with zero mean and standard deviation σ a = 1 m. The noise of the inter-agent ranging measurements are drawn from a Gaussian distribution with zero mean and standard deviation σ r = 1 m. The initial distance between each pair of neighboring agents in latitude is set to be 200 m. The reference velocity for each agent varies from 0.5 to 1.5 m/s. The mission duration is 1 h and the trajectory length of each agent is about 3600 m.

6. Results and Discussions

The proposed algorithm is designed to remove the constraints of the group size in our previous works in performing cooperative localization [15]. Therefore, the algorithms presented in [15] are utilized as the comparison to evaluate the proposed algorithm. The performance of the proposed algorithm is compared with simulations under the full communication (FC) assumption, where all agents can communicate with each other agent at each time step. The performances and sensitivity analysis of FC could be found in [15]. The average position root mean squared errors (RMSE) in each simulation from both FC and the proposed algorithm are evaluated. In each case, multiple Monte Carlo simulations are performed, consisting of 160 trials each.
The proposed algorithm and FC are first evaluated, using amagnetic anomaly map–based simulation environment. Figure 6 shows the cumulative distribution function (CDF) of each simulation’s average position error for all agents in the group at each time step from the Monte Carlo simulations.
The FC is performed with different group sizes (i.e., N = 4 , 8 , 16 ). Meanwhile, the proposed algorithm is also evaluated with various group sizes (i.e., N = 8 , 16 , 32 ) and subgroup sizes (i.e., the number of agents in each subgroup), such as M = 4 , 8 , 16 , as shown in Figure 6. For example, N = 32 , M = 16 means that the full group has 32 agents, and each subgroup has 16 agents. Table 1 shows the statistical data of the Figure 6 along with performance of the simulation with dead-reckoning (DR) without using the ranging and magnetic anomaly information.
From Figure 6 and Table 1, it is clear that the performance of both the proposed algorithm and FC improves as the group size increases, and both are much better than doing DR alone. Note that since the number of particles used in different scenarios is the same at the cooperative scalar field localization step, the performance comparison is suitable to be made between FC and the proposed algorithm, when the group size of FC is equal to the subgroup size of the proposed algorithm. In this case, with the same number of particles, the particle filter in both situations deals with the same number of scalar field measurements at each time step. Meanwhile, the computation of each agent applying the proposed algorithm is similar to the computation of each agent working in FC because of the fast CI method [35] applied. The performance of the proposal algorithm shows improvement over the FC in Figure 6 and Table 1.
Similar results are acquired using a bathymetric map–based simulation environment. Figure 7 shows the CDF of each simulation’s average position error for all agents in the group at each time step. Due to the smaller bathymetric map, a maximum of up to 16 in group sizes were simulated.
Table 2 shows the statistical data of the Figure 7 along with performance of the DR.
The performance of the proposed algorithm applied with different group sizes and the same subgroup size using the magnetic anomaly map is shown in Table 3.
It shows that the proposed algorithm works with large group sizes (e.g., N = 128 ). The computation of each agent in the group, which is only spent on locally centralized cooperative localization and information fusion, does not increase when the group size grows. However, since each agent uses the same amount of information in different sizes of groups (i.e., the sizes of the subgroups are the same), the performance of these simulations are similar.

7. Conclusions and Future Work

In this paper, a scalable cooperative localization framework based on scalar field prior maps and real-time measurements is presented. In order to satisfy the communication constraints, a large agent group is separated into several subgroups, where each agent is treated as the fusion center in each subgroup. A locally centralized cooperative localization is performed to estimate the agents’ poses in each subgroup through matching multiple scalar field measurements constrained by relative positions to the given map. In order to avoid over-convergence due to using correlated information, a fast CI algorithm is applied to estimate an improved pose for each agent based on its multiple pose and covariance estimates from its membership in multiple subgroups.
The simulation results show that the proposed algorithm is able to deal with large groups (e.g., N = 128 ), and to achieve higher performance, even under more restrictive communication constraints, compared to our previous works [6,15]. Additionally, this approach is suitable for missions with different types of scalar fields.
There are several limitations in this work that need to be addressed in the future, such as extending the algorithm to agents distributed in 3D spaces and better integration of the uncertainty in the group geometry estimates into the map-matching process. A great challenge is to find decentralized localization solutions that can utilize all agents’ measurements in the group in an efficient and robust manner, under communication constraints. Currently, the performance of the proposed algorithm is limited by the subgroup size, instead of the full group size. Our future work will focus on allowing information to flow beyond the immediate neighbors while maintaining the stability of the pose estimation algorithm in the agent network.

Author Contributions

Conceptualization, C.Y., J.S. and Y.G.; methodology, C.Y., J.S. and Y.G.; software, J.S. and C.Y.; validation, C.Y. and J.S.; formal analysis, C.Y., J.S. and Y.G.; investigation, C.Y., J.S. and Y.G.; resources, C.Y., J.S. and Y.G.; data curation, C.Y.; writing—original draft preparation, C.Y. and J.S.; writing—review and editing, C.Y., J.S. and Y.G.; visualization, C.Y.; supervision, Y.G.; project administration, Y.G.; funding acquisition, Y.G. All authors have read and agreed to the published version of the manuscript.

Funding

This work was funded in part by NASA NIAC under grant number 80NSSC19K0963.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The code is available online: https://github.com/wvu-irl/Scalable-Framework-Cooperative-Localization.git (Date accessed: 21 September 2021).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Ferri, G.; Munafò, A.; Tesei, A.; Braca, P.; Meyer, F.; Pelekanakis, K.; Petroccia, R.; Alves, J.; Strode, C.; LePage, K. Cooperative robotic networks for underwater surveillance: An overview. IET Radar Sonar Navig. 2017, 11, 1740–1761. [Google Scholar] [CrossRef]
  2. Herman, G.; Milshteyn, A.; Lin, A.; Garcia, M.; Liu, C.; Guillaume, D.; Rad, K.; Boussalis, H. Cooperative semi-autonomous robotic network for search and rescue operations. In International Conference on Universal Access in Human-Computer Interaction; Springer: Berlin/Heidelberg, Germany, 2014; pp. 636–647. [Google Scholar]
  3. Yuan, J.; Huang, Y.; Tao, T.; Sun, F. A cooperative approach for multi-robot area exploration. In Proceedings of the 2010 IEEE/RSJ International Conference on Intelligent Robots and Systems, Taipei, Taiwan, 18–22 October 2010; pp. 1390–1395. [Google Scholar]
  4. Dimc, F.; Balžec, M.; Borio, D.; Gioia, C.; Baldini, G.; Basso, M. An experimental evaluation of low-cost GNSS jamming sensors. NAVIGATION J. Inst. Navig. 2017, 64, 93–109. [Google Scholar] [CrossRef]
  5. Wang, B.; Yu, L.; Deng, Z.; Fu, M. A particle filter-based matching algorithm with gravity sample vector for underwater gravity aided navigation. IEEE/ASME Trans. Mechatron. 2016, 21, 1399–1408. [Google Scholar] [CrossRef]
  6. Yang, C.; Strader, J.; Gu, Y.; Hypes, A.; Canciani, A.; Brink, K. Cooperative UAV Navigation using Inter-Vehicle Ranging and Magnetic Anomaly Measurements. In Proceedings of the Guidance, Navigation, and Control Conference, AIAA, Kissimmee, FL, USA, 8–12 January 2018; p. 1595. [Google Scholar]
  7. Canciani, A.; Raquet, J. Absolute positioning using the Earth’s magnetic anomaly field. Navig. J. Inst. Navig. 2016, 63, 111–126. [Google Scholar] [CrossRef]
  8. Teixeira, F.C.; Quintas, J.; Maurya, P.; Pascoal, A. Robust particle filter formulations with application to terrain-aided navigation. Int. J. Adapt. Control Signal Process. 2017, 31, 608–651. [Google Scholar] [CrossRef]
  9. Marques, L.; Nunes, U.; de Almeida, A.T. Olfaction-based mobile robot navigation. Thin Solid Film. 2002, 418, 51–58. [Google Scholar] [CrossRef] [Green Version]
  10. Rock, S.M.; Hobson, B.; Houts, S.E. Return-to-site of an AUV using terrain-relative navigation: Field trials. In Proceedings of the 2014 IEEE/OES Autonomous Underwater Vehicles (AUV), Oxford, MS, USA, 6–9 October 2014; pp. 1–8. [Google Scholar]
  11. Han, Y.; Wang, B.; Deng, Z.; Fu, M. A combined matching algorithm for underwater gravity-aided navigation. IEEE/ASME Trans. Mechatron. 2017, 23, 233–241. [Google Scholar] [CrossRef]
  12. Wiktor, A.; Rock, S. Collaborative Multi-Robot Localization in Natural Terrain. In Proceedings of the 2020 IEEE International Conference on Robotics and Automation (ICRA), Paris, France, 31 May–31 August 2020; pp. 4529–4535. [Google Scholar]
  13. Teck, T.Y.; Chitre, M.; Hover, F.S. Collaborative bathymetry-based localization of a team of autonomous underwater vehicles. In Proceedings of the 2014 IEEE International Conference on Robotics and Automation (ICRA), Hong Kong, China, 31 May–7 June 2014; pp. 2475–2481. [Google Scholar]
  14. Canciani, A.; Brink, K. Improved magnetic anomaly navigation accuracy through cooperative navigation. In Proceedings of the ION 2017 Pacific PNT Meeting, Honolulu, HI, USA, 1–4 May 2017; pp. 239–262. [Google Scholar]
  15. Yang, C.; Strader, J.; Gu, Y.; Canciani, A.; Brink, K. Cooperative Navigation Using Pairwise Communication with Ranging and Magnetic Anomaly Measurements. J. Aerosp. Inf. Syst. 2020, 17, 1–10. [Google Scholar] [CrossRef]
  16. Cui, R.; Li, Y.; Yan, W. Mutual information-based multi-AUV path planning for scalar field sampling using multidimensional RRT. IEEE Trans. Syst. Man Cybern. Syst. 2015, 46, 993–1004. [Google Scholar] [CrossRef]
  17. Tan, Y.T.; Chitre, M.; Hover, F.S. Cooperative bathymetry-based localization using low-cost autonomous underwater vehicles. Auton. Robot. 2016, 40, 1187–1205. [Google Scholar] [CrossRef] [Green Version]
  18. Wang, H.; Wu, L.; Chai, H.; Xiao, Y.; Hsu, H.; Wang, Y. Characteristics of marine gravity anomaly reference maps and accuracy analysis of gravity matching-aided navigation. Sensors 2017, 17, 1851. [Google Scholar] [CrossRef] [Green Version]
  19. Lee, J.; Kwon, J.H.; Yu, M. Performance evaluation and requirements assessment for gravity gradient referenced navigation. Sensors 2015, 15, 16833–16847. [Google Scholar] [CrossRef] [Green Version]
  20. Canciani, A.; Raquet, J. Airborne magnetic anomaly navigation. IEEE Trans. Aerosp. Electron. Syst. 2017, 53, 67–80. [Google Scholar] [CrossRef]
  21. Melo, J.; Matos, A. Survey on advances on terrain based navigation for autonomous underwater vehicles. Ocean Eng. 2017, 139, 250–264. [Google Scholar] [CrossRef] [Green Version]
  22. Anderson, J.; Hollinger, G.A. Communication planning for cooperative terrain-based underwater localization. Sensors 2021, 21, 1675. [Google Scholar] [CrossRef]
  23. Sun, Y. Autonomous Integrity Monitoring for Relative Navigation of Multiple Unmanned Aerial Vehicles. Remote Sens. 2021, 13, 1483. [Google Scholar] [CrossRef]
  24. Fallon, M.F.; Papadopoulos, G.; Leonard, J.J.; Patrikalakis, N.M. Cooperative AUV navigation using a single maneuvering surface craft. Int. J. Robot. Res. 2010, 29, 1461–1474. [Google Scholar] [CrossRef] [Green Version]
  25. Roumeliotis, S.I.; Bekey, G.A. Distributed multirobot localization. IEEE Trans. Robot. Autom. 2002, 18, 781–795. [Google Scholar] [CrossRef] [Green Version]
  26. Nerurkar, E.D.; Roumeliotis, S.I.; Martinelli, A. Distributed maximum a posteriori estimation for multi-robot cooperative localization. In Proceedings of the 2009 IEEE International Conference on Robotics and Automation, Kobe, Japan, 12–17 May 2009; pp. 1402–1409. [Google Scholar]
  27. Rui, G.; Chitre, M. Cooperative multi-AUV localization using distributed extended information filter. In Proceedings of the 2016 IEEE/OES autonomous underwater vehicles (AUV), Tokyo, Japan, 6–9 November 2016; pp. 206–212. [Google Scholar]
  28. Atanasov, N.; Le Ny, J.; Daniilidis, K.; Pappas, G.J. Decentralized active information acquisition: Theory and application to multi-robot SLAM. In Proceedings of the 2015 IEEE International Conference on Robotics and Automation (ICRA), Seattle, WA, USA, 26–30 May 2015; pp. 4775–4782. [Google Scholar]
  29. Schlotfeldt, B.; Thakur, D.; Atanasov, N.; Kumar, V.; Pappas, G.J. Anytime planning for decentralized multirobot active information gathering. IEEE Robot. Autom. Lett. 2018, 3, 1025–1032. [Google Scholar] [CrossRef]
  30. Snyder, J. Doppler Velocity Log (DVL) navigation for observation-class ROVs. In Proceedings of the OCEANS 2010 MTS/IEEE SEATTLE, Seattle, WA, USA, 20–23 September 2010; pp. 1–9. [Google Scholar]
  31. Gu, Y.; Strader, J.; Ohi, N.; Harper, S.; Lassak, K.; Yang, C.; Kogan, L.; Hu, B.; Gramlich, M.; Kavi, R.; et al. Robot foraging: Autonomous sample return in a large outdoor environment. IEEE Robot. Autom. Mag. 2018, 25, 93–101. [Google Scholar] [CrossRef]
  32. Khaghani, M.; Skaloud, J. Autonomous Vehicle Dynamic Model-Based Navigation for Small UAVs. Navig. J. Inst. Navig. 2016, 63, 345–358. [Google Scholar] [CrossRef]
  33. Julier, S.J.; Uhlmann, J.K. A non-divergent estimation algorithm in the presence of unknown correlations. In Proceedings of the 1997 American Control Conference (Cat. No. 97CH36041), Albuquerque, NM, USA, 6 June 1997; Volume 4, pp. 2369–2373. [Google Scholar]
  34. Carrillo-Arce, L.C.; Nerurkar, E.D.; Gordillo, J.L.; Roumeliotis, S.I. Decentralized multi-robot cooperative localization using covariance intersection. In Proceedings of the 2013 IEEE/RSJ International Conference on Intelligent Robots and Systems, Tokyo, Japan, 3–7 November 2013; pp. 1412–1417. [Google Scholar]
  35. Franken, D.; Hupper, A. Improved fast covariance intersection for distributed data fusion. In Proceedings of the 2005 7th International Conference on Information Fusion, Philadelphia, PA, USA, 25–28 July 2005; Volume 1, p. 7. [Google Scholar]
  36. Corke, P. Robotics, Vision and Control: Fundamental Algorithms in MATLAB® Second, Completely Revised; Springer: Berlin/Heidelberg, Germany, 2017; Volume 118. [Google Scholar] [CrossRef]
  37. Survey, U.S.G.S. Magnetic anomaly maps and data for North America. Leading Edge 2014, 7, 19–21. [Google Scholar]
  38. Coddington, I.; Swann, W.C.; Nenadovic, L.; Newbury, N.R. Rapid and precise absolute distance measurements at long range. Nat. Photonics 2009, 3, 351–356. [Google Scholar] [CrossRef]
  39. Survey, U.S.G.S. California State Waters Map Series—Offshore of Santa Barbara, California. Leading Edge 2007, 7, 8–9. [Google Scholar]
Figure 1. Illustration of the proposed framework for map matching based cooperative localization. (Left) A large group of agents is divided into subgroups based on communication constraints where one subgroup is created for each agent. (Upper right) The geometry of the subgroups (i.e., the relative positions inside the subgroups) are estimated, using range-only measurements, then the geometry is used to extract measurements of the scalar field to estimate the pose and associated uncertainty of each member in the subgroup. (Lower right) An agent, as an example, receives multiple copies of its pose estimate through its membership in several subgroups and fuses them to reduce pose error.
Figure 1. Illustration of the proposed framework for map matching based cooperative localization. (Left) A large group of agents is divided into subgroups based on communication constraints where one subgroup is created for each agent. (Upper right) The geometry of the subgroups (i.e., the relative positions inside the subgroups) are estimated, using range-only measurements, then the geometry is used to extract measurements of the scalar field to estimate the pose and associated uncertainty of each member in the subgroup. (Lower right) An agent, as an example, receives multiple copies of its pose estimate through its membership in several subgroups and fuses them to reduce pose error.
Sensors 21 06400 g001
Figure 2. The pipeline of the proposed algorithm. The details of the subgroup localization process are shown in Figure 3.
Figure 2. The pipeline of the proposed algorithm. The details of the subgroup localization process are shown in Figure 3.
Sensors 21 06400 g002
Figure 3. The pipeline of the cooperative localization process in a subgroup i. Φ i [ r k ] means the relative poses between each pair of agents in the subgroup i at time step k.
Figure 3. The pipeline of the cooperative localization process in a subgroup i. Φ i [ r k ] means the relative poses between each pair of agents in the subgroup i at time step k.
Sensors 21 06400 g003
Figure 4. The magnetic anomaly map of the area around Columbus, Ohio, United State in geographic coordinate system at 305 m altitude.
Figure 4. The magnetic anomaly map of the area around Columbus, Ohio, United State in geographic coordinate system at 305 m altitude.
Sensors 21 06400 g004
Figure 5. The bathymetric map of the area around the Santa Barbara Channel, United States, in geographic coordinate system.
Figure 5. The bathymetric map of the area around the Santa Barbara Channel, United States, in geographic coordinate system.
Sensors 21 06400 g005
Figure 6. The CDF of each simulation’s average position error for all agents in the group for 160 Monte Carlo simulations with different algorithms and group sizes. These simulations are run with the magnetic anomaly map shown in Figure 4.
Figure 6. The CDF of each simulation’s average position error for all agents in the group for 160 Monte Carlo simulations with different algorithms and group sizes. These simulations are run with the magnetic anomaly map shown in Figure 4.
Sensors 21 06400 g006
Figure 7. The CDF of each simulation’s average position error for all agents in the group for 160 Monte Carlo simulations with different algorithms and group sizes. These simulations are run with the bathymetric map shown in Figure 5.
Figure 7. The CDF of each simulation’s average position error for all agents in the group for 160 Monte Carlo simulations with different algorithms and group sizes. These simulations are run with the bathymetric map shown in Figure 5.
Sensors 21 06400 g007
Table 1. Mean of Monte Carlo simulations’ position RMSE in each situation, using magnetic anomaly map (unit: meters).
Table 1. Mean of Monte Carlo simulations’ position RMSE in each situation, using magnetic anomaly map (unit: meters).
N = 4N = 8N = 8N = 16N = 16N = 32DR
FCM = 4FCM = 8FCM = 16
58.435.725.312.212.95.2751.3
Table 2. Mean of the position RMSE in each situation using bathymetric map (unit: meters).
Table 2. Mean of the position RMSE in each situation using bathymetric map (unit: meters).
N = 4N = 8N = 8N = 16DR
FCM = 4FCM = 8
29.614.719.68.2293.1
Table 3. Mean of Monte Carlo simulations’ position RMSE, using magnetic anomaly map with different group size and same subgroup size (unit: meters).
Table 3. Mean of Monte Carlo simulations’ position RMSE, using magnetic anomaly map with different group size and same subgroup size (unit: meters).
N = 16 (M = 8)N = 32 (M = 8)N = 128 (M = 8)
12.213.515.3
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Yang, C.; Strader, J.; Gu, Y. A Scalable Framework for Map Matching Based Cooperative Localization. Sensors 2021, 21, 6400. https://doi.org/10.3390/s21196400

AMA Style

Yang C, Strader J, Gu Y. A Scalable Framework for Map Matching Based Cooperative Localization. Sensors. 2021; 21(19):6400. https://doi.org/10.3390/s21196400

Chicago/Turabian Style

Yang, Chizhao, Jared Strader, and Yu Gu. 2021. "A Scalable Framework for Map Matching Based Cooperative Localization" Sensors 21, no. 19: 6400. https://doi.org/10.3390/s21196400

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

Article Metrics

Back to TopTop