Next Article in Journal
New Perspective on Planar Inductive Sensors: Radio-Frequency Refractometry for Highly Sensitive Quantification of Magnetic Nanoparticles
Previous Article in Journal
Validation of an Activity Type Recognition Model Classifying Daily Physical Behavior in Older Adults: The HAR70+ Model
Previous Article in Special Issue
Towards the Design and Implementation of an Image-Based Navigation System of an Autonomous Underwater Vehicle Combining a Color Recognition Technique and a Fuzzy Logic Controller
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Topological Navigation for Autonomous Underwater Vehicles in Confined Semi-Structured Environments

Centre for Automation and Robotics UPM-CSIC, Universidad Politécnica de Madrid, 28006 Madrid, Spain
*
Author to whom correspondence should be addressed.
Sensors 2023, 23(5), 2371; https://doi.org/10.3390/s23052371
Submission received: 22 December 2022 / Revised: 17 February 2023 / Accepted: 20 February 2023 / Published: 21 February 2023
(This article belongs to the Special Issue Intelligence and Autonomy for Underwater Robotic Vehicles)

Abstract

:
In this work, we present the design, implementation, and simulation of a topology-based navigation system for the UX-series robots, a spherical underwater vehicle designed to explore and map flooded underground mines. The objective of the robot is to navigate autonomously in the 3D network of tunnels of a semi-structured but unknown environment in order to gather geoscientific data. We start from the assumption that a topological map has been generated by a low-level perception and SLAM module in the form of a labeled graph. However, the map is subject to uncertainties and reconstruction errors that the navigation system must address. First, a distance metric is defined to compute node-matching operations. This metric is then used to enable the robot to find its position on the map and navigate it. To assess the effectiveness of the proposed approach, extensive simulations have been carried out with different randomly generated topologies and various noise rates.

1. Introduction

The autonomous navigation and mapping of flooded underground mines is a very complex task. These are made up of a complex 3D network of tunnels and shafts that constitute an extremely hazardous environment for human divers, which in any case could only reach a relatively limited depth range, much smaller than that of a standard mine [1]. Therefore, the use of underwater vehicles (UVs) appears as a natural alternative to overcome the drawbacks of direct human exploration. Due to the depth and extension of the network, remote-operated underwater vehicle (ROV) technology using tethered vehicles is also ruled out. The dimensions and complexity of the mines and, more importantly, the risk of entanglement in protruding elements of the old mine infrastructure will most certainly put the mapping mission in danger.
Other methods, such as the deployment of ad hoc communication relay nodes, have been proposed, e.g., breadcrumb networks [2]. However, they could not be considered suitable for flooded mine exploration for a number of reasons. First, the topology of the mine tunnels and shafts is not known a priori, making the deployment of the beacon strategy too complex. Furthermore, the precarious structural state of the mines discourages any contact with their walls due to the risk of collapse. Finally, the deployed nodes could represent obstacles for the movement of the submarine itself and an unacceptable alteration of the natural environment if left abandoned (many sites are considered archaeological sites and therefore protected as historical heritage).
Given all these limitations, the use of autonomous robots appears to be the only suitable choice. The UNEXMIN (H2020, Grant agreement No 690008. www.unexmin.eu, accessed 20 February 2023) and UNEXUP (EIT Raw Materials, Grant agreement No. 19160. www.unexup.eu, accessed 20 February 2023) projects have the motivation to overcome these challenges. The main objective of the UNEXMIN project was to develop a team of autonomous underwater vehicles (AUVs), named UX-class underwater explorers (see Figure 1, left), specifically designed to explore and map underground flooded mines. The UNEXUP project focuses on bringing the technology to the market while improving the robot’s capabilities. The UX-series robots developed in these two projects are equipped with navigation instruments that allow them to build a mine map as they pass through tunnels and collect geological information using their scientific instruments. (More details on the hardware architecture of the UX-1 can be found in [3]).
A map of the mine is generated using the topological information previously collected and the information provided by the low-level sensor fusion and Simultaneous Localization And Mapping (SLAM) software module, implementing techniques such as hybrid visual SLAM [4], direct or semi-direct SLAM [5,6], or others (e.g., [7,8,9]). This map is composed of processed geometry information (Octomap [10]) and a topology graph, where the former is used for guidance and reactive planning (keeping the center of the tunnel, avoidance of obstacles, see [11]). The topological graph consists of a set of labeled nodes (representing tunnel crossings) and labeled arcs (representing mine tunnels). This is used to plan the high-level exploration strategy, i.e., the sequence of nodes to visit.
The main objective of this work is to implement the autonomous navigation system of the UX-series robots under the following assumptions:
  • Odometry measurements cannot be used because they rapidly become unreliable due to drift;
  • Prior topological information is available, either from maps or previous dives;
  • Both arcs and nodes of the graph have associated useful information that can be used to localize the robots, including both geometrical information and visual landmarks;
  • Such information can be noisy and prone to error.
From these assumptions, the following research goals are addressed:
  • To develop a robust on-board node-matching strategy in order to compute the matching between the run-time perceived information and the pre-defined map;
  • To use such information for localization and dead-reckoning;
  • To test the proposed strategies under different noise levels.
This paper is organized as follows: Section 2 reviews related work in the field of topology-based navigation, with a special emphasis on three-dimensional navigation and underwater robots. Section 3 describes the encoding of the topology information in the navigation graph, and Section 4 describes the node matching metric devised to address uncertainties and possible perception errors of the information associated with the graph nodes. Section 5 reports on the tests performed to assess the effectiveness of the algorithms developed in randomly generated mine topologies. Finally, the conclusions drawn from the work carried out and additional notes on future steps toward the development of the system are presented in Section 6.

