dynamic obstacle
Recently Published Documents


TOTAL DOCUMENTS

230
(FIVE YEARS 95)

H-INDEX

13
(FIVE YEARS 3)

Machines ◽  
2022 ◽  
Vol 10 (1) ◽  
pp. 50
Author(s):  
Liwei Yang ◽  
Lixia Fu ◽  
Ping Li ◽  
Jianlin Mao ◽  
Ning Guo

To further improve the path planning of the mobile robot in complex dynamic environments, this paper proposes an enhanced hybrid algorithm by considering the excellent search capability of the ant colony optimization (ACO) for global paths and the advantages of the dynamic window approach (DWA) for local obstacle avoidance. Firstly, we establish a new dynamic environment model based on the motion characteristics of the obstacles. Secondly, we improve the traditional ACO from the pheromone update and heuristic function and then design a strategy to solve the deadlock problem. Considering the actual path requirements of the robot, a new path smoothing method is present. Finally, the robot modeled by DWA obtains navigation information from the global path, and we enhance its trajectory tracking capability and dynamic obstacle avoidance capability by improving the evaluation function. The simulation and experimental results show that our algorithm improves the robot's navigation capability, search capability, and dynamic obstacle avoidance capability in unknown and complex dynamic environments.


2022 ◽  
Vol 14 (1) ◽  
pp. 168781402210742
Author(s):  
Lan Ye ◽  
Genliang Xiong ◽  
Hua Zhang ◽  
Cheng Zeng

With the wide application of redundant manipulators, sharing a working space with humans and dealing with uncertainty seems an inevitable problem, especially in the dynamic and unstructured domain. How to deal with obstacle avoidance is of particular importance that robots and humans/environments are safe interactions to fulfill the complex cooperating tasks. This paper aimed at solving the problem of multiple points avoidance for the reaction motion based on the skeleton algorithm in unstructured and dynamic environments. A method named “sensor-based skeleton modeling and MVEEs approach of the redundant manipulator for the reaction motion” is proposed. The extraction of skeleton information from image is obtained to calculate the distances of the multiple control points and establish the repulsion in this method. Afterward, the force Jacobian related to the priority weighting factors is calculated and then a reaction force with damping term is established, which is corresponding nominal torque commands. For the redundant manipulator, the joint angles are obtained through torque iteration instead of inverse kinematics to reduce calculation cost. Finally, the method was tested by a 7-DOF manipulator in the ROS framework. The obtained results indicate that the method in this method can realize dynamic obstacle avoidance and time cost reduction.


2022 ◽  
Vol 2146 (1) ◽  
pp. 012030
Author(s):  
Juan Guo

Abstract With the rapid development of computer technology, the importance of database systems as an indispensable part of information systems is becoming more and more prominent. And nowadays, the society has been increasingly using modern means to program databases. Database is a large and complex, huge amount of data and has a certain structure and independence of the important system, its programming requires certain technical means, the author will be in the text for the database programming involved in the key technology to explain.


2022 ◽  
Vol 2146 (1) ◽  
pp. 012024
Author(s):  
Wei Qi ◽  
Chun Ying ◽  
Sheng Yong ◽  
Guizhi Zhao ◽  
Lihua Wang

Abstract With the development and popularization of computer artificial intelligence technology, more and more intelligent machines are gradually produced. These intelligent machines have brought great convenience to people’s lives. This paper studies the control method of snake robot based on environment adaptability, which mainly explains the construction and stability of multi-modal CPG model. In addition, this paper also studies the trajectory tracking and dynamic obstacle avoidance of mobile robot based on deep learning.


2021 ◽  
Vol 16 ◽  
Author(s):  
Hongxin Zhang ◽  
Jiaming Li ◽  
Rongzijun Shu ◽  
Hongyu Wang ◽  
Guangsen Li

