Refine Your Search

Topic

Affiliation

Search Results

Technical Paper

4WID/4WIS Electric Vehicle Modeling and Simulation of Special Conditions

2011-09-13
2011-01-2158
This paper introduces the characteristics of the 4 wheel independent driving/4 wheel independent steering (4WID/4WIS) electric vehicle (EV). Models of Subsystems and the vehicle are constructed based on Matlab/simulink. The vehicle model allows the inputs of different drive torques and steer angles of four wheels. The dynamic characteristics of drive motors and steer motors are considered, and also it can reflect the vehicle longitudinal dynamics change due to the increase of the mass and inertia of the four wheels. Besides, drive mode selection function that is unique to this type vehicle is involved. Simulations and analyses of crab, oblique driving and zero radius turning which are the special conditions of 4WID/4WIS EV are conducted. The results show that the model can reflect the dynamic response characteristics. The model can be used to the simulation analyses of handling, stability, energy saving and control strategies verification of 4WID/4WIS EVs.
Technical Paper

A Comprehensive Testing and Evaluation Approach for Autonomous Vehicles

2018-04-03
2018-01-0124
Performance testing and evaluation always plays an important role in the developmental process of a vehicle, which also applies to autonomous vehicles. The complex nature of an autonomous vehicle from architecture to functionality demands even more quality-and-quantity controlled testing and evaluation than ever before. Most of the existing testing methodologies are task-or-scenario based and can only support single or partial functional testing. These approaches may be helpful at the initial stage of autonomous vehicle development. However, as the integrated autonomous system gets mature, these approaches fall short of supporting comprehensive performance evaluation. This paper proposes a novel hierarchical and systematic testing and evaluation approach to bridge the above-mentioned gap.
Technical Paper

A Distributed Engineering Computer Aided Learning System

2012-04-16
2012-01-0089
In this paper, we proposed a distributed Engineering Computer Aided Learning System. Instead of attending engineering teaching sessions, engineering students are able to interact with the software to gain the same amount of teaching materials. Besides, they will interact with other engineering students from other Engineering schools. The proposed software has the ability to examine the student step by step to reach certain goals. The training and the examination will be different based on the student level and his learning process. Using this system the role of excellent professor can be achieved. The software will have two sessions, i.e. test session and learning session. The software provides the capability of knowledge sharing between multi schools and different educational systems that can provide the students with a large set of training materials. The system was built using JAVA programming language.
Technical Paper

A Driving Simulator Study of Young Driver’s Behavior under Angry Emotion

2019-04-02
2019-01-0398
The driving behaviors of young drivers under the influence of anger are analyzed by driving simulator in this paper. A total of 12 subjects are enrolled during the experiment. Standardized videos are utilized to induce the driver's anger emotion. And the driver's electrocardiogram (ECG) signal is collected synchronously and compared before and after emotional trigger, which prove the validity of emotional trigger. Based on the result, the driver's driving performance under the straight road and the curve under normal state and angry state are compared and analyzed. The results of independent sample t-test show that there are significant differences in the running time of straight sections and the standard deviation of steering wheel angle in curves between normal and angry states. In conclusion, the longitudinal and lateral operation of drivers is unstable in angry state and the driver will be more destructive to the regular driving behavior.
Journal Article

A Framework for Collaborative Robot (CoBot) Integration in Advanced Manufacturing Systems

2016-04-05
2016-01-0337
Contemporary manufacturing systems are still evolving. The system elements, layouts, and integration methods are changing continuously, and ‘collaborative robots’ (CoBots) are now being considered as practical industrial solutions. CoBots, unlike traditional CoBots, are safe and flexible enough to work with humans. Although CoBots have the potential to become standard in production systems, there is no strong foundation for systems design and development. The focus of this research is to provide a foundation and four tier framework to facilitate the design, development and integration of CoBots. The framework consists of the system level, work-cell level, machine level, and worker level. Sixty-five percent of traditional robots are installed in the automobile industry and it takes 200 hours to program (and reprogram) them.
Technical Paper

