468 research outputs found

    Novel metaheuristic hybrid spiral-dynamic bacteria-chemotaxis algorithms for global optimisation

    Get PDF
    © 2014 Elsevier B.V. All rights reserved. This paper presents hybrid spiral-dynamic bacteria-chemotaxis algorithms for global optimisation and their application to control of a flexible manipulator system. Spiral dynamic algorithm (SDA) has faster convergence speed and good exploitation strategy. However, the incorporation of constant radius and angular displacement in its spiral model causes the exploration strategy to be less effective hence resulting in low accurate solution. Bacteria chemotaxis on the other hand, is the most prominent strategy in bacterial foraging algorithm. However, the incorporation of a constant step-size for the bacteria movement affects the algorithm performance. Defining a large step-size results in faster convergence speed but produces low accuracy while de.ning a small step-size gives high accuracy but produces slower convergence speed. The hybrid algorithms proposed in this paper synergise SDA and bacteria chemotaxis and thus introduce more effective exploration strategy leading to higher accuracy, faster convergence speed and low computation time. The proposed algorithms are tested with several benchmark functions and statistically analysed via nonparametric Friedman and Wilcoxon signed rank tests as well as parametric t-test in comparison to their predecessor algorithms. Moreover, they are used to optimise hybrid Proportional-Derivative-like fuzzy-logic controller for position tracking of a flexible manipulator system. The results show that the proposed algorithms significantly improve both convergence speed as well as fitness accuracy and result in better system response in controlling the flexible manipulator

    Robust contact force controller for slip prevention in a robotic gripper

    Get PDF
    Grasping a soft or fragile object requires the use of minimum contact force to prevent damage or deformation. Without precise knowledge of object parameters, real-time feedback control must be used with a suitable slip sensor to regulate the contact force and prevent slip. Furthermore, the controller must be designed to have good performance characteristics to rapidly modulate the fingertip contact force in response to a slip event. In this paper, a fuzzy sliding mode controller combined with a disturbance observer is proposed for contact force control and slip prevention. The controller is based on a system model that is suitable for a wide class of robotic gripper configurations. The robustness of the controller is evaluated through both simulation and experiment. The control scheme was found to be effective and robust to parameter uncertainty. When tested on a real system, however, chattering phenomena, well known to sliding mode research, was induced by the unmodelled suboptimal components of the system (filtering, backlash, and time delays), and the controller performance was reduced

    Evolutionary and Reinforcement Fuzzy Control

    Get PDF
    Many modern and classical techniques exist for the design of control systems. However, many real world applications are inherently complex and the application of traditional design and control techniques is limited. In addition, no single design method exists which can be applied to all types of system. Due to this 'deficiency', recent years have seen an exponential increase in the use of methods loosely termed 'computational intelligent techniques' or 'soft- computing techniques'. Such techniques tend to solve problems using a population of individual elements or potential solutions or the flexibility of a network as opposed to using a rigid, single point of computing. Through use of computational redundancies, soft-computing allows unmatched tractability in practical problem solving. The intelligent paradigm most successfully applied to control engineering, is that of fuzzy logic in the form of fuzzy control. The motivation of using fuzzy control is twofold. First, it allows one to incorporate heuristics into the control strategy, such as the model operator actions. Second, it allows nonlinearities to be defined in an intuitive way using rules and interpolations. Although it is an attractive tool, there still exist many problems to be solved in fuzzy control. To date most applications have been limited to relatively simple problems of low dimensionality. This is primarily due to the fact that the design process is very much a trial and error one and is heavily dependent on the quality of expert knowledge provided by the operator. In addition, fuzzy control design is virtually ad hoc, lacking a systematic design procedure. Other problems include those associated with the curse of dimensionality and the inability to learn and improve from experience. While much work has been carried out to alleviate most of these difficulties, there exists a lack of drive and exploration in the last of these points. The objective of this thesis is to develop an automated, systematic procedure for optimally learning fuzzy logic controllers (FLCs), which provides for autonomous and simple implementations. In pursuit of this goal, a hybrid method is to combine the advantages artificial neural networks (ANNs), evolutionary algorithms (EA) and reinforcement learning (RL). This overcomes the deficiencies of conventional EAs that may omit representation of the region within a variable's operating range and that do not in practice achieve fine learning. This method also allows backpropagation when necessary or feasible. It is termed an Evolutionary NeuroFuzzy Learning Intelligent Control technique (ENFLICT) model. Unlike other hybrids, ENFLICT permits globally structural learning and local offline or online learning. The global EA and local neural learning processes should not be separated. Here, the EA learns and optimises the ENFLICT structure while ENFLICT learns the network parameters. The EA used here is an improved version of a technique known as the messy genetic algorithm (mGA), which utilises flexible cellular chromosomes for structural optimisation. The properties of the mGA as compared with other flexible length EAs, are that it enables the addressing of issues such as the curse of dimensionality and redundant genetic information. Enhancements to the algorithm are in the coding and decoding of the genetic information to represent a growing and shrinking network; the defining of the network properties such as neuron activation type and network connectivity; and that all of this information is represented in a single gene. Another step forward taken in this thesis on neurofuzzy learning is that of learning online. Online in this case refers to learning unsupervised and adapting to real time system parameter changes. It is much more attractive because the alternative (supervised offline learning) demands quality learning data which is often expensive to obtain, and unrepresentative of and inaccurate about the real environment. First, the learning algorithm is developed for the case of a given model of the system where the system dynamics are available or can be obtained through, for example, system identification. This naturally leads to the development of a method for learning by directly interacting with the environment. The motivation for this is that usually real world applications tend to be large and complex, and obtaining a mathematical model of the plant is not always possible. For this purpose the reinforcement learning paradigm is utilised, which is the primary learning method of biological systems, systems that can adapt to their environment and experiences, in this thesis, the reinforcement learning algorithm is based on the advantage learning method and has been extended to deal with continuous time systems and online implementations, and which does not use a lookup table. This means that large databases containing the system behaviour need not be constructed, and the procedure can work online where the information available is that of the immediate situation. For complex systems of higher order dimensions, and where identifying the system model is difficult, a hierarchical method has been developed and is based on a hybrid of all the other methods developed. In particular, the procedure makes use of a method developed to work directly with plant step response, thus avoiding the need for mathematical model fitting which may be time-consuming and inaccurate. All techniques developed and contributions in the thesis are illustrated by several case studies, and are validated through simulations

    Modelling and intelligent control of double-link flexible robotic manipulator

    Get PDF
    The use of robotic manipulator with multi-link structure has a great influence in most of the current industries. However, controlling the motion of multi-link manipulator has become a challenging task especially when the flexible structure is used. Currently, the system utilizes the complex mathematics to solve desired hub angle with the coupling effect and vibration in the system. Thus, this research aims to develop a dynamic system and controller for double-link flexible robotics manipulator (DLFRM) with the improvement on hub angle position and vibration suppression. A laboratory sized DLFRM moving in horizontal direction is developed and fabricated to represent the actual dynamics of the system. The research utilized neural network as the model estimation. Results indicated that the identification of the DLFRM system using multi-layer perceptron (MLP) outperformed the Elman neural network (ENN). In the controllers’ development, this research focuses on two main parts namely fixed controller and adaptive controller. In fixed controller, the metaheuristic algorithms known as Particle Swarm Optimization (PSO) and Artificial Bees Colony (ABC) were utilized to find optimum value of PID controller parameter to track the desired hub angle and supress the vibration based on the identified models obtained earlier. For the adaptive controller, self-tuning using iterative learning algorithm (ILA) was implemented to adapt the controller parameters to meet the desired performances when there were changes to the system. It was observed that self-tuning using ILA can track the desired hub angle and supress the vibration even when payload was added to the end effector of the system. In contrast, the fixed controller degraded when added payload exceeds 20 g. The performance of these control schemes was analysed separately via real-time PC-based control. The behaviour of the system response was observed in terms of trajectory tracking and vibration suppression. As a conclusion, it was found that the percentage of improvement achieved experimentally by the self-tuning controller over the fixed controller (PID-PSO) for settling time are 3.3 % and 3.28 % of each link respectively. The steady state errors of links 1 and 2 are improved by 91.9 % and 66.7 % respectively. Meanwhile, the vibration suppression for links 1 and 2 are improved by 76.7 % and 67.8 % respectively

    Design, analysis and fabrication of an articulated mobile manipulator

    Get PDF
    The process involved in designing, fabricating and analysing a mobile robotic manipulator to carry out pick and place task in a dynamic and unknown environment has been explained here. The manipulator designed and fabricated has a 5 – axis articulated arm for pick and place application but also can be reconfigured to do other tasks. The manipulator is built with its driving or power means fitted at the bottom to distribute the load effectively and also make handling easier. The mobile platform employs a novel suspension system which helps in relatively distributing the load equally to all wheels regardless of the wheels position giving the mobile platform better control and stability. With reference to many available manipulators and mobile platforms in the market, a practical design is perceived using designing tools and a fully functional prototype is fabricated. The kinematic model determining the end effector’s position and orientation is analysed systematically and presented. Navigational controls are built using fuzzy logic and genetic algorithm with the help of the sensors’ information so that the robot can negotiate obstacle while carrying out various tasks in an unknown environment. The path tracking for pick-and-place application is the overall target of this industrial manipulator

    A graph-theory-based C-space path planner for mobile robotic manipulators in close-proximity environments

    Get PDF
    In this thesis a novel guidance method for a 3-degree-of-freedom robotic manipulator arm in 3 dimensions for Improvised Explosive Device (IED) disposal has been developed. The work carried out in this thesis combines existing methods to develop a technique that delivers advantages taken from several other guidance techniques. These features are necessary for the IED disposal application. The work carried out in this thesis includes kinematic and dynamic modelling of robotic manipulators, T-space to C-space conversion, and path generation using Graph Theory to produce a guidance technique which can plan a safe path through a complex unknown environment. The method improves upon advantages given by other techniques in that it produces a suitable path in 3-dimensions in close-proximity environments in real time with no a priori knowledge of the environment, a necessary precursor to the application of this technique to IED disposal missions. To solve the problem of path planning, the thesis derives the kinematics and dynamics of a robotic arm in order to convert the Euclidean coordinates of measured environment data into C-space. Each dimension in C-space is one control input of the arm. The Euclidean start and end locations of the manipulator end effector are translated into C-space. A three-dimensional path is generated between them using Dijkstra’s Algorithm. The technique allows for a single path to be generated to guide the entire arm through the environment, rather than multiple paths to guide each component through the environment. The robotic arm parameters are modelled as a quasi-linear parameter varying system. As such it requires gain scheduling control, thus allowing compensation of the non-linearities in the system. A Genetic Algorithm is applied to tune a set of PID controllers for the dynamic model of the manipulator arm so that the generated path can then be followed using a conventional path-following algorithm. The technique proposed in this thesis is validated using numerical simulations in order to determine its advantages and limitations

    Development of an assisted-teleoperation system for a dual-manipulator nuclear decommissioning robot

    Get PDF
    This thesis concerns a robotic platform that is being used for research into assisted tele–operation for common nuclear decommissioning tasks, such as remote handling and pipe cutting. The machine consists of dual, seven–function, hydraulically actuated HYDROLEK manipulators mounted (in prior research) on a mobile BROKK base unit. Whilst the original system was operated by remote control, the present thesis focusses on the development of a visual servoing system, in which the user selects the object of interest from an on–screen image, whilst the computer control system determines and implements via feedback control the required position and orientation of the manipulators. Novel research contributions are made in three main areas: (i) the development of a detailed mechanistic model of the system; (ii) the development and preliminary testing in the laboratory of the new assisted–teleoperation user interface; and (iii) the development of improved control systems for joint angle set point tracking, and their systematic, quantitative comparison via simulation and experiment. The mechanistic model builds on previous work, while the main novelty in this thesis relates to the hydraulic component of the model, and the development and evaluation of a multi–objective genetic algorithm framework to identify the unknown parameter values. To improve on the joystick direct teleoperation currently used as standard in the nuclear industry, which is slow and requires extensive operator training, the proposed assisted–teleoperation makes use of a camera mounted on the robot. Focussing on pipe cutting as an example, the new system ensures that one manipulator automatically grasps the user–selected pipe, and appropriately positions the second for a cutting operation. Initial laboratory testing (using a plastic pipe) shows the efficacy of the approach for positioning the manipulators, and suggests that for both experienced and inexperienced users, the task is completed significantly faster than via tele-operation. Finally, classical industrial, fuzzy logic, and novel state dependent parameter approaches to control are developed and compared, with the aim being to determine a relatively simple controller that yields good performance for the hydraulic manipulators. An improved, more structured method of dealing with the dead–zone characteristics is developed and implemented, replacing the rather ad hoc approach that had been utilised in previous research for the same machine

    Industrial Robotics

    Get PDF
    This book covers a wide range of topics relating to advanced industrial robotics, sensors and automation technologies. Although being highly technical and complex in nature, the papers presented in this book represent some of the latest cutting edge technologies and advancements in industrial robotics technology. This book covers topics such as networking, properties of manipulators, forward and inverse robot arm kinematics, motion path-planning, machine vision and many other practical topics too numerous to list here. The authors and editor of this book wish to inspire people, especially young ones, to get involved with robotic and mechatronic engineering technology and to develop new and exciting practical applications, perhaps using the ideas and concepts presented herein

    A layered control architecture for mobile robot navigation

    Get PDF
    A Thesis submitted to the University Research Degree Committee in fulfillment ofthe requirements for the degree of DOCTOR OF PHILOSOPHY in RoboticsThis thesis addresses the problem of how to control an autonomous mobile robot navigation in indoor environments, in the face of sensor noise, imprecise information, uncertainty and limited response time. The thesis argues that the effective control of autonomous mobile robots can be achieved by organising low level and higher level control activities into a layered architecture. The low level reactive control allows the robot to respond to contingencies quickly. The higher level control allows the robot to make longer term decisions and arranges appropriate sequences for a task execution. The thesis describes the design and implementation of a two layer control architecture, a task template based sequencing layer and a fuzzy behaviour based low level control layer. The sequencing layer works at the pace of the higher level of abstraction, interprets a task plan, mediates and monitors the controlling activities. While the low level performs fast computation in response to dynamic changes in the real world and carries out robust control under uncertainty. The organisation and fusion of fuzzy behaviours are described extensively for the construction of a low level control system. A learning methodology is also developed to systematically learn fuzzy behaviours and the behaviour selection network and therefore solve the difficulties in configuring the low level control layer. A two layer control system has been implemented and used to control a simulated mobile robot performing two tasks in simulated indoor environments. The effectiveness of the layered control and learning methodology is demonstrated through the traces of controlling activities at the two different levels. The results also show a general design methodology that the high level should be used to guide the robot's actions while the low level takes care of detailed control in the face of sensor noise and environment uncertainty in real time
    corecore