Wake-Responsive AUV Guidance Assisted by Passive Sonar Measurements

Jonghoek Kim
DOI: https://doi.org/10.3390/jmse12040645
IF: 2.744
2024-04-12
Journal of Marine Science and Engineering
Abstract:To make an Autonomous Underwater Vehicle (AUV) chase a moving target ship that generates wake, wake-responsive guidance can be used. This scenario is applicable to making an underwater torpedo pursue a moving target ship until hitting the target. The objective of our research is to make an AUV pursue a target ship assisted by passive sonar sensors as well as wake sensors. To track a maneuvering target without losing the target, the AUV applies both passive sonar sensors and two wake sensors. Two wake sensors are utilized to decide the turn direction of the AUV in zig-zag maneuvers. In practice, sharp maneuvers of the target can cause the AUV to exit the target's wake abruptly. As the target ship's wake is not detected by wake sensors and the AUV needs to search for the target ship, the AUV's passive sonar measures the direction of sound generated from the target ship. Thereafter, the AUV chases the target ship until the target's wake is detected again. As far as we know, our paper is novel in addressing wake-responsive AUV guidance assisted by passive sonar sensors. The effectiveness of the proposed guidance is verified using computer simulations.
oceanography,engineering, marine, ocean
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to develop a guidance method that enables an autonomous underwater vehicle (AUV) to track a moving target ship in complex situations. Specifically, the research objective is to enable the AUV to effectively track the target ship in the following situations: 1. **The target ship generates a wake**: When the target ship moves, it will generate a wake, which may interfere with the traditional active sonar system and cause the AUV to deviate from the target. 2. **The target ship performs maneuvering operations**: The target ship may perform sudden maneuvering operations (such as sharp turns), which may cause the AUV to lose the wake signal of the target ship. To solve these problems, the paper proposes a new guidance method that combines passive sonar sensors and wake sensors. The main features of this method include: - **Using passive sonar sensors**: When the AUV loses the wake signal of the target ship, the passive sonar can measure the direction of the sound from the target ship, helping the AUV to re - locate the target. - **Using two wake sensors**: There is a wake sensor on each side of the AUV, which is used to detect the wake of the target ship and determine the turning direction of the AUV (left turn or right turn), especially when the target ship performs a zigzag maneuver. - **Handling the situation of sudden maneuvers of the target ship**: When the target ship performs a sudden maneuver, the AUV may briefly lose the wake signal. At this time, the AUV reacquires the target direction through the passive sonar and continues to track until it detects the wake again. Through these methods, the paper aims to improve the tracking ability of the AUV in the complex marine environment and ensure that the AUV can effectively track and finally capture the target ship even when the target ship performs complex maneuvers. ### Formula Summary Some of the key formulas involved in the paper are as follows: - The position update formula of the AUV: \[ r(k + 1)=r(k)+v[k]\times dt \] where \(r(k)\) is the position of the AUV at the \(k\) - th sampling moment, \(v[k]\) is the velocity vector of the AUV, and \(dt\) is the sampling interval. - The heading angle update formula of the AUV: \[ \theta(k + 1)=\theta(k)+\text{sign}(e_{\theta2})\times w_{\text{max}}\times dt \] where \(e_{\theta2}\) is the heading angle error and \(w_{\text{max}}\) is the maximum angular velocity. - The position update formula of the target ship: \[ S(k + 1)=S(k)+v_S[\cos(\theta_S(k)),\sin(\theta_S(k))]\times dt \] where \(S(k)\) is the position of the target ship at the \(k\) - th sampling moment, \(v_S\) is the speed of the target ship, and \(\theta_S(k)\) is the heading angle of the target ship. Through these formulas, the paper describes in detail how the AUV adjusts its motion trajectory according to the sensor data to achieve effective tracking of the target ship.