A Fuzzy On-Line Self-Tuning Control Algorithm for Vehicle Adaptive Cruise Control System with the Simulation of Driver Behavior

2009-04-20
2009-01-1481
Research of Adaptive Cruise Control (ACC) is an important issue of intelligent vehicle (IV). As we all known, a real and experienced driver can control vehicle's speed very well under every traffic environment of ACC working. So a direct and feasible way for establishing ACC controller is to build a human-like longitudinal control algorithm with the simulation of driver behavior of speed control. In this paper, a novel fuzzy self-tuning control algorithm of ACC is established and this controller's parameters can be tuned on-line based on the evaluation indexes that can describe how the driver consider the quality of dynamical characteristic of vehicle longitudinal dynamics. With the advantage of the controller's parameter on-line self-tuning, the computational workload from matching design of ACC controller is also efficiently reduced.
Technical Paper

A Game Theory-Based Model Predictive Controller Considering Intension for Mandatory Lane Change

2020-12-30
2020-01-5127
In recent years, with the increase of traffic accidents and traffic jams, lane change, as one of the most important and commonly automatic driving operations for autonomous vehicles, is receiving attention in academia. It is considered to be one of the important solutions that play an important role in improving road traffic safety and efficiency. However, most existing lane-changing models are rule-based lane-changing models. These models only assume a one-direction impact of surrounding vehicles on the lane-changing vehicle. In fact, lane change is a process of mutual interaction between vehicles due to the complexity and uncertainty of the traffic environment. Moreover, the safety and efficiency of existing lane-changing decision algorithms need to be improved. In this paper, we proposed a multivehicle cooperative control approach with a distributed control structure to control the model.
Technical Paper

A Hardware-in-the-Loop Simulator for Vehicle Adaptive Cruise Control Systems by Using xPC Target

2007-08-05
2007-01-3596
A HIL simulator for developing vehicle adaptive cruise control systems is presented in this paper. The xPC target is used to establish real-time simulation environment. The simulator is composed of a virtual vehicle model, real components of an ACC system like ECU, electronic throttle and braking modulator, a user interface to facilitate simulation, and brake and accelerator pedals to make interactive driver inputs easier. The vehicle model is validated against data from field test. Tests of an ACC controller in the real-time are conducted on the simulator.
Technical Paper

A Hybrid Classification of Driver’s Style and Skill Using Fully-Connected Deep Neural Networks

2021-02-03
2020-01-5107
Driving style and skill classification are of great significance in human-oriented advanced driver-assistance system (ADAS) development. In this paper, we propose Fully-Connected Deep Neural Networks (FC-DNN) to classify drivers’ styles and skills with naturalistic driving data. Followed by the data collection and pre-processing, FC-DNN with a series of deep learning optimization algorithms are applied. In the experimental part, the proposed model is validated and compared with other commonly used supervised learning methods including the k-nearest neighbors (KNN), support vector machine (SVM), decision tree (DT), random forest (RF), and multilayer perceptron (MLP). The results show that the proposed model has a higher Macro F1 score than other methods. In addition, we discussed the effect of different time window sizes on experimental results. The results show that the driving information of 1s can improve the final evaluation score of the model.
Technical Paper

A Hybrid System Solution of the Interrupt Latency Compatibility Problem

1999-03-01
1999-01-1099
Microprocessors and microcontrollers are now widely used in automobiles. Microprocessor systems contain sources of interrupt and interrupt service routines, which are software components executed in response to the assertion of an interrupt in hardware. A major problem in designing the software of microprocessor systems is the analytical treatment of interrupt latency. Because multiple interrupt service routines are executed on the same CPU, they compete for the CPU and interfere with each other's latency requirements. Here, interrupt latency is defined as the delay between the assertion of the interrupt in hardware and the start of execution of the associated interrupt service routine. It is estimated that 80% of intermittent bugs in small microprocessor software loads are due to improper treatment of interrupts. Until this work, there is no analytic method for analyzing a particular system to determine if it may violate interrupt latency requirements.
Technical Paper