2. Related Work

Unmanned UVs have many potential applications in a variety of fields, such as ocean mining exploration [12], autonomous seafloor mapping [13,14], data collection [15,16,17], maritime security [18], marine archaeology [19,20], and search and rescue [21].
The literature related to underwater robotics is rather vast, centering on diverse aspects such as mechanical design [22], modeling and control [23], navigation [24], perception [25], multi-robot coordination [26], and manipulation [27]. In this paper, we focus on navigation. Classical approaches to this problem include inertial navigation, geophysical navigation, terrain-assisted navigation, geomagnetism-assisted navigation, and acoustic navigation technology [28]. All such strategies have been developed for navigation in open waters. This work differs from most of the work in the state of the art in that it focuses on highly confined spaces.

2.1. Autonomous Navigation in Confined Underwater Environments

Although underwater navigation is a relatively consolidated field of research, most of the work in this field addresses open-water environments [29] or, alternatively, partially confined environments such as submarine canyons or water masses under layers of superficial ice [30,31], or environments with dense obstacles [32].
Various comprehensive surveys can be found on the autonomous exploration of confined underground spaces on land, such as [33]; however, the body of literature that addresses the exploration of confined underwater spaces, such as flooded caves and tunnels, narrows dramatically. Work on marine archaeology and geological prospecting can be found in [34]. In [35], the problem of navigation in confined underwater spaces for debris detection is addressed using occupancy grid maps.
Underwater path planning has often been addressed in the literature as a 2D problem, adapting work from terrestrial path planning [29]. In [36] a framework is proposed for the autonomous exploration of confined indoor environments that share several key characteristics with the exploration of underwater tunnels. A semantic road map that represents the topology is built incrementally. Certain related approaches have also been proposed, considering equivalence classes of maps and incorporating specifics of underwater navigation, such as current forces [37]. The environments targeted here require 3D exploration to capture tunnel and shaft structures, and solutions for the flat 2D problem are not easily expandable to 3D.
Due to the extension of the environment and its complexity, grid-based and odometry-based navigation methods have been ruled out for the application at hand. Topology-based navigation has the advantage of requiring an accurate determination of the robot’s pose, and odometry is more efficient in terms of space and computational resources needed and provides a convenient representation for symbolic planners/problem solvers. On the other hand, topological maps may be sensitive to noise and uncertainties as a result of low-level perception software layers.
In a similar context, Akbari et al. [38] propose a “frontier exploration” approach, where the frontier is the boundary between the explored and unexplored region. In their approach, the knowledge of the environment is structured through a semantic network composed of nodes, which are regions, objects or other concepts, and links which express the relations between them. Navigation through the network is performed by an ad hoc heuristic algorithm that does not take into account possible uncertainties or errors.

2.2. Labeled Subgraph Matching

In this work, we assume that a topology graph has previously been built. To this aim, a variety of methods have been proposed in the literature (see, e.g., [39]).
Hence, this work is framed in the labeled (sub)graph-matching field, also known as the subgraph isomorphism problem. This is a well-known problem in the field of pattern matching, and several algorithms have been proposed, although mostly for perfect subgraph matching in unlabeled graphs. This problem is known to be NP-complete. The matching problem can also be inexact, allowing for missing nodes and/or edges or different node and/or edge labels [40,41]. The literature on the topic of subgraph isomorphism is fairly vast, and the first references to this problem date back to 1967 [42]. However, the work presented here differs from other work in this field in three ways.
First, most of the labeled graphs, by “label”, refer to a single field (e.g., a symbol or a number, see, e.g., [43]), while in our case labels are fairly complex, containing much more information that is used for evaluating the goodness of a matching.
Second, our algorithm follows the path navigation logic and is, therefore, incremental. Therefore, the problem is reduced to a single-node matching problem with accumulated uncertainty, rather than a complete graph matching (also known as “query graph” in the literature).
Finally, we consider that the information associated with the nodes (the label) can be inexact, a fact not considered in labeled graph matching algorithms.
To the best of our knowledge, due to these three specific features, no algorithm in the state of the art is applicable to our case.

3. Graph Topology