Background: With the development of robotics, more and more robots are used in manufacturing. However, in actual work, safety accidents happen to robots from time to time. How to ensure the safe operation of robots in a limited and complex working environment is the key to improve robot technology. Therefore, it is of great significance to study the dynamic obstacle avoidance of robots in complex environment for improving the intelligence and safety of robots, and the application of human-robot collaboration. Objective: The primary purpose of this paper is to improve the traditional artificial potential field method, including he disadvantages that the improved target is inaccessible and easily plunged into local optimal solution of the drawback of the improved method, second. Secondly, the background difference method based on binocular vision and Kalman filtering algorithm, and the environmental map containing the static and dynamic obstacles is obtained. After obtaining the position information of static and dynamic obstacles, the robot arm can make good use of the improved artificial potential field method to plan its own trajectory, thus realizing the dynamic obstacle avoidance of the robot arm in complex environment. Methodology: The background difference method and the Kalman filtering algorithm based on binocular vision were introduced to track the dynamic obstacles, and the improved artificial potential field method for path planning was applied to the dynamic obstacle avoidance path planning of the manipulator. Finally, the simulation and experimental results show that under the complex environment with dynamic obstacles exist, robot arm can realize independent dynamic obstacle avoidance. Results: By using background difference method and Kalman filtering algorithm to track the target in real time, the result showed that the target could be detected and tracked well. By improving the defect that the traditional artificial potential field method is easy to fall into local optimum, the improved algorithm can well realize the dynamic obstacle avoidance of the manipulator. Conclusions: For the development requirements of the industrial robots in the future, this paper based on binocular vision, which can make the manipulator realize more intelligent industrial production activities in complex working environment, meet the needs of future industrial development, and make this technology play an important role in production activities.


Sensors ◽  
2021 ◽  
Vol 21 (24) ◽  
pp. 8312
Author(s):  
Jiafeng Wu ◽  
Xianghua Ma ◽  
Tongrui Peng ◽  
Haojie Wang

In recent decades, the Timed Elastic Band (TEB) algorithm is widely used for the AGV local path panning because of its convenient and efficiency. However, it may make a local detour when encountering a curve turn and cause excessive energy consumption. To solve this problem, this paper proposed an improved TEB algorithm to make the AGV walk along the wall when turning, which shortens the planning time and saves energy. Experiments were implemented in the Rviz visualization tool platform of the robot operating system (ROS). Simulated experiment results reflect that an amount of 5% reduction in the planning time has been achieved and the velocity curve implies that the operation was relatively smooth. Practical experiment results demonstrate the effectiveness and feasibility of the proposed method that the robots can avoid obstacles smoothly in the unknown static and dynamic obstacle environment.


2021 ◽  
Vol 11 (22) ◽  
pp. 10689
Author(s):  
Alejandra Molina-Leal ◽  
Alfonso Gómez-Espinosa ◽  
Jesús Arturo Escobedo Cabello ◽  
Enrique Cuan-Urquizo ◽  
Sergio R Cruz-Ramírez

Autonomous mobile robots are an important focus of current research due to the advantages they bring to the industry, such as performing dangerous tasks with greater precision than humans. An autonomous mobile robot must be able to generate a collision-free trajectory while avoiding static and dynamic obstacles from the specified start location to the target location. Machine learning, a sub-field of artificial intelligence, is applied to create a Long Short-Term Memory (LSTM) neural network that is implemented and executed to allow a mobile robot to find the trajectory between two points and navigate while avoiding a dynamic obstacle. The input of the network is the distance between the mobile robot and the obstacles thrown by the LiDAR sensor, the desired target location, and the mobile robot’s location with respect to the odometry reference frame. Using the model to learn the mapping between input and output in the sample data, the linear and angular velocity of the mobile robot are obtained. The mobile robot and its dynamic environment are simulated in Gazebo, which is an open-source 3D robotics simulator. Gazebo can be synchronized with ROS (Robot Operating System). The computational experiments show that the network model can plan a safe navigation path in a dynamic environment. The best test accuracy obtained was 99.24%, where the model can generalize other trajectories for which it was not specifically trained within a 15 cm radius of a trained destination position.


Author(s):  
Rodrigo Villalvazo-Covian ◽  
Marlen Meza-Sanchez ◽  
Eddie Clemente ◽  
M. C. Rodriguez-Linan ◽  
Luis Monay-Arredondo ◽  
...  

Sign in / Sign up

Export Citation Format

Share Document