A Mathematical Model for Design and Production Verification Planning

1999-05-10
1999-01-1624
The paper focuses on various important decisions of verification and testing plans of the product during its design and production stages. In most of the product and process development projects, decisions on verification and testing are ad-hoc or based on traditions. Such decisions never guarantee the performance of the product as planned, during its whole life cycle. We propose an analytical approach to provide the concrete base for such crucial decisions of verification planning. Accordingly, a mathematical model is presented. Also, a case study of an automotive Electro-mechanical product is included to illustrate the application of the model.
Technical Paper

A Method for Evaluating the Complexity of Autonomous Driving Road Scenes

2024-04-09
2024-01-1979
An autonomous vehicle is a comprehensive intelligent system that includes environment sensing, vehicle localization, path planning and decision-making control, of which environment sensing technology is a prerequisite for realizing autonomous driving. In the early days, vehicles sensed the surrounding environment through sensors such as cameras, radar, and lidar. With the development of 5G technology and the Vehicle-to-everything (V2X), other information from the roadside can also be received by vehicles. Such as traffic jam ahead, construction road occupation, school area, current traffic density, crowd density, etc. Such information can help the autonomous driving system understand the current driving environment more clearly. Vehicles are no longer limited to areas that can be sensed by sensors. Vehicles with different autonomous driving levels have different adaptability to the environment.
Technical Paper

A Model-Based Mass Estimation and Optimal Braking Force Distribution Algorithm of Tractor and Semi-Trailer Combination

2013-04-08
2013-01-0418
Taking a good longitudinal braking performance on flat and level road of tractor and semi-trailer combination as a target, in order to achieve an ideal braking force distribution among axles, while the vehicle deceleration is just depend on the driver's intention, not affected by the variation of semi-trailer mass, the paper proposes a model based vehicle mass identification and braking force distribution strategy. The strategy identifies the driver's braking intention via braking pedal, estimates semi-trailer's mass during the building process of braking pressure in brake chamber, distributes braking force among axles by using the estimated mass. And a double closed-loop regulation of the vehicle deceleration and utilization adhesion coefficient of each axle is presented, in order to eliminate the bad effect of mass estimation error, and enhance the robustness of the whole algorithm. A simulation is conducted by utilizing MATLAB/Simulink and TruckSim.
Technical Paper

A Multi-mode Control Strategy for EV Based on Typical Situation

2017-03-28
2017-01-0438
A multitude of recent studies are suggestive of the EV as a paramount representative of the NEV, its development direction is transformed from “individuals adapt to vehicles” to “vehicles serve for occupants”. The multi-mode drive control technology is relatively mature in traditional auto control sphere, however, a host of EV continues to use a single control strategy, which lacks of flexibility and diversity, little if nothing interprets the vehicle performances. Furthermore, due to the complex road environment and peculiarity of vehicle occupants that different requirement has been made for vehicle performance. To solve above problems, this paper uses the key technology of mathematical statistics process in MATLAB, such as the mean, linear fitting and discrete algorithms to clean up, screening and classification the original data in general rules, and based on short trips in the segments of kinematics analysis method to establish a representative of quintessential driving cycle.
Technical Paper

A New Method to Accelerate Road Test Simulation on Multi-Axial Test Rig

2017-03-28
2017-01-0200
Road test simulation on test rig is widely used in the automobile industry to shorten the development circles. However, there is still room for further improving the time cost of current road simulation test. This paper described a new method considering both the damage error and the runtime of the test on a multi-axial test rig. First, the fatigue editing technique is applied to cut the small load in road data to reduce the runtime initially. The edited road load data could be reproduced on a multi-axial test rig successfully. Second, the rainflow matrices of strains on different proving ground roads are established and transformed into damage matrices based on the S-N curve and Miner rules using a reduction method. A standard simulation test for vehicle reliability procedure is established according to the proving ground schedule as a target to be accelerated.
Technical Paper

A New Type of Electro-Hydraulic Power Steering System for Heavy-Duty Commercial Vehicles

