scholarly journals A Nonlinear UAV Control Tuning Under Communication Delay using HPC Strategies in Parameters Space

2021 ◽  
Author(s):  
Leonardo Fagundes-Junior ◽  
Michael Canesche ◽  
Ricardo Ferreira ◽  
Alexandre Brandão

In practical applications, the presence of delays can deteriorate the performance of the control system or even cause plant instability. However, by properly controlling these delays, it is possible to improve the performance of the mechanism. The present work is based on a proposal to analyze the asymptotic stability and convergence of a quadrotor robot, an unmanned aerial vehicle (UAV), on the performance of a given task, under time delay in the data flow. The effects of the communication delay problem, as well as the response-signal behavior of the quadrotors in the accomplishment of positioning mission are presented and analyzed from the insertion of fixed time delay intervals in the UAVs' data collected by its sensors system. Due to the large search space in the set of parameter combinations and the high computational cost required to perform such an analysis by sequentially executing thousands of simulations, this work proposes an open source GPU-based implementation to simulate the robot behavior. Experimental results show a speedup up to 4900x in comparison to MATLAB® implementation. The implement is available in Colab Google platform.

2020 ◽  
Author(s):  
Lídia Rocha ◽  
Kelen Vivaldini

Unmanned Aerial Vehicle (UAV) has been increasingly employed in several missions with a pre-defined path. Over the years, UAV has become necessary in complex environments, where it demands high computational cost and execution time for traditional algorithms. To solve this problem meta-heuristic algorithms are used. Meta-heuristics are generic algorithms to solve problems without having to describe each step until the result and search for the best possible answer in an acceptable computational time. The simulations are made in Python, with it, a statistical analyses was realized based on execution time and path length between algorithms Particle Swarm Optimization (PSO), Grey Wolf Optimization (GWO) and Glowworm Swarm Optimization (GSO). Despite the GWO returns the paths in a shorter time, the PSO showed better performance with similar execution time and shorter path length. However, the reliability of the algorithms will depend on the size of the environment. PSO is less reliable in large environments, while the GWO maintains the same reliability.


Author(s):  
MARIA TRUJILLO ◽  
EBROUL IZQUIERDO

A robust and efficient approach to estimate the fundamental matrix is proposed. The main goal is to reduce the computational cost involved in the estimation when robust schemas are applied. The backbone of the proposed technique is the conventional Least Median of Squares (LMedS) technique. It is well known that the LMedS is one of the most robust regressors for highly contaminated data and unstable models. Unfortunately, its computational complexity renders it useless for practical applications. To overcome this problem, a small number of low-dimensionality least-square problems are solved using well-selected subsets from the input data. The results of this initial approach are fed into the LMedS schema, which is applied to recover the final estimation of the Fundamental matrix. The complexity is substantially reduced by applying a selection process based on an effective statistical analysis of the inherent correlation of the input data. This analysis is used to define a suitable clustering of the data and to drive the subset selection aiming at the reduction of the search space in the LMedS schema. It is shown that avoiding redundancies better estimates can be obtained while keeping the computational cost low. Selected results of computer experiments were conducted to assess the performance of the proposed technique.


2018 ◽  
Author(s):  
Roohollah Noori ◽  
Mehrnaz Dodangeh ◽  
Ronny Berndtsson ◽  
Farhad Hooshyaripor ◽  
Jan Franklin Adamowski ◽  
...  

Abstract. Please Numerical groundwater quality models (GQMs) often run at high computational cost resulting in long simulation times and complex parameter calibration that limit their practical applications. In this study, a novel reduced-order model (ROM) was developed for nitrate simulation in groundwater including a simple structure and with similar accuracy as more extensive GQMs. The proposed methodology for the development of ROM presents a solution for the problem in ROMs developed with eigenvectors, to make predictions into the future. The model performance was investigated by simulation of nitrate in the Karaj Aquifer, Iran. The dominant modes of spatiotemporal variation of nitrate during a five-year period was calculated by the model. The results revealed an excellent agreement between nitrate simulated by the ROM and the well-known Modular Transport 3D Multi Species (MT3DMS). The absolute error between the ROM and the MT3DMS was less than 0.5 mg/l in the most parts of the aquifer. Thus, results confirm that the use of ROM has advantages through a much simpler structure and shorter calculation times. Observed spatiotemporal variation of nitrate in the aquifer was well represented by the ROM simulations. The simplicity of the model makes it highly interesting also to other water resources problems.


