scholarly journals UAV Obstacle Avoidance Algorithm to Navigate in Dynamic Building Environments

Drones ◽  
2022 ◽  
Vol 6 (1) ◽  
pp. 16
Author(s):  
Enrique Aldao ◽  
Luis M. González-deSantos ◽  
Humberto Michinel ◽  
Higinio González-Jorge

In this work, a real-time collision avoidance algorithm was presented for autonomous navigation in the presence of fixed and moving obstacles in building environments. The current implementation is designed for autonomous navigation between waypoints of a predefined flight trajectory that would be performed by an UAV during tasks such as inspections or construction progress monitoring. It uses a simplified geometry generated from a point cloud of the scenario. In addition, it also employs information from 3D sensors to detect and position obstacles such as people or other UAVs, which are not registered in the original cloud. If an obstacle is detected, the algorithm estimates its motion and computes an evasion path considering the geometry of the environment. The method has been successfully tested in different scenarios, offering robust results in all avoidance maneuvers. Execution times were measured, demonstrating that the algorithm is computationally feasible to be implemented onboard an UAV.

2021 ◽  
Vol 9 (4) ◽  
pp. 405
Author(s):  
Raphael Zaccone

While collisions and groundings still represent the most important source of accidents involving ships, autonomous vessels are a central topic in current research. When dealing with autonomous ships, collision avoidance and compliance with COLREG regulations are major vital points. However, most state-of-the-art literature focuses on offline path optimisation while neglecting many crucial aspects of dealing with real-time applications on vessels. In the framework of the proposed motion-planning, navigation and control architecture, this paper mainly focused on optimal path planning for marine vessels in the perspective of real-time applications. An RRT*-based optimal path-planning algorithm was proposed, and collision avoidance, compliance with COLREG regulations, path feasibility and optimality were discussed in detail. The proposed approach was then implemented and integrated with a guidance and control system. Tests on a high-fidelity simulation platform were carried out to assess the potential benefits brought to autonomous navigation. The tests featured real-time simulation, restricted and open-water navigation and dynamic scenarios with both moving and fixed obstacles.


Author(s):  
Tasher Ali Sheikh ◽  
Swacheta Dutta ◽  
Smriti Baruah ◽  
Pooja Sharma ◽  
Sahadev Roy

The concept of path planning and collision avoidance are two of the most common theories applied for designing and developing in advanced autonomous robotics applications. NI LabView makes it possible to implement real-time processor for obstacle avoidance. The obstacle avoidance strategy ensures that the robot whenever senses the obstacle stops without being collided and moves freely when path is free, but sometimes there exists a probability that once the path is found free and the robot starts moving, then within a fraction of milliseconds, the robot again sense the obstacle and it stops. This continuous swing of stop and run within a very small period of time may cause heavy burden on the system leading to malfunctioning of the components of the system. This paper deals with overcoming this drawback in a way that even after the robot calculates the path is free then also it will wait for a specific amount of time before running it. So as to confirm that if again the sensor detects the obstacle within that specified period then robot don’t need to transit its state suddenly thus avoiding continuous transition of run and stop. Thus it reduces the heavy burden on the system.


Author(s):  
Aatish Chandak ◽  
Arjun Aravind ◽  
Nithin Kamath

The methods for autonomous navigation of a robot in a real world environment is an area of interest for current researchers. Although there have been a variety of models developed, there are problems with regards to the integration of sensors for navigation in an outdoor environment like moving obstacles, sensor and component accuracy. This paper details an attempt to develop an autonomous robot prototype using only ultrasonic sensors for sensing the environment and GPS/ GSM and a digital compass for position and localization. An algorithm for the navigation based on reactive behaviour is presented. Once the robot has navigated to its final location based on remote access by the owner, it surveys the geographical region and uploads the real time images to the owner using an API that is developed for the Raspberry PI’s kernel.


Agriculture ◽  
2021 ◽  
Vol 11 (10) ◽  
pp. 954
Author(s):  
Abhijeet Ravankar ◽  
Ankit A. Ravankar ◽  
Arpit Rawankar ◽  
Yohei Hoshino