2015-04-14
2015-01-1502
The earth's fossil energy is not limitless, and we should be taking advantage of the highly developed fields of science and technology to utilize it more efficiently and to create a fully environmentally friendly life. Considering the prodigious amount of vehicles in the world today, even a small improvement in their energy-saving performance could have a significant impact. In this paper, a new type of electro-hydraulic power steering (EHPS) system is described. It has two main advantages. First, it can significantly decrease the demand on the motor so that it can be used for a wider range of vehicles. Second, its pressure-flow characteristic can be programmed and is more flexible than hydraulic power steering (HPS) system. A prototype with a 500 W motor was applied to a truck with a front load of 2,700 kg, and static steer sweep tests were conducted to validate its feasibility.
Technical Paper

A Novel Method Studying the Effects of Journal Straightness in Three-Dimensional Space on Lubrication of Bearing

2017-03-28
2017-01-1347
Conventionally, the engines are calibrated under the assumption that engines will be made exactly to the prints, and all the engines from the same batch will be identical. However, engine-to-engine variations do exist which will affect the engine performances, and part-to-part variations, i.e., the tolerance, is an important factor leading to engine-to-engine variations. There are researches conducted on the influence of dimensional tolerances on engine performance, however, the impact of straightness, which is an important geometric tolerance, on lubrication is an unsolved issue. This study presents a systematic method to model the straightness and to analyze its effects on the friction loss. The bearing model is built based on elastohydrodynamic (EHD) theory. Meanwhile a novel modeling method to represent any form of straightness in three-dimensional space is proposed.
Technical Paper

A Novel Three Steps Composited Parameter Matching Method of an Electromagnetic Regenerative Suspension System

2019-04-02
2019-01-0173
The electromagnetic regenerative suspension has attracted much attention recently due to its potential to improve ride comfort and handling stability, at the same time recover kinetic energy which is typically dissipated in traditional shock absorbers. The key components of a ball-screw regenerative suspension system are a motor, a ball screw and a nut. For this kind of regenerative suspension, its damping character is determined by the motor's torque-speed capacity, which is different from the damping character of the traditional shock absorber. Therefore, it is necessary to establish a systematic approach for the parameter matching of ball-screw regenerative suspension, so that the damping character provided by it can ensure ride comfort and handling stability. In this paper, a 2-DOF quarter vehicle simulation model with regenerative suspension is constructed. The effects of the inertia force on ride comfort and handling stability are analyzed.
Technical Paper

A Path Planning and Model Predictive Control for Automatic Parking System

2020-04-14
2020-01-0121
With the increasing number of urban cars, parking has become the primary problem that people face in daily life. Therefore, many scholars have studied the automatic parking system. In the existing research, most of the path planning methods use the combined path of arc and straight line. In this method, the path curvature is not continuous, which indirectly leads to the low accuracy of path tracking. The parking path designed using the fifth-order polynomial is continuous, but its curvature is too large to meet the steering constraints in some cases. In this paper, a continuous-curvature parking path is proposed. The parking path tracker based on Model Predictive Control (MPC) algorithm is designed under the constraints of the control accuracy and vehicle steering. Firstly, in order to make the curvature of the parking path continuous, this paper superimposes the fifth-order polynomial with the sigmoid function, and the curve obtained has the continuous and relatively small curvature.
Technical Paper

A Personalized Deep Learning Approach for Trajectory Prediction of Connected Vehicles

2020-04-14
2020-01-0759
Forecasting the motion of the leading vehicle is a critical task for connected autonomous vehicles as it provides an efficient way to model the leading-following vehicle behavior and analyze the interactions. In this study, a personalized time-series modeling approach for leading vehicle trajectory prediction considering different driving styles is proposed. The method enables a precise, personalized trajectory prediction for leading vehicles with limited inter-vehicle communication signals, such as vehicle speed, acceleration, space headway, and time headway of the front vehicles. Based on the learning nature of human beings that a human always tries to solve problems based on grouping and similar experience, three different driving styles are first recognized based on an unsupervised clustering with a Gaussian Mixture Model (GMM).
X