2020 ◽  
Vol 17 (5) ◽  
pp. 172988142094047
Author(s):  
Wei Shang ◽  
Shichao Hu ◽  
Xiao Li ◽  
Xikai Tu

A fixed time robust control method is presented for trajectory tracking control of quadrotor systems with motor dynamics in the presence of unmodeled disturbances and external disturbances. The recommended control method avoids the negative effect to the quadrotor system caused by motor dynamic which is considered as first-order dynamic with dynamic disturbance. And fixed time extended state observer is adopted to estimate the composite disturbances and obtain the first and second derivative of desired trajectory and virtual control. Together with fixed time convergence control method, the stability and convergence characteristics of quadrotor system can be guaranteed. Finally, several simulations prove the effectiveness of the novel method with different time constants of motor dynamics.


2021 ◽  
Vol 8 ◽  
Author(s):  
Luca Rossini ◽  
Enrico Mingo Hoffman ◽  
Arturo Laurenzi ◽  
Nikos G. Tsagarakis

Most of the locomotion and contact planners for multi-limbed robots rely on a reduction of the search space to improve the performance of their algorithm. Posture generation plays a fundamental role in these types of planners providing a collision-free, statically stable whole-body posture, projected onto the planned contacts. However, posture generation becomes particularly tedious for complex robots moving in cluttered environments, in which feasibility can be hard to accomplish. In this work, we take advantage of the kinematic structure of a multi-limbed robot to present a posture generator based on hierarchical inverse kinematics and contact force optimization, called the null-space posture generator (NSPG), able to efficiently satisfy the aforementioned requisites in short times. A new configuration of the robot is produced through conservatively altering a given nominal posture exploiting the null-space of the contact manifold, satisfying geometrical and kinetostatics constraints. This is achieved through an adaptive random velocity vector generator that lets the robot explore its workspace. To prove the validity and generality of the proposed method, simulations in multiple scenarios are reported employing different robots: a wheeled-legged quadruped and a biped. Specifically, it is shown that the NSPG is particularly suited in complex cluttered scenarios, in which linear collision avoidance and stability constraints may be inefficient due to the high computational cost. In particular, we show an improvement of performances being our method able to generate twice feasible configurations in the same period. A comparison with previous methods has been carried out collecting the obtained results which highlight the benefits of the NSPG. Finally, experiments with the CENTAURO platform, developed at Istituto Italiano di Tecnologia, are carried out showing the applicability of the proposed method to a real corridor scenario.


2012 ◽  
Vol 2 (1) ◽  
pp. 7-9 ◽  
Author(s):  
Satinderjit Singh

Median filtering is a commonly used technique in image processing. The main problem of the median filter is its high computational cost (for sorting N pixels, the temporal complexity is O(N·log N), even with the most efficient sorting algorithms). When the median filter must be carried out in real time, the software implementation in general-purpose processorsdoes not usually give good results. This Paper presents an efficient algorithm for median filtering with a 3x3 filter kernel with only about 9 comparisons per pixel using spatial coherence between neighboring filter computations. The basic algorithm calculates two medians in one step and reuses sorted slices of three vertical neighboring pixels. An extension of this algorithm for 2D spatial coherence is also examined, which calculates four medians per step.


1995 ◽  
Vol 32 (2) ◽  
pp. 95-103
Author(s):  
José A. Revilla ◽  
Kalin N. Koev ◽  
Rafael Díaz ◽  
César Álvarez ◽  
Antonio Roldán

One factor in determining the transport capacity of coastal interceptors in Combined Sewer Systems (CSS) is the reduction of Dissolved Oxygen (DO) in coastal waters originating from the overflows. The study of the evolution of DO in coastal zones is complex. The high computational cost of using mathematical models discriminates against the required probabilistic analysis being undertaken. Alternative methods, based on such mathematical modelling, employed in a limited number of cases, are therefore needed. In this paper two alternative methods are presented for the study of oxygen deficit resulting from overflows of CSS. In the first, statistical analyses focus on the causes of the deficit (the volume discharged). The second concentrates on the effects (the concentrations of oxygen in the sea). Both methods have been applied in a study of the coastal interceptor at Pasajes Estuary (Guipúzcoa, Spain) with similar results.


