Refine Your Search

Topic

Search Results

Viewing 1 to 19 of 19
Technical Paper

Real-Time Motion Classification of LiDAR Point Detection for Automated Vehicles

2020-04-14
2020-01-0703
A Light Detection And Ranging (LiDAR) is now becoming an essential sensor for an autonomous vehicle. The LiDAR provides the surrounding environment information of the vehicle in the form of a point cloud. A decision-making system of the autonomous car is able to determine a safe and comfort maneuver by utilizing the detected LiDAR point cloud. The LiDAR points on the cloud are classified as dynamic or static class depending on the movement of the object being detected. If the movement class (dynamic or static) of detected points can be provided by LiDAR, the decision-making system is able to plan the appropriate motion of the autonomous vehicle according to the movement of the object. This paper proposes a real-time process to segment the motion states of LiDAR points. The basic principle of the classification algorithm is to classify the point-wise movement of a target point cloud through the other point clouds and sensor poses.
Technical Paper

Collision Probability Field for Motion Prediction of Surrounding Vehicles Using Sensing Uncertainty

2020-04-14
2020-01-0697
Intelligent driving assistant systems have been studied meticulously for autonomous driving. When the systems have the responsibility for driving itself, such as in an autonomous driving system, it should be aware of its’ surroundings including moving vehicles and must be able to evaluate collision risk for the ego vehicle's planned motion. However, when recognizing surrounding vehicles using a sensor, the measured information has uncertainty because of many reasons, such as noise and resolution. Many previous studies evaluated the collision risk based on the probabilistic theorem which the noise is modeled as a probability density function. However, the previous probabilistic solutions could not assess the collision risk and predict the motion of surrounding vehicles at the same time even though the motion is possible to be changed by the estimated collision risk.
Technical Paper

A GPU Accelerated Particle Filter Based Localization Using 3D Evidential Voxel Maps

2019-04-02
2019-01-0491
An evidential theory is widely used for 2D grid-based localization in a robotics field because the theory has benefits to consider additional states such as 'unknown' and 'conflict'. However, there are some problems such as computational limitation and excessive resource share when the localization system is expanded from 2D grid to 3D voxel. In order to overcome the problems, this paper proposes the parallelized particle filter based localization system using 3D evidential voxel maps. A many-core processor based parallel computing framework with optimization techniques is applied to accelerate the computing power. Experiments were performed to evaluate the performance of the localization system in a complex environment, and to compare the computational time and resources between various types of processing units. The experimental results show that the proposed parallel particle filter is much more efficient than particle filter without parallel computing regarding computational cost.
Technical Paper

Turning Standard Line (TSL) Based Path Planning Algorithm for Narrow Parking Lots

2015-04-14
2015-01-0298
Parking path planning is an essential technology for intelligent vehicles. Under a confined area, a parking path has to guide a vehicle into a parking space without collision. To realize this technology, circle-based planning algorithms have been studied. The main components of these algorithms are circles and straight lines; subsequently, the parking path of the algorithm is designed by the combination of these geometric lines. However, the circle-based algorithm was developed in an open space within an unlimited parking lot width, so a feasible path cannot always be guaranteed in a narrow parking lot. Therefore, we present a parking planning algorithm based on Turning Standard Line (TSL) that is a straight line segment. The algorithm uses the TSL lines to guide sequential quadratic Béizer curves. A set of these curves from parking start to goal position creates a continuous parking path.
Technical Paper

Distributed System Architecture of Autonomous Vehicles and Real-Time Path Planning Based on the Curvilinear Coordinate System

2012-04-16
2012-01-0740
The development of autonomous vehicle requires the state-of-the-art technologies in perception, planning, control, and system integration. This paper presents an overview of the system architecture and software architecture of autonomous vehicles for system integration. Network based system architecture in this paper provides a distributed computing system for autonomous driving. Further, a real-time path planning and a target speed generation are described based on the curvilinear coordinate system. The design of a path in the curvilinear coordinate system stretches the design space as like the Cartesian coordinate system to simplify the generation of the path. In determination of target speed, curvatures and risk of a generated path were utilized for safe autonomous driving.
Journal Article

Validation of a Seamless Development Process for Real-time ECUs using OSEK-OS Based SILS/RCP

2008-04-14
2008-01-0803
An efficient development environments such as Software-in-the-Loop Simulation (SILS) and Rapid Control Prototyping (RCP) have been widely used to reduce the development time and cost of real-time ECUs. However, conventional SILS does not consider temporal behaviors caused by computation time, task scheduling, network-induced delays, and so on. As a result, the control performance of ECU is likely to be degraded after implementation. To overcome this problem, SILS/RCP which considers the temporal behaviors was suggested in the previous research. In this study, we validated the proposed SILS/RCP environments which are used to design an Electronic Stability Control (ESC) system which is one of the hard real-time control systems. The proposed SILS/RCP environments make it possible to realize ECUs in the early design phase by considering temporal behaviors.
Journal Article