Figure 2 shows the UML diagram of the information related to the nodes and tunnels. At this stage of our work, for navigation purposes, only the information of the nodes is taken into account.
Nodes are labeled with the following information:
  • Type: “E” (entrance), “X” (dead end), “U” (uncharted), “C” (crossing);
  • Sequence number;
  • Number of exits;
  • Geometric position;
  • List of incident tunnels;
  • List of features associated to each exit (estimated height, width, and angles α (with regard to north) and β (with regard to the horizontal plane).
Tunnels are composed of segments and are labeled with the following information:
  • Sequence number;
  • Estimated length;
  • Average slope;
  • List of incident nodes;
  • Average horizontal and vertical clearance;
  • Minimum horizontal and vertical clearance;
  • Number and list of segments.
Straight tunnels are composed of only one segment. Multiple segments are used to define different sections of long tunnels that differ by some geometrical property or by a different direction.
Finally, both nodes and tunnels can be associated with objects of interest (OOI). OOI are objects recognized and registered during the mission, such as signs and objects left behind when the mine was abandoned (trolleys, tools, etc., see Figure 1).
Figure 2. Diagram of the entities in the map graph. The main classes and their relationship are displayed using the UML language. Only the attributes used in this work are shown.
Figure 2. Diagram of the entities in the map graph. The main classes and their relationship are displayed using the UML language. Only the attributes used in this work are shown.
Sensors 23 02371 g002
Figure 3 shows an example of a real mine (Kaatiala mine, Finland). On the left, a handwritten map produced by human scuba divers is shown. On the right, the corresponding topology graph (extracted by hand) is shown. Label “C” means crossing (“normal” node), “E” means the entrance of the mine, label “X” means “dead end”, and label “U” means uncharted. Note that sharp angles are treated as nodes.
All the information associated with the nodes and tunnels comes from low-level perception and sensor fusion software and is therefore approximated and prone to errors. For example, the tunnel length is determined by odometry, and the number of tunnels departing from a node shall be computed by the on-board software. On occasion, hand-made maps are available.
Figure 3. (Left): handwritten map of Kaatiala mine. (Right): topology graph of the mine. Gray note correspond to dead ends, and the green node is the mine entrance node.
Figure 3. (Left): handwritten map of Kaatiala mine. (Right): topology graph of the mine. Gray note correspond to dead ends, and the green node is the mine entrance node.
Sensors 23 02371 g003
A navigation plan consists of a sequence of nodes to be visited until the robot reaches either the given point for gathering further information (using scientific devices such as a multispectral camera, water sampler, gamma-ray spectrometer, etc.) or the end of the explored area (“U” node), from which to start mapping an uncharted part and enlarge the map. The robot uses the nodes’ information as a checkpoint to localize itself during navigation.

4. Proposed Node-Distance Metric

As mentioned above, the information coming from the SLAM module can be noisy, and the information associated with the graph nodes and arcs can be imprecise. This applies both to the topological map and to the real-time sensory information provided to the robot. Therefore, finding a perfect match between the current node and the map nodes is rarely possible.
For the best node-matching estimation, we have developed a distance metric that considers possible errors in the data. Such errors are related to the number of arcs incident to each node (number of tunnels in the crossing), the dimension of the tunnels and their orientation, as well as entrance information (height and width).
When the robot reaches a crossing, the SLAM module detects the number of tunnels in the crossing and their main features.
  • H: height of the tunnel;
  • W: width of the tunnel;
  • α : direction of the tunnel with regard to the north;
  • β : inclination of the tunnel with regard to the horizontal plane.
Let s be the perceived node, and m be a node on the map. Let N s be the number of tunnels leaving (incident arcs) from node s and N ( m ) be the number of tunnels leaving map node m.
If both nodes have the same number of exit tunnels (incident arcs) N ( s ) = N ( m ) = N , then for each tunnel i departing from a node, from left to right, we take into account the following indices (difference between features):
d H i = H i s H i m m a x ( H i s , H i m )
d W i = W i s W i m m a x ( W i s , W i m )
d α i = α i s α i m m a x ( α i s , α i m )
d β i = β i s β i m m a x ( β i s , β i m )
and define the matching between tunnel information:
P i = ( 1 d H i ) ( 1 d W i ) ( 1 d α i ) ( 1 d β i )
(note that all these indices take values in the range [0,1], where 0 indicates a bad match and 1 a perfect match). Then,
E s , m = i = 1 N P i N
is the global similarity index between node m and node s.
If the two nodes do not have the same number of incident arcs, a penalty term, empirically set, E s , m = 0.2 is used.
The robot uses the calculated indices E to confirm its location during navigation. Additionally, this information is used to update the accumulated confidence index I ( t ) :
I ( t ) = I ( t 1 ) · E s , m ,
where I ( 0 ) = 1 . Therefore, the robot’s confidence that it is at the node m of the map depends on the accumulated certainty. In other words, its confidence depends on the path it has followed. The confidence index I can be reset in determined situations when the robot’s self-localization is considered to be very reliable (see below).

5. Experiments

To assess the effectiveness of the proposed approach, a large number of simulations of randomly generated graphs have been performed.
For all the tests, the nodes were generated using the following parameters:
  • Number of tunnels departing from each node: 2–4;
  • Tunnel entrance height: 1.0–1.5 m;
  • Tunnel entrance width: 1.5–2.0 m;
  • Tunnel vertical orientation ( β ): 0–360 degrees;
  • Tunnel horizontal orientation ( α ): 0–360 degrees.

5.1. Lost Robot Experiments

To test the robot’s ability to find itself after entering the lost mode and the effectiveness of the node matching algorithm, we run a series of tests deploying the robot at a random unknown node and running the “reckon” step described above.
The perception of the characteristics of the nodes is a critical factor. To take into account perception errors, a random error is applied to the sensors’ readings. Varying values of the random error have been used: ± 5 % , ± 10 % , ± 25 % , and ± 50 % . This test algorithm has been run for different network sizes (20, 50, 100, and 150 nodes), running 500 tests for each randomly generated graph. The correctness of the node matching is confirmed by navigating to the next node and repeating the node matching process to verify whether this node matches the expected destination. In the case of an unsuccessful confirmation, the above steps are repeated from the (incorrect) destination node.
Table 1 reports the results of the node matching algorithm. The left column of each graph size reports the success rate of the first attempt. The success rate is around 90% or higher in most cases. Only for a noise level of 50% this decreases significantly. It is worth noting, however, that such a noise rate is extremely high: for instance, a tunnel width of 1 m can be perceived as 0.5 m or 1.5 m.
The right column of each graph size reports the success rate on the second attempt, showing how the success rate is improved by repeating the procedure. In principle, this can be repeated until the robot eventually finds its correct position. In the navigation tests performed (see the next section and Table 2), such repetitions were limited to five, until the robot was declared lost.
Table 1. Lost robot test: success rate of the node-matching procedure.
Table 1. Lost robot test: success rate of the node-matching procedure.
NoiseGraph Size (Nodes)
Rate2050100150200
5%93.7%95.0%95.5%96.1%95.3%99.1%94.1%95.5%94.1%96.2%
10%88.2%91.2%95.0%97.1%96.2%98.5%86.8%89.7%91.0%91.9%
25%88.8%92.5%90.6%96.9%89.7%93.8%87.7%96.3%87.8%95.9%
50%71.9%86.1%69.8%86.5%61.9%84.5%55.2%82.2%51.5%77.4%

5.2. Navigation Tests

For navigation tests, a total of 400 graphs with sizes 25, 50, 100, and 150 nodes were generated using the parameters described above. For each graph, a path from the start to the goal node, randomly chosen, was generated using the well-known Dijkstra algorithm. The generated graphs are always connected, so there is always a path.
Navigation tests have been carried out to assess the effect of noise on sensor readings. Random noise of ± 5 % , ± 10 % , ± 15 % , ± 20 % , ± 25 % were added to all the parameters described above. This affects both tunnel selection during navigation (the robot may take the wrong exit due to incorrect or imprecise sensor readings) and the node-matching procedure.
The first set of runs aimed to test navigation without OOI detection. Table 2 summarizes the results of these tests. As can be seen, the success rate is almost always 100% and decreases for high noise rates. Evidently, the probability of being lost increases for long path lengths and high noise rates. This can also be seen in the increasing values of time when the two steps of the reckoning procedure are activated (“Reckon” column).
In most cases, the robot was able to navigate successfully from the starting node to the end node, except for high noise levels, which led to high uncertainties. Table 2 also summarizes the success rate (percentage of times the algorithm found the correct path) and the final average value of the uncertainty index I ( t ) at the end of the run.
Table 2. Results of the path navigation and reckoning procedure.
Table 2. Results of the path navigation and reckoning procedure.
NumberNoisePathSuccessFinal ConfidenceRollbacksReckon
of NodesLevelLengthRateAvg.Std. Dev.Avg.Std. Dev.Avg.Std. Dev.
250.055.83100%0.870.080.050.220.030.18
250.105.59100%0.510.210.711.440.130.34
250.155.59100%0.470.170.940.740.570.67
250.205.67100%0.470.161.530.871.100.75
250.255.3098%0.400.152.001.111.501.23
500.059.60100%0.870.080.030.170.000.00
500.109.62100%0.520.191.401.260.810.64
500.159.85100%0.500.181.950.971.630.96
500.209.96100%0.500.163.001.322.571.28
500.259.0081%0.400.222.801.863.601.72
1000.0518.52100%0.840.110.080.350.020.14
1000.1017.31100%0.480.186.525.631.981.19
1000.1512.8179%0.360.242.901.963.821.71
1000.2015.7470%0.240.251.752.074.491.89
1000.2516.6036%0.100.211.101.984.401.27
1500.0526.68100%0.850.100.110.490.040.19
1500.1021.1491%0.430.249.086.654.252.80
1500.1528.1861%0.260.281.842.064.632.02
1500.2023.4145%0.110.211.092.074.501.08
1500.2521.5027%0.100.150.801.494.700.96

5.3. Use of OOI to Aid Navigation

This set of tests aims to evaluate the effect of OOI on aiding localization. OOI were randomly generated and added to the maps. Their actual recognition was also affected by different noise levels.
Table 3 summarizes the final value of the index I at the end of the runs for various combinations of the P(OOI) and P(detection) parameters. As expected, improved OOI detection, either due to a better detection probability or because they are present in a higher number, improves the reliability of the robot’s self-localization, and, therefore, the whole navigation process. This is quantitatively reported in the value of the I index: higher values indicate greater confidence in the localization (let us recall that the correct detection of an OOI implies resetting the confidence index I).
Table 4 provides details of the results for a given combination of parameters (probability of the presence of OOI, P (OOI) = 0.2 and probability of detection of OOI, P (detection) = 0.9), reporting the success rate, final confidence, as well as the number of Rollbacks and Reckon operations.
Table 3. Impact of OOI detection on navigation and localization (summary of final index values I).
Table 3. Impact of OOI detection on navigation and localization (summary of final index values I).
Probability of OOI
Prob. of0.050.10.20.40.5
DetectionAvg.Std.Dev.Avg.Std.Dev.Avg.Std.Dev.Avg.Std.Dev.Avg.Std.Dev.
0.250.810.310.830.280.850.270.880.210.880.22
0.50.830.290.830.270.860.240.880.270.890.26
0.750.830.280.850.260.890.210.910.210.920.21
Table 4. Impact of OOI detection on navigation, for P (OOI) = 0.2 (approximately 20% of nodes that contain recognizable features), and P(detection) = 0.9.
Table 4. Impact of OOI detection on navigation, for P (OOI) = 0.2 (approximately 20% of nodes that contain recognizable features), and P(detection) = 0.9.
NumberNoisePathSuccessFinal ConfidenceRollbacksReckonOOI Detections
of NodesLevelLengthRateAvg.Std.Dev.Avg.Std.Dev.Avg.Std.Dev.Avg.Std.Dev.
250.055.61100%0.890.080.000.000.000.000.740.97
250.15.65100%0.660.210.220.860.050.281.001.03
250.155.67100%0.600.260.610.600.260.440.891.00
250.25.54100%0.590.230.930.850.640.800.880.83
250.255.48100%0.520.221.701.061.120.980.931.05
500.059.44100%0.910.070.090.350.050.302.001.55
500.110.02100%0.650.231.192.140.210.452.001.54
500.159.87100%0.700.261.261.021.020.931.921.42
500.29.54100%0.620.261.841.321.521.251.881.49
500.259.21100%0.530.302.721.472.811.582.621.93
1000.0517.38100%0.890.100.040.190.000.003.362.00
1000.117.83100%0.580.243.865.060.910.933.021.79
1000.1517.15100%0.620.242.291.411.921.193.312.19
1000.212.3078%0.450.322.702.073.771.814.002.14
1000.2515.8259%0.290.351.862.203.631.744.242.19
1500.0525.15100%0.880.080.080.270.020.144.812.79
1500.124.83100%0.620.245.284.381.251.004.532.67
1500.1520.2885%0.470.292.811.833.341.714.812.53
1500.220.2976%0.360.371.952.093.221.924.762.03
1500.2522.4552%0.150.330.681.514.281.185.451.26

5.4. Application to a Real Mine

To test the node distance metric in real mines for navigation purposes, we applied it to the topology graph of the Kaatiala mine (see Figure 3). The map was created manually using information from human divers. First, each map node was compared with all other nodes. The results are shown in Table 5. It is interesting to compare nodes with the same number of exits. For instance, nodes 2 and 5 have a similarity of 0.195, due to the differences in the features of their exits (height, width, horizontal direction, vertical direction). Similarly, nodes 4, 8, 9, and 10 show bad similarity even if they have the same number of exits. Note how nodes 15 and 16 have a very high similarity index. The distance formula returns a default value of 0.2 for the similarity index E s , m for all pairs of nodes s , m with a different number of exits.
Next, we repeated the calculation adding 25% of noise to the sensor measurements. Table 6 shows the results. Regardless of the noise, the best similarity index still refers to the correct node, although cases start to appear (for instance, between nodes 15 and 16) wherein the index is very similar and could therefore lead to localization errors.
Finally, to test the navigation, we conducted tests from the mine entrance to the outermost nodes (14, 15, 16), with different levels of noise. Table 7 summarizes the results. In all tests, the robot was able to successfully navigate from the entrance to the destination nodes, and only in a small number of cases, induced by the noise level added to the sensors, it had to perform a rollback operation to find the correct path. Clearly, the confidence level decreases with increasing noise. However, due to the small size of the graph, the robot did not perform any reckon procedure in most cases.

6. Conclusions

In this paper, we have presented a node matching procedure, a self-localization procedure, and a reckon procedure on labeled graphs under uncertainty, applied to autonomous robot topological navigation.
From the results of the numerical simulations conducted to evaluate the behavior and robustness of the proposed strategy, we can conclude that the two research questions have been satisfactorily addressed.
The proposed node-matching metric is effective for navigating under severe uncertainty, allowing the robot to recognize the correct node with a success rate of around 90% or higher with noise up to 25%, significantly decreasing for extremely high uncertainty. This increases to 100% with the application of the proposed rollback and recknon procedures during navigation, demonstrating how such procedures effectively aid autonomous navigation. Finally, as expected, the detection of particular visual features, the objects of interest, effectively helps the robot to correctly find its position in the topology graph, increasing the success rate and decreasing the need for the reckon steps.
The application of our procedure to the topological map of a real mine confirmed the effectiveness of the proposed approach. Although relatively small, this map displays the features of real mines, where the network of tunnels follows the ore and, therefore, shows certain irregularities that make localization easier due to the geometrical differences of the nodes.
The long-term goal of our research is to integrate the proposed strategies into the UX-1 Guidance and Navigation software. This will significantly improve its autonomous navigation capabilities, a key feature for future missions. The steps toward this goal include integrating additional information, such as tunnel and OOI data, to improve the algorithm’s robustness and its ability to understand its surroundings with increased confidence. In addition, the topological navigation module will need to be integrated with the low-level SLAM modules and tested first in hardware-in-the-loop experiments using data from previous missions and then in controlled real-world environments. This will allow for the testing of the complete navigation system and ensure its effectiveness in various scenarios.
In conclusion, our proposed approach is a promising solution for autonomous robot navigation in topological environments with uncertainty. In almost all cases, except for extremely high noise levels that led to high uncertainties and large graphs, the robot was able to successfully navigate from the starting node to the end node.

Author Contributions

Conceptualization, Z.M., S.D. and C.R.; Methodology, C.R.; Software, A.C.Z.; Experiments, A.C.Z. and C.R.; Writing, A.C.Z., C.R. and Z.M.; Review & editing, R.S., S.D., C.R. and Z.M. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the UNEXMIN project with funding from the European Union’s Horizon 2020 research and innovation program under Grant Agreement No. 690008, from EIT Raw Materials project UNEXUP (No. 19160) and has received funding from RoboCity2030-DIH-CM Madrid Robotics Digital Innovation Hub (“Robótica aplicada a la mejora de la calidad de vida de los ciudadanos. fase IV”; S2018/NMT-4331), funded by “Programas de Actividades I+D en la Comunidad de Madrid” and cofunded by Structural Funds of the EU.

Data Availability Statement

Data sharing is not applicable to this article (the data used have been randomly generated).

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
AUVAutonomous Underwater Vehicle
UUVUnmanned Underwater Vehicle
UNEXMINUNderwater EXplorer for flooded MINes
UNEXUPUNEXMIN Upscaling
ROVRemotely Operated Vehicle
GNCGuidance, Navigation, and Control
SLAMSimultaneous Localization and Mapping
SFSensor Fusion
LLCLow-Level Control
SILSoftware-In-the-Loop
HILHardware-In-the-Loop
DVLDoppler Velocity Log
IMUInertial Measurement Unit
SLSStructured Light System
ROSRobot Operating System

References

  1. Iliffe, T.; Bowen, C. Scientific Cave Diving. Mar. Technol. Soc. J. 2001, 35, 36–41. [Google Scholar] [CrossRef]
  2. Chaudhary, M.; Conrad, J.M. A Survey on the Implementation of Wireless Sensor Network Breadcrumb Trails for Sensing and Localization. In Proceedings of the 2019 SoutheastCon, Huntsville, AL, USA, 11 April 2019; pp. 1–7. [Google Scholar] [CrossRef]
  3. Martins, A.; Almeida, J.; Almeida, C.; Dias, A.; Dias, N.; Aaltonen, J.; Heininen, A.; Koskinen, K.T.; Rossi, C.; Dominguez, S.; et al. UX 1 system design—A robotic system for underwater mining exploration. In Proceedings of the 2018 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Madrid, Spain, 1–5 October 2018; pp. 1494–1500. [Google Scholar] [CrossRef]
  4. Billings, G.; Camilli, R.; Johnson-Roberson, M. Hybrid Visual SLAM for Underwater Vehicle Manipulator Systems. IEEE Robot. Autom. Lett. 2022, 7, 6798–6805. [Google Scholar] [CrossRef]
  5. Zhao, Y.; Ma, X.; Ye, Y. A Multi-Robot Collaborative Monocular SLAM Based on Semi-Direct Method. In Proceedings of the 2022 Prognostics and Health Management Conference (PHM-2022 London), London, UK, 27–29 May 2022; pp. 473–477. [Google Scholar] [CrossRef]
  6. Zubizarreta, J.; Aguinaga, I.; Montiel, J.M.M. Direct Sparse Mapping. IEEE Trans. Robot. 2020, 36, 1363–1370. [Google Scholar] [CrossRef]
  7. Chen, Y.; Zhou, Y.; Lv, Q.; Deveerasetty, K.K. A Review of V-SLAM. In Proceedings of the 2018 IEEE International Conference on Information and Automation (ICIA), Wuyishan, China, 11–13 August 2018; pp. 603–608. [Google Scholar] [CrossRef]
  8. Huang, L. Review on LiDAR-based SLAM Techniques. In Proceedings of the 2021 International Conference on Signal Processing and Machine Learning (CONF-SPML), Stanford, CA, USA, 14 November 2021; pp. 163–168. [Google Scholar] [CrossRef]
  9. Ali, I.; Zhang, H. Are We Ready for Robust and Resilient SLAM? A Framework For Quantitative Characterization of SLAM Datasets. In Proceedings of the 2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Kyoto, Japan, 23–27 October 2022; pp. 2810–2816. [Google Scholar] [CrossRef]
  10. Hornung, A.; Wurm, K.M.; Bennewitz, M.; Stachniss, C.; Burgard, W. OctoMap: An Efficient Probabilistic 3D Mapping Framework Based on Octrees. Auton. Robot. 2013, 34, 189–206. [Google Scholar] [CrossRef] [Green Version]
  11. Milosevic, Z.; Fernandez, R.A.S.; Dominguez, S.; Rossi, C. Guidance for Autonomous Underwater Vehicles in Confined Semistructured Environments. Sensors 2020, 20, 7237. [Google Scholar] [CrossRef] [PubMed]
  12. Senke, W. Applications of autonomous underwater vehicles (AUVs) in ocean mining exploration. In Proceedings of the 2013 OCEANS, San Diego, CA, USA, 23–27 September 2013; pp. 1–3. [Google Scholar] [CrossRef]
  13. Bergh Ånonsen, K.; Hagen, O.K.; Berglund, E. Autonomous mapping with AUVs using relative terrain navigation. In Proceedings of the OCEANS 2017, Anchorage, AK, USA, 18–21 September 2017; pp. 1–7. [Google Scholar]
  14. Roman, C.; Singh, H. A Self-Consistent Bathymetric Mapping Algorithm. J. Field Robot. 2007, 24, 23–50. [Google Scholar] [CrossRef]
  15. Yu, X.; Dickey, T.; Bellingham, J.; Manov, D.; Streitlien, K. The application of autonomous underwater vehicles for interdisciplinary measurements in Massachusetts and Cape Cod Bays. Cont. Shelf Res. 2002, 22, 2225–2245. [Google Scholar] [CrossRef]
  16. Fernandes, P.; Brierley, A.; Simmonds, E.; Millard, N.; Mcphail, S.; Armstrong, E.; Stevenson, P.; Squires, M. Oceanography-Fish do not avoid survey vessels. Nature 2000, 404, 35–36. [Google Scholar] [CrossRef]
  17. Nadis, S. ‘Real-Time’ Oceanography Adapts to Sea Changes. Science 1997, 275, 1881–1882. [Google Scholar] [CrossRef]
  18. Real-Arce, D.A.; Barrera, C.; Hernández, J.; Llinás, O. Ocean surface vehicles for maritime security applications (The PERSEUS project). In Proceedings of the OCEANS 2015, Genova, Italy, 18–21 May 2015; pp. 1–4. [Google Scholar]
  19. Mindell, D.; Bingham, B. New archaeological uses of autonomous underwater vehicles. In Proceedings of the MTS/IEEE Oceans 2001. An Ocean Odyssey. Conference Proceedings (IEEE Cat. No.01CH37295), Honolulu, HI, USA, 5–8 November 2001; Volume 1, pp. 555–558. [Google Scholar]
  20. Bingham, B.; Foley, B.; Singh, H.; Camilli, R.; Delaporta, K.; Eustice, R.; Mallios, A.; Mindell, D.; Roman, C.; Sakellariou, D. Robotic Tools for Deep Water Archaeology: Surveying an Ancient Shipwreck with an Autonomous Underwater Vehicle. J. Field Robot. 2010, 27, 702–717. [Google Scholar] [CrossRef] [Green Version]
  21. Venkatesan, S. AUV for Search Rescue at sea-an innovative approach. In Proceedings of the 2016 IEEE/OES Autonomous Underwater Vehicles (AUV), Tokyo, Japan, 6–9 November 2016; pp. 1–9. [Google Scholar]
  22. Neira, J.; Sequeiros, C.; Huamani, R.; Machaca, E.; Fonseca, P.; Nina, W.; Fortuna, L. Review on Unmanned Underwater Robotics, Structure Designs, Materials, Sensors, Actuators, and Navigation Control. J. Robot. 2021, 2021, 5542920. [Google Scholar] [CrossRef]
  23. Wang, J.; Wu, Z.; Dong, H.; Tan, M.; Yu, J. Development and Control of Underwater Gliding Robots: A Review. IEEE/CAA J. Autom. Sin. 2022, 9, 1543–1560. [Google Scholar] [CrossRef]
  24. Christensen, L.; de Gea Fernández, J.; Hildebrandt, M.; Koch, C.E.S.; Wehbe, B. Recent Advances in AI for Navigation and Control of Underwater Robots. Curr. Robot. Rep. 2022, 3, 165–175. [Google Scholar] [CrossRef]
  25. McConnell, J.; Collado-Gonzalez, I.; Englot, B. Perception for Underwater Robots. Curr. Robot. Rep. 2022, 3, 177–186. [Google Scholar] [CrossRef]
  26. Zhou, Z.; Liu, J.; Yu, J. A Survey of Underwater Multi-Robot Systems. IEEE/CAA J. Autom. Sin. 2022, 9, 1–18. [Google Scholar] [CrossRef]
  27. Aldhaheri, S.; De Masi, G.; Pairet, E.; Ardon, P. Underwater Robot Manipulation: Advances, Challenges and Prospective Ventures. In Proceedings of the OCEANS 2022, Chennai, India, 21–24 February 2022; pp. 1–7. [Google Scholar] [CrossRef]
  28. Li, Z.; Wang, Y.; Yang, W.; Ji, Y. Development Status and Key Navigation Technology Analysis of Autonomous Underwater Vehicles. In Proceedings of the 2020 3rd International Conference on Unmanned Systems (ICUS), Harbin, China, 27–28 November 2020; pp. 1130–1133. [Google Scholar] [CrossRef]
  29. Li, D.; Wang, P.; Du, L. Path Planning Technologies for Autonomous Underwater Vehicles—A Review. IEEE Access 2019, 7, 9745–9768. [Google Scholar] [CrossRef]
  30. Whitt, C.; Pearlman, J.; Polagye, B.; Caimi, F.; Muller-Karger, F.; Copping, A.; Spence, H.; Madhusudhana, S.; Kirkwood, W.; Grosjean, L.; et al. Future Vision for Autonomous Ocean Observations. Front. Mar. Sci. 2020, 7, 697. [Google Scholar] [CrossRef]
  31. Su, X.; Ullah, I.; Liu, X.; Choi, D. A Review of Underwater Localization Techniques, Algorithms, and Challenges. J. Sens. 2020, 2020, 6403161. [Google Scholar] [CrossRef] [Green Version]
  32. Yu, X.; Chen, W.N.; Gu, T.; Yuan, H.; Zhang, H.; Zhang, J. ACO-A*: Ant Colony Optimization Plus A* for 3-D Traveling in Environments With Dense Obstacles. IEEE Trans. Evol. Comput. 2019, 23, 617–631. [Google Scholar] [CrossRef]
  33. Azpúrua, H.; Saboia, M.; Freitas, G.M.; Clark, L.; akbar Agha-mohammadi, A.; Pessin, G.; Campos, M.F.; Macharet, D.G. A Survey on the autonomous exploration of confined subterranean spaces: Perspectives from real-word and industrial robotic deployments. Robot. Auton. Syst. 2023, 160, 104304. [Google Scholar] [CrossRef]
  34. Preston, V.; Salumäe, T.; Kruusmaa, M. Underwater confined space mapping by resource-constrained autonomous vehicle. J. Field Robot. 2018, 35, 1122–1148. [Google Scholar] [CrossRef]
  35. Wong, B.; Marquette, W.; Bykov, N.; Paine, T.M.; Banerjee, A.G. Human-Assisted Robotic Detection of Foreign Object Debris inside Confined Spaces of Marine Vessels Using Probabilistic Mapping. Robot. Auton. Syst. 2023, 161, 104349. [Google Scholar] [CrossRef]
  36. Wang, C.; Zhu, D.; Li, T.; Meng, M.Q.; de Silva, C.W. SRM: An Efficient Framework for Autonomous Robotic Exploration in Indoor Environments. arXiv 2018, arXiv:1812.09852. [Google Scholar]
  37. McMahon, J.; Plaku, M. Mission and Motion Planning for Autonomous Underwater Vehicles Operating in Spatially and Temporally Complex Environments. IEEE J. Ocean. Eng. 2016, 41, 893–912. [Google Scholar] [CrossRef]
  38. Akbari, A.; Chhabra, P.S.; Bhandari, U.; Bernardini, S. Intelligent Exploration and Autonomous Navigation in Confined Spaces. In Proceedings of the 2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Las Vegas, NV, USA, 25–29 October 2020; pp. 2157–2164. [Google Scholar] [CrossRef]
  39. Chen, W.; Shang, G.; Ji, A.; Zhou, C.; Wang, X.; Xu, C.; Li, Z.; Hu, K. An Overview on Visual SLAM: From Tradition to Semantic. Remote. Sens. 2022, 14, 3010. [Google Scholar] [CrossRef]
  40. Sun, X.; Sun, S.; Luo, Q.; He, B. An In-Depth Study of Continuous Subgraph Matching (Complete Version). arXiv 2022. [Google Scholar] [CrossRef]
  41. Madi, K. Inexact Graph Matching: Application to 2D and 3D Pattern Recognition. (Appariement Inexact de Graphes: Application à la reconnaissance de Formes 2D et 3D). Ph.D. Thesis, Universite dè Lyon, Lyon, France, 2016. [Google Scholar]
  42. Ullmann, J.R. An Algorithm for Subgraph Isomorphism. J. ACM 1976, 23, 31–42. [Google Scholar] [CrossRef] [Green Version]
  43. Rowe, B.; Gupta, R. G-Morph: Induced Subgraph Isomorphism Search of Labeled Graphs on a GPU. In Proceedings of the Euro-Par 2021: Parallel Processing; Sousa, L., Roma, N., Tomás, P., Eds.; Springer International Publishing: Cham, Switerland, 2021; pp. 402–417. [Google Scholar]
Figure 1. The UX-1 robot and examples of visual landmarks (“OOIs - Object of Interests”) that can be used for robot self-localisation.
Figure 1. The UX-1 robot and examples of visual landmarks (“OOIs - Object of Interests”) that can be used for robot self-localisation.
Sensors 23 02371 g001
Table 5. Value of similarity index E s , m for all the pairs of nodes of Kaatiala mine map (see Figure 3).
Table 5. Value of similarity index E s , m for all the pairs of nodes of Kaatiala mine map (see Figure 3).
s/m12345678910111213141516
110.20.20.20.20.20.20.20.20.20.400.020.00.00.00.0
2 10.20.20.190.20.20.20.20.20.20.20.20.20.20.2
3  10.20.20.20.4740.20.20.20.20.20.20.20.20.2
4   10.20.2340.20.340.280.020.20.20.20.20.20.2
5    10.20.20.20.20.20.20.20.20.20.20.2
6     10.20.010.00.010.20.20.20.20.20.2
7      10.20.20.20.20.20.20.20.20.2
8       10.010.020.20.20.20.20.20.2
9        10.240.20.20.20.20.20.2
10         10.20.20.20.20.20.2
11          10.020.00.010.00.0
12           10.00.100.00.0
13            10.00.360.32
14             10.00.0
15              10.89
16               1
Table 6. Value of similarity index E s , m for all the pairs of nodes of Kaatiala mine map, with noise level of 25%.
Table 6. Value of similarity index E s , m for all the pairs of nodes of Kaatiala mine map, with noise level of 25%.
s/m12345678910111213141516
10.560.20.20.20.20.20.20.20.20.20.340.0100.00.00.0
2 0.710.20.20.150.20.20.20.20.20.20.20.20.20.20.2
3 0.690.20.20.20.230.20.20.20.20.20.20.20.20.2
4 0.690.20.110.20.250.250.010.20.20.20.20.20.2
5 0.870.20.20.20.20.20.20.20.20.20.20.2
6 0.750.20.0100.010.20.20.20.20.20.2
7 0.790.20.20.20.20.20.20.20.20.2
8 0.750.010.010.20.20.20.20.20.2
9 0.810.230.20.20.20.20.20.2
10 0.780.20.20.20.20.20.2
11 0.450.020.00.010.00.0
12 0.520.00.110.00.0
13 0.620.00.340.27
14 0.600.00.0
15 0.850.74
16 0.70
Table 7. Navigation tests for the Kaatiala Mine: Success rate (SR), final value of the confidence index, number rollback, and reckon operations.
Table 7. Navigation tests for the Kaatiala Mine: Success rate (SR), final value of the confidence index, number rollback, and reckon operations.
Destination Node
141516
Noise FinalRoll- FinalRoll- SRFinalRoll-
LevelSRConf.BackReckonSRConf.BackReckonSRConf.BackReckon
0%100%100100%100100%100
10%100%0.7500100%0.7300100%0.8410
25%100%0.5400100%0.5600100%0.4311
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Rossi, C.; Caro Zapata, A.; Milosevic, Z.; Suarez, R.; Dominguez, S. Topological Navigation for Autonomous Underwater Vehicles in Confined Semi-Structured Environments. Sensors 2023, 23, 2371. https://doi.org/10.3390/s23052371

AMA Style

Rossi C, Caro Zapata A, Milosevic Z, Suarez R, Dominguez S. Topological Navigation for Autonomous Underwater Vehicles in Confined Semi-Structured Environments. Sensors. 2023; 23(5):2371. https://doi.org/10.3390/s23052371

Chicago/Turabian Style

Rossi, Claudio, Adrian Caro Zapata, Zorana Milosevic, Ramon Suarez, and Sergio Dominguez. 2023. "Topological Navigation for Autonomous Underwater Vehicles in Confined Semi-Structured Environments" Sensors 23, no. 5: 2371. https://doi.org/10.3390/s23052371

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