Mathematics ◽  
2021 ◽  
Vol 9 (8) ◽  
pp. 891
Author(s):  
Aurea Grané ◽  
Alpha A. Sow-Barry

This work provides a procedure with which to construct and visualize profiles, i.e., groups of individuals with similar characteristics, for weighted and mixed data by combining two classical multivariate techniques, multidimensional scaling (MDS) and the k-prototypes clustering algorithm. The well-known drawback of classical MDS in large datasets is circumvented by selecting a small random sample of the dataset, whose individuals are clustered by means of an adapted version of the k-prototypes algorithm and mapped via classical MDS. Gower’s interpolation formula is used to project remaining individuals onto the previous configuration. In all the process, Gower’s distance is used to measure the proximity between individuals. The methodology is illustrated on a real dataset, obtained from the Survey of Health, Ageing and Retirement in Europe (SHARE), which was carried out in 19 countries and represents over 124 million aged individuals in Europe. The performance of the method was evaluated through a simulation study, whose results point out that the new proposal solves the high computational cost of the classical MDS with low error.


Author(s):  
Seyede Vahide Hashemi ◽  
Mahmoud Miri ◽  
Mohsen Rashki ◽  
Sadegh Etedali

This paper aims to carry out sensitivity analyses to study how the effect of each design variable on the performance of self-centering buckling restrained brace (SC-BRB) and the corresponding buckling restrained brace (BRB) without shape memory alloy (SMA) rods. Furthermore, the reliability analyses of BRB and SC-BRB are performed in this study. Considering the high computational cost of the simulation methods, three Meta-models including the Kriging, radial basis function (RBF), and polynomial response surface (PRSM) are utilized to construct the surrogate models. For this aim, the nonlinear dynamic analyses are conducted on both BRB and SC-BRB by using OpenSees software. The results showed that the SMA area, SMA length ratio, and BRB core area have the most effect on the failure probability of SC-BRB. It is concluded that Kriging-based Monte Carlo Simulation (MCS) gives the best performance to estimate the limit state function (LSF) of BRB and SC-BRB in the reliability analysis procedures. Considering the effects of changing the maximum cyclic loading on the failure probability computation and comparison of the failure probability for different LSFs, it is also found that the reliability indices of SC-BRB were always higher than the corresponding reliability indices determined for BRB which confirms the performance superiority of SC-BRB than BRB.


2021 ◽  
pp. 1-13
Author(s):  
Jonghyuk Kim ◽  
Jose Guivant ◽  
Martin L. Sollie ◽  
Torleiv H. Bryne ◽  
Tor Arne Johansen

Abstract This paper addresses the fusion of the pseudorange/pseudorange rate observations from the global navigation satellite system and the inertial–visual simultaneous localisation and mapping (SLAM) to achieve reliable navigation of unmanned aerial vehicles. This work extends the previous work on a simulation-based study [Kim et al. (2017). Compressed fusion of GNSS and inertial navigation with simultaneous localisation and mapping. IEEE Aerospace and Electronic Systems Magazine, 32(8), 22–36] to a real-flight dataset collected from a fixed-wing unmanned aerial vehicle platform. The dataset consists of measurements from visual landmarks, an inertial measurement unit, and pseudorange and pseudorange rates. We propose a novel all-source navigation filter, termed a compressed pseudo-SLAM, which can seamlessly integrate all available information in a computationally efficient way. In this framework, a local map is dynamically defined around the vehicle, updating the vehicle and local landmark states within the region. A global map includes the rest of the landmarks and is updated at a much lower rate by accumulating (or compressing) the local-to-global correlation information within the filter. It will show that the horizontal navigation error is effectively constrained with one satellite vehicle and one landmark observation. The computational cost will be analysed, demonstrating the efficiency of the method.


Sign in / Sign up

Export Citation Format

Share Document