Formal Design Process for FlexRay-Based Control Systems with Network Parameter Optimization

2008-04-14
2008-01-0277
FlexRay is a deterministic and fault-tolerant in-vehicle network(IVN) protocol. It is expected to become a practical standard for automotive communication systems. According to the FlexRay protocol specifications, there are about 60 configurable parameters which should be determined in the design phases. The parameters increase the complexities of FlexRay-based control system development. In this study, we are suggesting a formal design process for FlexRay-based control systems, which is focused on network parameter optimization. We introduce design phases from functional system models to implementations. These phases present formal ways for task allocation, node assignment, network configuration, and implementations. In the network configuration phase, two FlexRay core parameters are selected to optimize network design. Optimal methods of the core parameters provide concise guide lines for optimal communication cycle length and optimal static slot length.
Technical Paper

Formalized Design Procedure for Networked Control Systems

2007-04-16
2007-01-1625
In this paper, we proposed a formalized design procedure for networked control systems (NCSs). In a conventional development of NCSs, well-designed control algorithms do not result in the intended control performance after an implementation due to time delays, such as network-induced delays and controller computation delays. The proposed design procedure shows how to minimize the degradation of the control performance caused by the time delays. The design procedure was verified by designing a network-based traction control system (TCS). The designed TCS was realized and tested by using a rapid control prototyping (RCP) platform and a hardware-in-the-loop simulation (HILS) environment.
Technical Paper

Software-in-the-Loop Simulation Environment Realization using Matlab/Simulink

2006-04-03
2006-01-1470
This paper presents the Matlab/Simulink-based Software-in-the-Loop Simulation (SILS) tool which is the co-simulator for temporal and functional simulations of control systems. The temporal behavior of a control system is mainly dependent on the implemented software and hardware such as the real-time operating system, target CPU and communication protocol. In this research, the SILS components with temporal attributes are specified as tasks, task executions, real-time schedulers, and real-time networks. Methods for realizing these components in graphical block representations are investigated with Matlab/Simulink, which is the most commonly used tool for designing and simulating control algorithms in control engineering. These components are modeled in graphical blocks of Matlab/Simulink.
Technical Paper

A Design Approach using Seamless Development Environments, SILS/RCP, for Real-Time Control Systems

2006-04-03
2006-01-0310
Computer Aided Control System Design (CACSD) tools are widely used in the development of embedded control systems. Automatic code generation for CACSD models is the subject of increasing interest. In this study, Software-in-the-Loop Simulation (SILS) and Rapid Control Prototyping (RCP) are proposed as a development framework for the design of real-time control systems. SILS is a simulation environment to consider functional behavior as well as temporal behavior of control systems. RCP supports seamless development from design to implementation through automatic code generation. SILS/RCP environments make it possible to design and analysis control systems under conditions similar to real execution during off-line simulation and to realize controllers in the early design phase.
Technical Paper

Cylinder-by-Cylinder Engine Model and ECU-in-the-Loop Simulation of Common-Rail Direct Injection Diesel Engine

2006-04-03
2006-01-0661
In this paper, a control oriented cylinder-by-cylinder engine model (CCEM) and ECU-in-the-loop simulation (EILS) of common-rail direct injection (CRDI) diesel engine are presented. The CCEM includes the combustion model of torque production so that it is possible to acquire the in-cycle information, such as cylinder pressure. EILS environment using the CCEM is proposed for cylinder pressure based controller design. It allows real-time engine simulation available, and is applicable for developing the control logic and validating prototype ECUs. Finally, the accuracy of the CCEM is evaluated by the engine experimental data.
Technical Paper

Injection Rate Estimation of a Piezo-Actuated Injector

2005-04-11
2005-01-0911
Increasing demands on the emission reduction of high speed direct injection (HSDI) diesel engines require more accurate control of injection parameters such as the injection timing, injection rate, and injection quantity. In order to meet injection requirements, the piezo injector, which has a piezoelectric element as an actuator, has been recently developed. Compared with solenoid-actuated injectors, piezo-actuated injectors yield greater force and give faster response times, resulting in more accurate and faster injections. In this study, a mathematical model of a piezo-actuated injector is developed. The injector model consists of three subsystems: the piezo-actuator subsystem, the mechanical subsystem, and the hydraulic subsystem. The constitutive relations of piezoelectricity are used for modeling the piezo-actuator subsystem. An estimation method of the injection timing and rate is introduced based on the proposed model.
Technical Paper

Modeling and Simulation of Vehicle Electric Power System

2001-10-01
2001-01-3343
Since many electric and electronic systems are continuously added in a vehicle to meet various regulations and customer demands over the last decade, the demand on the electric power have been substantially increased. Furthermore the idle time fraction during the vehicle traveling has been increased due to the heavy urban traffic condition. The electric power system of the modern vehicle has to supply enough electrical energy to numerous electrical and electronic systems. A detailed understanding of the characteristics of the electric power system, electrical load demands, and driving environment such as road, season, and vehicle weight are required when the capacities of generator and battery are determined for a vehicle. In order to avoid an over or under design problem of the electric power system, a simulation program for electric power estimation is adequate.
Technical Paper

