1,726 research outputs found

    Autonomous Control of a Scale Model of a Trailer-Truck using an Obstacle-Avoidance Path-Planning Hierarchy

    Get PDF
    A scale model of a tractor-trailer truck was developed as a testbed for control algorithms. The truck operates in autonomous or semi-autonomous modes. An on-board Pentium computer with a PC104 bus performs the computations and data collection. Various sensors and a wireless transceiver are on-board the truck. Our research focus has been in the autonomous control of vehicles using intelligent systems. For this document we have employed a multi-resolutional hierarchy to plan a path for the tractor-trailer truck. The hierarchy starts with a simple path then warps it around obstacles. The modular construction of the hierarchy allows more intelligent agents to perform some of tasks. The current system has some limitations as to the placement of obstacles, however, it is an extremely fast algorithm and is able to handle some motion of the obstacles

    Intelligent automatic overtaking system using vision for vehicle detection

    Get PDF
    There is clear evidence that investment in intelligent transportation system technologies brings major social and economic benefits. Technological advances in the area of automatic systems in particular are becoming vital for the reduction of road deaths. We here describe our approach to automation of one the riskiest autonomous manœuvres involving vehicles – overtaking. The approach is based on a stereo vision system responsible for detecting any preceding vehicle and triggering the autonomous overtaking manœuvre. To this end, a fuzzy-logic based controller was developed to emulate how humans overtake. Its input is information from the vision system and from a positioning-based system consisting of a differential global positioning system (DGPS) and an inertial measurement unit (IMU). Its output is the generation of action on the vehicle’s actuators, i.e., the steering wheel and throttle and brake pedals. The system has been incorporated into a commercial Citroën car and tested on the private driving circuit at the facilities of our research center, CAR, with different preceding vehicles – a motorbike, car, and truck – with encouraging results

    Control of autonomous multibody vehicles using artificial intelligence

    Get PDF
    The field of autonomous driving has been evolving rapidly within the last few years and a lot of research has been dedicated towards the control of autonomous vehicles, especially car-like ones. Due to the recent successes of artificial intelligence techniques, even more complex problems can be solved, such as the control of autonomous multibody vehicles. Multibody vehicles can accomplish transportation tasks in a faster and cheaper way compared to multiple individual mobile vehicles or robots. But even for a human, driving a truck-trailer is a challenging task. This is because of the complex structure of the vehicle and the maneuvers that it has to perform, such as reverse parking to a loading dock. In addition, the detailed technical solution for an autonomous truck is challenging and even though many single-domain solutions are available, e.g. for pathplanning, no holistic framework exists. Also, from the control point of view, designing such a controller is a high complexity problem, which makes it a widely used benchmark. In this thesis, a concept for a plurality of tasks is presented. In contrast to most of the existing literature, a holistic approach is developed which combines many stand-alone systems to one entire framework. The framework consists of a plurality of modules, such as modeling, pathplanning, training for neural networks, controlling, jack-knife avoidance, direction switching, simulation, visualization and testing. There are model-based and model-free control approaches and the system comprises various pathplanning methods and target types. It also accounts for noisy sensors and the simulation of whole environments. To achieve superior performance, several modules had to be developed, redesigned and interlinked with each other. A pathplanning module with multiple available methods optimizes the desired position by also providing an efficient implementation for trajectory following. Classical approaches, such as optimal control (LQR) and model predictive control (MPC) can safely control a truck with a given model. Machine learning based approaches, such as deep reinforcement learning, are designed, implemented, trained and tested successfully. Furthermore, the switching of the driving direction is enabled by continuous analysis of a cost function to avoid collisions and improve driving behavior. This thesis introduces a working system of all integrated modules. The system proposed can complete complex scenarios, including situations with buildings and partial trajectories. In thousands of simulations, the system using the LQR controller or the reinforcement learning agent had a success rate of >95 % in steering a truck with one trailer, even with added noise. For the development of autonomous vehicles, the implementation of AI at scale is important. This is why a digital twin of the truck-trailer is used to simulate the full system at a much higher speed than one can collect data in real life.Tesi

    Advanced Navigation for Planetary Vehicles Applying an Approximate Mapping Technique

    Get PDF
    This thesis provides a method for compressing the information provided by JPL Mars rover obstacle sensors by creating an approximate map of the terrain around the vehicle. This thesis demonstrates that this method provides adequate information for a human operator to negotiate complex obstacles fields. By dividing the area around the vehicle into regions and classifying each region as to how dangerous (impassable), the sensor data can be accumulated with minimal overhead. The terrain in each region has a number between zero and one, with zero meaning completely passable and one meaning completely impassable. A continuum of possible values between the extremes classify in the sense of fuzzy set theory. This process allows obstacles to be represented in the map as an abstraction of the data instead of being arduously tracked individually, requiring much memory and complex processing. The map concept is also valuable in the respect that via translation of the vehicle information is passed to regions without direct sensor inputs. This allows the system to track obstacles to the side and to some extent behind the vehicle. The system, therefore, could potentially deal with complex situations where this information would be valuable such as a situation where it needs to recognize and back out of a trap. This thesis includes the development of the approximate mapping algorithm, explanation of the integration with a test bed vehicle, demonstration of the algorithm using the test bed vehicle, and ix ground work for the development of an automatic decision making scheme, which will constitute the continuing research effort

    Shared control strategies for automated vehicles

    Get PDF
    188 p.Los vehículos automatizados (AVs) han surgido como una solución tecnológica para compensar las deficiencias de la conducción manual. Sin embargo, esta tecnología aún no está lo suficientemente madura para reemplazar completamente al conductor, ya que esto plantea problemas técnicos, sociales y legales. Sin embargo, los accidentes siguen ocurriendo y se necesitan nuevas soluciones tecnológicas para mejorar la seguridad vial. En este contexto, el enfoque de control compartido, en el que el conductor permanece en el bucle de control y, junto con la automatización, forma un equipo bien coordinado que colabora continuamente en los niveles táctico y de control de la tarea de conducción, es una solución prometedora para mejorar el rendimiento de la conducción manual aprovechando los últimos avances en tecnología de conducción automatizada. Esta estrategia tiene como objetivo promover el desarrollo de sistemas de asistencia al conductor más avanzados y con mayor grade de cooperatición en comparación con los disponibles en los vehículos comerciales. En este sentido, los vehículos automatizados serán los supervisores que necesitan los conductores, y no al revés. La presente tesis aborda en profundidad el tema del control compartido en vehículos automatizados, tanto desde una perspectiva teórica como práctica. En primer lugar, se proporciona una revisión exhaustiva del estado del arte para brindar una descripción general de los conceptos y aplicaciones en los que los investigadores han estado trabajando durante lasúltimas dos décadas. Luego, se adopta un enfoque práctico mediante el desarrollo de un controlador para ayudar al conductor en el control lateral del vehículo. Este controlador y su sistema de toma de decisiones asociado (Módulo de Arbitraje) se integrarán en el marco general de conducción automatizada y se validarán en una plataforma de simulación con conductores reales. Finalmente, el controlador desarrollado se aplica a dos sistemas. El primero para asistir a un conductor distraído y el otro en la implementación de una función de seguridad para realizar maniobras de adelantamiento en carreteras de doble sentido. Al finalizar, se presentan las conclusiones más relevantes y las perspectivas de investigación futuras para el control compartido en la conducción automatizada

    Fuzzy logic control of automated guided vehicle

    Get PDF
    This thesis describes the fuzzy logic based control system for an automated guided vehicle ( AGV ) designed to navigate from one position and orientation to another while avoiding obstacles. A vehicle with an onboard computer system and a beacon based location system has been used to provide experimental confirmation of the methods proposed during this research. A simulation package has been written and used to test control techniques designed for the vehicle. A series of navigation rules based upon the vehicle's current position relative to its goal produce a fuzzy fit vector, the entries in which represent the relative importance of sets defined over all the possible output steering angles. This fuzzy fit vector is operated on by a new technique called rule spreading which ensures that all possible outputs have some activation. An obstacle avoidance controller operates from information about obstacles near to the vehicle. A method has been devised for generating obstacle avoidance sets depending on the size, shape and steering mechanism of a vehicle to enable their definition to accurately reflect the geometry and dynamic performance of the vehicle. Using a set of inhibitive rules the obstacle avoidance system compiles a mask vector which indicates the potential for a collision if each one of the possible output sets is chosen. The fuzzy fit vector is multiplied with the mask vector to produce a combined fit vector representing the relative importance of the output sets considering the demands of both navigation and obstacle avoidance. This is operated on by a newly developed windowing technique which prevents any conflicts produced by this combination leading to an undesirable output. The final fit vector is then defuzzified to give a demand steering angle for the vehicle. A separate fuzzy controller produces a demand velocity. In tests carried out in simulation and on the research vehicle it has been shown that the control system provides a successful guidance and obstacle avoidance scheme for an automated vehicle

    Fractional Order State Feedback Control for Improved Lateral Stability of Semi-Autonomous Commercial Heavy Vehicles

    Get PDF
    With the growing development of autonomous and semi-autonomous large commercial heavy vehicles, the lateral stability control of articulated vehicles have caught the attention of researchers recently. Active vehicle front steering (AFS) can enhance the handling performance and stability of articulated vehicles for an emergency highway maneuver scenario. However, with large vehicles such tractor-trailers, the system becomes more complex to control and there is an increased occurrence of instabilities. This research investigates a new control scheme based on fractional calculus as a technique that ensures lateral stability of articulated large heavy vehicles during evasive highway maneuvering scenarios. The control method is first implemented to a passenger vehicle model with 2-axles based on the well-known “bicycle model”. The model is then extended and applied onto larger three-axle commercial heavy vehicles in platooning operations. To validate the proposed new control algorithm, the system is linearized and a fractional order PI state feedback control is developed based on the linearized model. Then using Matlab/Simulink, the developed fractional-order linear controller is implemented onto the non-linear tractor-trailer dynamic model. The tractor-trailer system is modeled based on the conventional integer-order techniques and then a non-integer linear controller is developed to control the system. Overall, results confirm that the proposed controller improves the lateral stability of a tractor-trailer response time by 20% as compared to a professional truck driver during an evasive highway maneuvering scenario. In addition, the effects of variable truck cargo loading and longitudinal speed are evaluated to confirm the robustness of the new control method under a variety of potential operating conditions

    Design and Simulation of Small Space Parallel Parking Fuzzy Controller

    Get PDF
    Based on the nonlinearity and time-variation of automatic parking path tracking control system, we use fuzzy control theories and methods to explore the control rules to improve fuzzy controllers and design an automobile steering controller. Then we build the simulation experiment platform of an automobile in Simulink to simulate the reversing settings of parallel parking. This paper adopts the Mamdani control rules; the membership function is the Gauss function. This paper verifies the fuzzy controller's kinematic model and the advantages of fuzzy control rules. Simulation results show that the design of the controller allows the automobile to stop into the parking space smaller than the space obtained by planning path, and automatic parking becomes possible in the parking plot. The control system is characterized by small tracking error, fast response and high reliability
    corecore