In recent years, autonomous robots have extensively been used to automate several vineyard tasks. Autonomous navigation is an indispensable component of such field robots. Autonomous and safe navigation has been well studied in indoor environments and many algorithms have been proposed. However, unlike structured indoor environments, vineyards pose special challenges for robot navigation. Particularly, safe robot navigation is crucial to avoid damaging the grapes. In this regard, we propose an algorithm that enables autonomous and safe robot navigation in vineyards. The proposed algorithm relies on data from a Lidar sensor and does not require a GPS. In addition, the proposed algorithm can avoid dynamic obstacles in the vineyard while smoothing the robot’s trajectories. The curvature of the trajectories can be controlled, keeping a safe distance from both the crop and the dynamic obstacles. We have tested the algorithm in both a simulation and with robots in an actual vineyard. The results show that the robot can safely navigate the lanes of the vineyard and smoothly avoid dynamic obstacles such as moving people without abruptly stopping or executing sharp turns. The algorithm performs in real-time and can easily be integrated into robots deployed in vineyards.


Sensors ◽  
2020 ◽  
Vol 20 (15) ◽  
pp. 4082 ◽  
Author(s):  
Zhengjun Qiu ◽  
Nan Zhao ◽  
Lei Zhou ◽  
Mengcen Wang ◽  
Liangliang Yang ◽  
...  

Using intelligent agricultural machines in paddy fields has received great attention. An obstacle avoidance system is required with the development of agricultural machines. In order to make the machines more intelligent, detecting and tracking obstacles, especially the moving obstacles in paddy fields, is the basis of obstacle avoidance. To achieve this goal, a red, green and blue (RGB) camera and a computer were used to build a machine vision system, mounted on a transplanter. A method that combined the improved You Only Look Once version 3 (Yolov3) and deep Simple Online and Realtime Tracking (deep SORT) was used to detect and track typical moving obstacles, and figure out the center point positions of the obstacles in paddy fields. The improved Yolov3 has 23 residual blocks and upsamples only once, and has new loss calculation functions. Results showed that the improved Yolov3 obtained mean intersection over union (mIoU) score of 0.779 and was 27.3% faster in processing speed than standard Yolov3 on a self-created test dataset of moving obstacles (human and water buffalo) in paddy fields. An acceptable performance for detecting and tracking could be obtained in a real paddy field test with an average processing speed of 5–7 frames per second (FPS), which satisfies actual work demands. In future research, the proposed system could support the intelligent agriculture machines more flexible in autonomous navigation.


Robotica ◽  
2009 ◽  
Vol 27 (2) ◽  
pp. 189-198 ◽  
Author(s):  
Farbod Fahimi ◽  
C. Nataraj ◽  
Hashem Ashrafiuon

SUMMARYAn efficient, simple, and practical real time path planning method for multiple mobile robots in dynamic environments is introduced. Harmonic potential functions are utilized along with the panel method known in fluid mechanics. First, a complement to the traditional panel method is introduced to generate a more effective harmonic potential field for obstacle avoidance in dynamically changing environments. Second, a group of mobile robots working in an environment containing stationary and moving obstacles is considered. Each robot is assigned to move from its current position to a goal position. The group is not forced to maintain a formation during the motion. Every robot considers the other robots of the group as moving obstacles and hence the physical dimensions of the robots are also taken into account. The path of each robot is planned based on the changing position of the other robots and the position of stationary and moving obstacles. Finally, the effectiveness of the scheme is shown by modeling an arbitrary number of mobile robots and the theory is validated by several computer simulations and hardware experiments.


2018 ◽  
Vol 7 (4.11) ◽  
pp. 179 ◽  
Author(s):  
M. R. Shahrin ◽  
F. H. Hashim ◽  
W. M.D.W. Zaki ◽  
A. Hussain ◽  
T. T. Raj

Most 3D scanners are heavy, bulky and costly. These are the major factors that make them irrelevant to be attached to a drone for autonomous navigation. With modern technologies, it is possible to design a simple 3D scanner for autonomous navigation. The objective of this study is to design a cost effective 3D indoor mapping system using a 2D light detection and ranging (LiDAR) sensor for a drone. This simple 3D scanner is realised using a LiDAR sensor together with two servo motors to create the azimuth and elevation axes. An Arduino Uno is used as the interface between the scanner and computer for the real-time communication via serial port. In addition, an open source Point-Cloud Tool software is used to test and view the 3D scanner data. To study the accuracy and efficiency of the system, the LiDAR sensor data from the scanner is obtained in real-time in point-cloud form. The experimental results proved that the proposed system can perform the 2D and 3D scans with tolerable performance.  


Sign in / Sign up

Export Citation Format

Share Document