A nonlinear dynamic model of SI engines for designing controller

2000-06-12
2000-05-0172
In this paper, a nonlinear dynamic engine model is introduced, which is developed to represent an SI engine over a wide range of operating conditions. The model includes intake manifold dynamics, fuel film dynamics, and engine rotational dynamics with transport delays inherent in the four-stroke engine cycles, and can be used for designing engine controllers. The model is validated with engine-dynamometer experimental data. The accuracy of the model is evaluated by the comparison of the simulated and the measured data obtained from a 2.0 L inline four-cylinder engine over wide operating ranges. The test data are obtained from 42 operating conditions of the engine. The speed range is from 1500 (rpm) to 4000 (rpm), and the load range is from 0.4 (bar) to WOT. The results show that the simulation data from the model and the measured data during the engine test are in good agreement.
Technical Paper

Vehicle electric power simulator for optimizing the electric charging system

2000-06-12
2000-05-0054
The electrical power system is the vital lifeline to most of the control systems on modern vehicles. The demands on the system are highly complex, and a detailed understanding of the system behavior is necessary both to the process of systems integration and to the economic design of a specific control system or actuator. The vehicle electric power system, which consists of two major components: a generator and a battery, has to provide numerous electrical and electronic systems with enough electrical energy. A detailed understanding of the characteristics of the electric power system, electrical load demands, and the driving environment such as road, season, and vehicle weight are required when the capacities of the generator and the battery are to be determined for a vehicle. An easy-to-use and inexpensive simulation program may be needed to avoid the over/under design problem of the electric power system. A vehicle electric power simulator is developed in this study.
Technical Paper

Development of a Vehicle Electric Power Simulator for Optimizing the Electric Charging System

2000-03-06
2000-01-0451
The electric power system of a modern vehicle has to supply enough electrical energy to numerous electrical and electronic systems. The electric power system of a vehicle consists of two major components: a generator and a battery. A detailed understanding of the characteristics of the electric power system, electrical load demands, and the driving environment such as road, season, and vehicle weight are required when the capacities of the generator and the battery are to be determined for a vehicle. In order to avoid the over/under design problem of the electric power system, an easy-to-use and inexpensive simulation program may be needed. In this study, a vehicle electric power simulator is developed. The simulator can be utilized to determine the optimized capacities of generators and batteries appropriately. To improve the flexibility and easy usage of the simulation program, the program is organized in modular structures, and is run on a PC.
Technical Paper

A Bistate Control of a Semiactive Automotive Suspension

1999-03-01
1999-01-0725
The purpose of this paper is to develop and experimentally validate a practical and effective technique for the automatic regulation of a hydraulic semiactive vibration absorber (SAVA) for automobiles. The work relies on a consistent hydraulic model of the actuator dynamics that includes the effects of fluid compressibility and a nonlinear viscous loss characteristic. A bistate control algorithm is developed using a Lyapunov approach that seeks to dissipate the energy of the system. The performance of the proposed semiactive damper design on a quarter car model of an automobile suspension is established experimentally on a vibrating test stand. The work provides evidence that the inexpensive hardware design makes it possible to improve the ride and handling performance.
Technical Paper

Design and Development of a Computer-Aided In-Vehicle Data Acquisition System for Driving Pattern Analysis

1999-03-01
1999-01-0954
In order to evaluate vehicle powertrain performances and driver behaviors, a computer aided in-vehicle data acquisition system named MOde Survey System (MOSS) is newly developed in conjunction with a motor manufacturer. MOSS is designed to be used by personnel related to vehicle emissions and energy with the aim of being cost-effective and easy-to-use. Since driving behaviors and patterns influence powertrain performance in terms of fuel economy and emissions, engineers can utilize the system for understanding the driving pattern and traffic situation quantitatively. MOSS mainly consists of an MCU-based hardware and PC-based software. MOSS logs and analyzes various data related to vehicle driving. Compared to currently-existing Test and Measurement Systems, MOSS is designed and developed for a specific goal with several unique features.
Technical Paper

A Driving Pattern Survey in City of Seoul for Vehicle Emissions Control

1998-11-09
982896
A computer aided test system, which is called MOde Survey System (MOSS), is newly developed to evaluate a driving pattern and traffic flow in Seoul, Korea. This system is designed for the people who work on vehicle emissions and energy more quantitatively with the aim of being cost-effective and easy-to-use. Compared to currently-existing Test and Measurement Systems, MOSS is designed and developed for a specific goal with a couple of unique features. These features are: 1) To be able to be used as either a stand alone system like a data logging system or a real-time processing system with a PC to easily visualize vehicle performances and traffic information during the test. 2) To provide a statistical analysis program for easy use to analyze of driving pattern and traffic situation with logged test data files.
X