As the mission needs of the autonomous underwater vehicles(AUV) have become increasingly varied and complex,the AUVs are developing in the direction of systematism, multifunction, and clustering technology, which prom...As the mission needs of the autonomous underwater vehicles(AUV) have become increasingly varied and complex,the AUVs are developing in the direction of systematism, multifunction, and clustering technology, which promotes the progress of key technologies and proposes a series of technical problems. Therefore, it is necessary to make systemic analysis and in-depth study for the progress of AUV's key technologies and innovative applications. The multi-functional mission needs and its key technologies involved in complex sea conditions are pointed out through analyzing the domestic and foreign technical programs, functional characteristics and future development plans. Furthermore, the overall design of a multi-moving state AUV is proposed. Then, technical innovations of the key technologies, such as thrust vector, propeller design, kinematics and dynamics, navigation control, and ambient flow field characteristics, are made, combining with the structural characteristics and motion characteristics of the new multi-moving state AUV. The results verify the good performance of the multi-moving state AUV and provide a theoretical guidance and technical support for the design of new AUV in real complex sea conditions.展开更多
Autonomous underwater vehicles (AUVs) navigating on the sea surface are usually required to complete the communication tasks in complex sea conditions. The movement forms and flow field characteristics of a multi-mo...Autonomous underwater vehicles (AUVs) navigating on the sea surface are usually required to complete the communication tasks in complex sea conditions. The movement forms and flow field characteristics of a multi-moving state AUV navigating in head sea at high speed were studied. The mathematical model on longitudinal motion of the high-speed AUV in head sea was established with considering the hydrodynamic lift based on strip theory, which was solved to get the heave and pitch of the AUV by Gaussian elimination method. Based on this, computational fluid dynamics (CFD) method was used to establish the mathematical model of the unsteady viscous flow around the AUV with considering free surface effort by using the Reynolds-averaged Navier-Stokes (RANS) equations, shear-stress transport (SST) k-w model and volume of fluid (VOF) model. The three-dimensional numerical wave in the computational field was realized through defining the unsteady inlet boundary condition. The motion forms of the AUV navigating in head sea at high speed were carried out by the program source code of user-defined function (UDF) based on dynamic mesh. The hydrodynamic parameters of the AUV such as drag, lift, pitch torque, velocity, pressure and wave profile were got, which reflect well the real ambient flow field of the AUV navigating in head sea at high speed. The computational wave profile agrees well with the experimental phenomenon of a wave-piercing surface vehicle. The force law of the AUV under the impacts of waves was analyzed qualitatively and quantitatively, which provides an effective theoretical guidance and technical support for the dynamics research and shape design of the AUV in real complex environnaent.展开更多
This paper presents a bio-inspired geomagnetic navigation method for autonomous underwater vehicle(AUV) without using any a priori geomagnetic information. Firstly, the multi-objective search problem is raised. Second...This paper presents a bio-inspired geomagnetic navigation method for autonomous underwater vehicle(AUV) without using any a priori geomagnetic information. Firstly, the multi-objective search problem is raised. Secondly, the geomagnetic navigation model is established by constructing a cost function. Then, by taking into consideration the biological magneto-taxis movement behavior for the geomagnetic environment stimulus, the multiobjective evolutionary search algorithm is derived to describe the search process. Finally, compared to the state-of-the-art, the proposed method presents better robustness. The simulation results demonstrate the reliability and feasibility of the proposed method.展开更多
Autonomous underwater vehicles (AUVs) navigating in complex sea conditions usually require a strong control system to keep the fastness and stability. The nonlinear trajectory tracking control system of a new AUV in c...Autonomous underwater vehicles (AUVs) navigating in complex sea conditions usually require a strong control system to keep the fastness and stability. The nonlinear trajectory tracking control system of a new AUV in complex sea conditions was presented. According to the theory of submarines,the six-DOF kinematic and dynamic models were decomposed into two mutually non-coupled vertical and horizontal plane subsystems. Then,different sliding mode control algorithms were used to study the trajectory tracking control. Because the yaw angle and yaw angle rate rather than the displacement of the new AUV can be measured directly on the horizontal plane,the sliding mode control algorithm combining cross track error method and line of sight method was used to fulfill its high-precision trajectory tracking control in the complex sea conditions. As the vertical displacement of the new AUV can be measured,in order to achieve the tracking of time-varying depth signal,a stable sliding mode controller was designed based on the single-input multi-state system,which took into account the characteristic of the hydroplane and the amplitude and rate constraints of the hydroplane angle. Moreover,the application of dynamic boundary layer can improve the robustness and control accuracy of the system. The computational results show that the designed sliding mode control systems of the horizontal and vertical planes can ensure the trajectory tracking performance and accuracy of the new AUV in complex sea conditions. The impacts of currents and waves on the sliding mode controller of the new AUV were analyzed qualitatively and quantitatively by comparing the trajectory tracking performance of the new AUV in different sea conditions,which provides an effective theoretical guidance and technical support for the control system design of the new AUV in real complex environment.展开更多
This paper proposes a liner active disturbance rejection control(LADRC) method based on the Q-Learning algorithm of reinforcement learning(RL) to control the six-degree-of-freedom motion of an autonomous underwater ve...This paper proposes a liner active disturbance rejection control(LADRC) method based on the Q-Learning algorithm of reinforcement learning(RL) to control the six-degree-of-freedom motion of an autonomous underwater vehicle(AUV).The number of controllers is increased to realize AUV motion decoupling.At the same time, in order to avoid the oversize of the algorithm, combined with the controlled content, a simplified Q-learning algorithm is constructed to realize the parameter adaptation of the LADRC controller.Finally, through the simulation experiment of the controller with fixed parameters and the controller based on the Q-learning algorithm, the rationality of the simplified algorithm, the effectiveness of parameter adaptation, and the unique advantages of the LADRC controller are verified.展开更多
针对复杂水下环境中水下自主航行器(autonomous underwater vehicle,AUV)路径规划问题,提出一种改进启发式快速随机扩展树(rapidly-exploring random trees,RRT)的路径规划算法。针对路径点采样过程中缺乏目标导向性的问题,采用目标点...针对复杂水下环境中水下自主航行器(autonomous underwater vehicle,AUV)路径规划问题,提出一种改进启发式快速随机扩展树(rapidly-exploring random trees,RRT)的路径规划算法。针对路径点采样过程中缺乏目标导向性的问题,采用目标点概率偏置采样策略与目标偏向扩展策略,可使目标节点在随机采样时成为采样点。在路径点扩展过程中,使非目标采样点的扩展结点位置偏向于目标点的方向,从而增强算法在随机采样与扩展过程中的目标搜索能力。为解决水下路径规划过程中存在过多无效搜索空间的问题,在随机采样过程中引入启发式采样策略,构建包含所有初始路径的采样空间子集,减小采样空间范围,从而提高算法的空间搜索效率。针对AUV在水下环境中抗洋流扰动能力不足的问题,采用速度矢量合成法,使AUV速度矢量与洋流速度矢量合成后指向期望路径的方向,从而抵消水流的影响。在山峰地形中叠加多个Lamb涡流模拟水下流场环境,进行多次仿真实验。实验结果表明:改进启发式RRT算法解决了采样过程中随机性问题,显著缩小了搜索空间,兼顾了路径的安全性与平滑性,并使AUV具有良好的抗洋流扰动能力。展开更多
The influence of ocean environment on navigation of autonomous underwater vehicle(AUV)cannot be ignored.In the marine environment,ocean currents,internal waves,and obstacles are usually considered in AUV path planning...The influence of ocean environment on navigation of autonomous underwater vehicle(AUV)cannot be ignored.In the marine environment,ocean currents,internal waves,and obstacles are usually considered in AUV path planning.In this paper,an improved particle swarm optimization(PSO)is proposed to solve three problems,traditional PSO algorithm is prone to fall into local optimization,path smoothing is always carried out after all the path planning steps,and the path fitness function is so simple that it cannot adapt to complex marine environment.The adaptive inertia weight and the“active”particle of the fish swarm algorithm are established to improve the global search and local search ability of the algorithm.The cubic spline interpolation method is combined with PSO to smooth the path in real time.The fitness function of the algorithm is optimized.Five evaluation indexes are comprehensively considered to solve the three-demensional(3D)path planning problem of AUV in the ocean currents and internal wave environment.The proposed method improves the safety of the path planning and saves energy.展开更多
This paper presents a kind of attitude estimation algorithm based on quaternion-vector switching and square-root cubature Kalman filter for autonomous underwater vehicle(AUV).The filter formulation is based on geomagn...This paper presents a kind of attitude estimation algorithm based on quaternion-vector switching and square-root cubature Kalman filter for autonomous underwater vehicle(AUV).The filter formulation is based on geomagnetic field tensor measurement dependent on the attitude and a gyro-based model for attitude propagation. In this algorithm, switching between the quaternion and the three-component vector is done by a couple of the mathematical transformations. Quaternion is chosen as the state variable of attitude in the kinematics equation to time update, while the mean value and covariance of the quaternion are computed by the three-component vector to avoid the normalization constraint of quaternion. The square-root forms enjoy a continuous and improved numerical stability because all the resulting covariance matrices are guaranteed to stay positively semidefinite. The entire square-root cubature attitude estimation algorithm with quaternion-vector switching for the nonlinear equality constraint of quaternion is given. The numerical simulation of simultaneous swing motions in the three directions is performed to compare with the three kinds of filters and the results indicate that the proposed filter provides lower attitude estimation errors than the other two kinds of filters and a good convergence rate.展开更多
基金Project(ZR2014EEP019) supported by the Natural Science Foundation of Shandong Province,ChinaProject(51505491) supported by the National Natural Science Foundation of China
文摘As the mission needs of the autonomous underwater vehicles(AUV) have become increasingly varied and complex,the AUVs are developing in the direction of systematism, multifunction, and clustering technology, which promotes the progress of key technologies and proposes a series of technical problems. Therefore, it is necessary to make systemic analysis and in-depth study for the progress of AUV's key technologies and innovative applications. The multi-functional mission needs and its key technologies involved in complex sea conditions are pointed out through analyzing the domestic and foreign technical programs, functional characteristics and future development plans. Furthermore, the overall design of a multi-moving state AUV is proposed. Then, technical innovations of the key technologies, such as thrust vector, propeller design, kinematics and dynamics, navigation control, and ambient flow field characteristics, are made, combining with the structural characteristics and motion characteristics of the new multi-moving state AUV. The results verify the good performance of the multi-moving state AUV and provide a theoretical guidance and technical support for the design of new AUV in real complex sea conditions.
基金Supported by National High Technology Research and Development Program of China (863 Program) (2007AA809502C) National Natural Science Foundation of China (50979093) Program for New Century Excellent Talents in University (NCET-06-0877)
基金Project(2006AA09Z235)supported by the National High Technology Research and Development Program of ChinaProject(CX2009B003)supported by Hunan Provincial Innovation Foundation For Postgraduate,China
文摘Autonomous underwater vehicles (AUVs) navigating on the sea surface are usually required to complete the communication tasks in complex sea conditions. The movement forms and flow field characteristics of a multi-moving state AUV navigating in head sea at high speed were studied. The mathematical model on longitudinal motion of the high-speed AUV in head sea was established with considering the hydrodynamic lift based on strip theory, which was solved to get the heave and pitch of the AUV by Gaussian elimination method. Based on this, computational fluid dynamics (CFD) method was used to establish the mathematical model of the unsteady viscous flow around the AUV with considering free surface effort by using the Reynolds-averaged Navier-Stokes (RANS) equations, shear-stress transport (SST) k-w model and volume of fluid (VOF) model. The three-dimensional numerical wave in the computational field was realized through defining the unsteady inlet boundary condition. The motion forms of the AUV navigating in head sea at high speed were carried out by the program source code of user-defined function (UDF) based on dynamic mesh. The hydrodynamic parameters of the AUV such as drag, lift, pitch torque, velocity, pressure and wave profile were got, which reflect well the real ambient flow field of the AUV navigating in head sea at high speed. The computational wave profile agrees well with the experimental phenomenon of a wave-piercing surface vehicle. The force law of the AUV under the impacts of waves was analyzed qualitatively and quantitatively, which provides an effective theoretical guidance and technical support for the dynamics research and shape design of the AUV in real complex environnaent.
基金supported by the National Natural Science Foundation of China(5137917651179156)
文摘This paper presents a bio-inspired geomagnetic navigation method for autonomous underwater vehicle(AUV) without using any a priori geomagnetic information. Firstly, the multi-objective search problem is raised. Secondly, the geomagnetic navigation model is established by constructing a cost function. Then, by taking into consideration the biological magneto-taxis movement behavior for the geomagnetic environment stimulus, the multiobjective evolutionary search algorithm is derived to describe the search process. Finally, compared to the state-of-the-art, the proposed method presents better robustness. The simulation results demonstrate the reliability and feasibility of the proposed method.
基金Project(2006AA09Z235) supported by the National High Technology Research and Development Program of ChinaProject(CX2009B003) supported by Hunan Provincial Innovation Foundation For Postgraduates,China
文摘Autonomous underwater vehicles (AUVs) navigating in complex sea conditions usually require a strong control system to keep the fastness and stability. The nonlinear trajectory tracking control system of a new AUV in complex sea conditions was presented. According to the theory of submarines,the six-DOF kinematic and dynamic models were decomposed into two mutually non-coupled vertical and horizontal plane subsystems. Then,different sliding mode control algorithms were used to study the trajectory tracking control. Because the yaw angle and yaw angle rate rather than the displacement of the new AUV can be measured directly on the horizontal plane,the sliding mode control algorithm combining cross track error method and line of sight method was used to fulfill its high-precision trajectory tracking control in the complex sea conditions. As the vertical displacement of the new AUV can be measured,in order to achieve the tracking of time-varying depth signal,a stable sliding mode controller was designed based on the single-input multi-state system,which took into account the characteristic of the hydroplane and the amplitude and rate constraints of the hydroplane angle. Moreover,the application of dynamic boundary layer can improve the robustness and control accuracy of the system. The computational results show that the designed sliding mode control systems of the horizontal and vertical planes can ensure the trajectory tracking performance and accuracy of the new AUV in complex sea conditions. The impacts of currents and waves on the sliding mode controller of the new AUV were analyzed qualitatively and quantitatively by comparing the trajectory tracking performance of the new AUV in different sea conditions,which provides an effective theoretical guidance and technical support for the control system design of the new AUV in real complex environment.
基金supported by the National Natural Science Foundation of China (6197317561973172)Tianjin Natural Science Foundation (19JCZDJC32800)。
文摘This paper proposes a liner active disturbance rejection control(LADRC) method based on the Q-Learning algorithm of reinforcement learning(RL) to control the six-degree-of-freedom motion of an autonomous underwater vehicle(AUV).The number of controllers is increased to realize AUV motion decoupling.At the same time, in order to avoid the oversize of the algorithm, combined with the controlled content, a simplified Q-learning algorithm is constructed to realize the parameter adaptation of the LADRC controller.Finally, through the simulation experiment of the controller with fixed parameters and the controller based on the Q-learning algorithm, the rationality of the simplified algorithm, the effectiveness of parameter adaptation, and the unique advantages of the LADRC controller are verified.
文摘针对复杂水下环境中水下自主航行器(autonomous underwater vehicle,AUV)路径规划问题,提出一种改进启发式快速随机扩展树(rapidly-exploring random trees,RRT)的路径规划算法。针对路径点采样过程中缺乏目标导向性的问题,采用目标点概率偏置采样策略与目标偏向扩展策略,可使目标节点在随机采样时成为采样点。在路径点扩展过程中,使非目标采样点的扩展结点位置偏向于目标点的方向,从而增强算法在随机采样与扩展过程中的目标搜索能力。为解决水下路径规划过程中存在过多无效搜索空间的问题,在随机采样过程中引入启发式采样策略,构建包含所有初始路径的采样空间子集,减小采样空间范围,从而提高算法的空间搜索效率。针对AUV在水下环境中抗洋流扰动能力不足的问题,采用速度矢量合成法,使AUV速度矢量与洋流速度矢量合成后指向期望路径的方向,从而抵消水流的影响。在山峰地形中叠加多个Lamb涡流模拟水下流场环境,进行多次仿真实验。实验结果表明:改进启发式RRT算法解决了采样过程中随机性问题,显著缩小了搜索空间,兼顾了路径的安全性与平滑性,并使AUV具有良好的抗洋流扰动能力。
基金supported by the High-tech Ship Projects of the Ministry of Industry and Information Technology of China(2021-342).
文摘The influence of ocean environment on navigation of autonomous underwater vehicle(AUV)cannot be ignored.In the marine environment,ocean currents,internal waves,and obstacles are usually considered in AUV path planning.In this paper,an improved particle swarm optimization(PSO)is proposed to solve three problems,traditional PSO algorithm is prone to fall into local optimization,path smoothing is always carried out after all the path planning steps,and the path fitness function is so simple that it cannot adapt to complex marine environment.The adaptive inertia weight and the“active”particle of the fish swarm algorithm are established to improve the global search and local search ability of the algorithm.The cubic spline interpolation method is combined with PSO to smooth the path in real time.The fitness function of the algorithm is optimized.Five evaluation indexes are comprehensively considered to solve the three-demensional(3D)path planning problem of AUV in the ocean currents and internal wave environment.The proposed method improves the safety of the path planning and saves energy.
基金supported by the National Natural Science Foundation of China(1140503561004130+4 种基金60834005)the Natural Science Foundation of Heilongjiang Province of China(F201414)the Postdoctoral Scientific Research Developmental Fund of Heilongjiang Province(LBHQ15034)the Stable Supporting Fund of Acoustic Science and Technology Laboratory(JCKYS2019604SSJS002)the Fundamental Research Funds for the Central Universities。
文摘This paper presents a kind of attitude estimation algorithm based on quaternion-vector switching and square-root cubature Kalman filter for autonomous underwater vehicle(AUV).The filter formulation is based on geomagnetic field tensor measurement dependent on the attitude and a gyro-based model for attitude propagation. In this algorithm, switching between the quaternion and the three-component vector is done by a couple of the mathematical transformations. Quaternion is chosen as the state variable of attitude in the kinematics equation to time update, while the mean value and covariance of the quaternion are computed by the three-component vector to avoid the normalization constraint of quaternion. The square-root forms enjoy a continuous and improved numerical stability because all the resulting covariance matrices are guaranteed to stay positively semidefinite. The entire square-root cubature attitude estimation algorithm with quaternion-vector switching for the nonlinear equality constraint of quaternion is given. The numerical simulation of simultaneous swing motions in the three directions is performed to compare with the three kinds of filters and the results indicate that the proposed filter provides lower attitude estimation errors than the other two kinds of filters and a good convergence rate.