Refine Your Search

Topic

Affiliation

Search Results

Technical Paper

Adaptive Model Predictive Control for Articulated Steering Vehicles

2024-04-12
2024-01-5042
Vehicles equipped with articulated steering systems have advantages such as low energy consumption, simple structure, and excellent maneuverability. However, due to the specific characteristics of the system, these vehicles often face challenges in terms of lateral stability. Addressing this issue, this paper leverages the precise and independently controllable wheel torques of a hub motor-driven vehicle. First, an equivalent double-slider model is selected as the dynamic control model, and the control object is rationalized. Subsequently, based on the model predictive control method and considering control accuracy and robustness, a weight-variable adaptive model predictive control approach is proposed. This method addresses the optimization challenges of multiple systems, constraints, and objectives, achieving adaptive control of stability, maneuverability, tire slip ratio, and articulation angle along with individual wheel torques during the entire steering process of the vehicle.
Technical Paper

Research on Garbage Recognition of Road Cleaning Vehicle Based on Improved YOLOv5 Algorithm

2024-04-09
2024-01-2003
As a key tool to maintain urban cleanliness and improve the road environment, road cleaning vehicles play an important role in improving the quality of life of residents. However, the traditional road cleaning vehicle requires the driver to monitor the situation of road garbage at all times and manually operate the cleaning process, resulting in an increase in the driver 's work intensity. To solve this problem, this paper proposes a road garbage recognition algorithm based on improved YOLOv5, which aims to reduce labor consumption and improve the efficiency of road cleaning. Firstly, the lightweight network MobileNet-V3 is used to replace the backbone feature extraction network of the YOLOv5 model. The number of parameters and computational complexity of the model are greatly reduced by replacing the standard convolution with the deep separable convolution, which enabled the model to have faster reasoning speed while maintaining higher accuracy.
Technical Paper

Automatic Optimization Method for FSAE Racing Car Aerodynamic Kit Based on the Integration of CAD and CAE

2024-04-09
2024-01-2079
In the process of designing the aerodynamic kit for Formula SAE racing cars, there is a lot of repetitive work and low efficiency in optimizing parameters such as wing angle of attack and chord length. Moreover, the optimization of these parameters in past designs heavily relied on design experience and it's difficult to achieve the optimal solution through theoretical calculations. By establishing a parametric model in CAD software and integrating it with CFD software, we can automatically modify model parameters, run a large number of simulations, and analyze the simulation results using statistical methods. After multiple iterations, we achieve fully automatic parameter optimization and obtain higher negative lift. At the same time, the simulation process is optimized, and simulations are run based on GPUs, resulting in a significant increase in simulation speed compared to the original.
Technical Paper

Fuzzy Control of Regenerative Braking on Pure Electric Garbage Truck Based on Particle Swarm Optimization

2024-04-09
2024-01-2145
To improve the braking energy recovery rate of pure electric garbage removal vehicles and ensure the braking effect of garbage removal vehicles, a strategy using particle swarm algorithm to optimize the regenerative braking fuzzy control of garbage removal vehicles is proposed. A multi-section front and rear wheel braking force distribution curve is designed considering the braking effect and braking energy recovery. A hierarchical regenerative braking fuzzy control strategy is established based on the braking force and braking intensity required by the vehicle. The first layer is based on the braking force required by the vehicle, based on the front and rear axle braking force distribution plan, and uses fuzzy controllers.
Technical Paper

Research on Trajectory Tracking of Autonomous Vehicle Based on Lateral and Longitudinal Cooperative Control

2024-03-29
2024-01-5039
Autonomous vehicles require the collaborative operation of multiple modules during their journey, and enhancing tracking performance is a key focus in the field of planning and control. To address this challenge, we propose a cooperative control strategy, which is designed based on the integration of model predictive control (MPC) and a dual proportional–integral–derivative approach, referred to as collaborative control of MPC and double PID (CMDP for short in this article).The CMDP controller accomplishes the execution of actions based on information from perception and planning modules. For lateral control, the MPC algorithm is employed, transforming the MPC’s optimal problem into a standard quadratic programming problem. Simultaneously, a fuzzy control is designed to achieve adaptive changes in the constraint values for steering angles.
Technical Paper

TD3 Tuned PID Controller for Autonomous Vehicle Platooning

2023-12-31
2023-01-7108
The main objective of platoon control is coordinated motion of autonomous vehicle platooning with small intervehicle spacing while maintaining the same speed and acceleration as the leading vehicle, which can save energy consumption and improve traffic throughput. The conventional platoon control methods are confronted with the problem of manual parameter tuning. In order to addres this isue, a novel bifold platoon control approach leveraging a deep reinforcement learning-based model is proposed, which enables the platoon adapt to the complex traffic environment, and guarantees the safety of platoon. The upper layer controller based on the TD3 tuned PID algorithm outputs the desired acceleration. This integration mitigates the inconvenience of frequent manual parameter tuning asociated with the conventional PID algorithm. The lower layer controller tracks the desired acceleration based on the inverse vehicle dynamics model and feedback control.
Technical Paper

Game Theory-Based Lane Change Decision-Making Considering Vehicle’s Social Value Orientation

2023-12-31
2023-01-7109
Decision-making of lane-change for autonomous vehicles faces challenges due to the behavioral differences among human drivers in dynamic traffic environments. To enhance the performances of autonomous vehicles, this paper proposes a game theoretic decision-making method that considers the diverse Social Value Orientations (SVO) of drivers. To begin with, trajectory features are extracted from the NGSIM dataset, followed by the application of Inverse Reinforcement Learning (IRL) to determine the reward preferences exhibited by drivers with distinct Social Value Orientation (SVO) during their decision-making process. Subsequently, a reward function is formulated, considering the factors of safety, efficiency, and comfort. To tackle the challenges associated with interaction, a Stackelberg game model is employed.
Technical Paper

Assisted Steering Control for Distributed Drive Electric Vehicles Based on Combination of Driving and Braking

2023-10-30
2023-01-7012
This paper presents a low-speed assisted steering control approach for distributed drive electric vehicles. When the vehicle is driven at low speed, the braking of the inner-rear wheel is combined with differential drive to reduce the turning radius. A hierarchical control structure has been designed to achieve comprehensive control. The upper-level controller tracks the expected yaw rate and vehicle side-slip angle through a Linear Quadratic Regulator (LQR) algorithm. The desired yaw rate and vehicle side-slip angle are obtained according to the reference vehicle model, which can be regulated by the driver through the accelerator pedal. The lower-level controller uses a quadratic programming algorithm to distribute the yaw moment and driving moment to each wheel, aiming to minimize tire load rate variance.
Technical Paper

Thermal Management Design and Simulation of Symmetric Air-Cooled System for Lithium Battery

2023-04-11
2023-01-0517
Good heat dissipation of Lithium battery can prevent the battery from shortening its life due to rapid aging or thermal runaway. In this paper, an air-cooled structure of 5 series and 3 parallel battery packs is designed, which combines the advantages of series and parallel air ducts and optimizes the heat dissipation effect and the space ratio of air ducts. First, the heat generation model of NCR18650PF lithium battery is established, and the heat generation rate and time under different discharge rates are calculated. Combined with the working conditions of the battery itself, the necessity of battery pack heat dissipation was found.
Technical Paper

Path Planning and Tracking Control of Car-like Robot Based on Improved NSGA-III and Fuzzy Sliding Mode Control

2023-04-11
2023-01-0681
In recent years, research on car-like robots has received more attention due to the rapid development of artificial intelligence from diverse disciplines. As essential parts, path planning and lateral path tracking control are the basis for car-like robots to complete automation tasks. Based on the two-degree-of-freedom vehicle dynamic model, this study profoundly analyzes the car-like robots’ path planning and lateral path tracking control. Three objectives: path length, path smoothness, and path safety, are defined and used to construct a multi-objective path planning model. By introducing an adaptive factor, redefining the selection of reference points, and using the cubic spline interpolation for path determination, an improved NGSA-III is proposed, which is mostly adapted in solving the multi-objective path planning problem.
Technical Paper

MPC Based Car-Following Control for Electric Vehicles Considering Comfort

2023-04-11
2023-01-0683
This paper proposed a model predictive control(MPC) based car-following control strategy for electric vehicles considering comfort, in order to improve the comfort of the car-following control system of electric vehicles. The MPC algorithm is improved in the following three aspects to improve the comfort: Firstly, a five-state longitudinal car-following model is adopted, so that the MPC algorithm can optimize the acceleration and acceleration change rate of the ego vehicle. Secondly, for the weight coefficients of the output vector and the input vector of the objective function, the fixed weight coefficients are changed into variable weight coefficients by the way of Nash equilibrium game, so that the control system can improve the weight of the parameters used to control the comfort under suitable driving conditions.
Technical Paper

Anti-Skid System for Ice-Snow Curve Road Surface Based on Visual Recognition and Vehicle Dynamics

2023-04-11
2023-01-0058
Preventing skidding is essential for studying the safety of driving in curves. However, the adhesion of the vehicle during the driving process on the wet and slippery road will be significantly reduced, resulting in lateral slippage due to the low adhesion coefficient of the road surface, the speed exceeding the turning critical, and the turning radius being too small when passing through the corner. Therefore, to reduce the incidence of traffic accidents of passenger cars driving in curves on rainy and snowy days and achieve the purpose of planning safe driving speed, this paper proposes a curve active safety system based on a deep learning algorithm and vehicle dynamics model. First,we a convolutional neural network (CNN) model is constructed to extract and judge the characteristics of snow and ice adhesion on roads.
Technical Paper

Research on Cooperative Adaptive Cruise Control (CACC) Based on Fuzzy PID Algorithm

2023-04-11
2023-01-0682
For cooperative adaptive cruise control (CACC) system, a robust following control algorithm based on fuzzy PID principle is adopted in this paper. Firstly, a nonlinear vehicle dynamics model considering the lag of driving force and acceleration constraints was established. Then, with the vehicle’s control hierarchic, the upper controller takes the relative speed between vehicles and the spacing error as inputs to output the following vehicle's target acceleration, while the lower controller takes the target acceleration as inputs and the throttle opening and brake master cylinder pressure as outputs. For the setting of target spacing, this paper additionally considers the relative speed between vehicles and the acceleration of the front vehicle. Through testing, compared with the traditional variable safety distance model, the average distance reduces by 5.43% when leading vehicle is accelerating, while increases by 2.74% in deceleration.
Technical Paper

A Semantic Segmentation Algorithm for Intelligent Sweeper Vehicle Garbage Recognition Based on Improved U-net

2023-04-11
2023-01-0745
Intelligent sweeper vehicle is gradually applied to human life, in which the accuracy of garbage identification and classification can improve cleaning efficiency and save labor cost. Although Deep Learning has made significant progress in computer vision and the application of semantic network segmentation can improve waste identification rate and classification accuracy. Due to the loss of some spatial information during the convolution process, coupled with the lack of specific datasets for garbage identification, the training of the network and the improvement of recognition and classification accuracy are affected. Based on the Unet algorithm, in this paper we adjust the number of input and output channels in the convolutional layer to improve the speed during the feature extraction part. In addition, manually generated datasets are used to greatly improve the robustness of the model.
Technical Paper

Topology Optimization Design on Cooling-Plate for Lithium-ion Battery Based on Electro-Thermal Model

2023-04-11
2023-01-0506
A flow channel design of the battery liquid cooling plate is carried out through the variable density topology optimization method according to the heat dissipation requirements of lithium-ion power batteries under actual working conditions. Firstly, given the non-uniform heat generation of lithium battery cells, the heat generation mechanism is studied so that the battery electro-thermal model is established, then the distribution regularity of heat generation rate in the cell at different discharge rates is obtained. Subsequently, through COMSOL Multiphysics simulation software, the multi-objective topology optimization of the primary configuration radiator is conducted. The weights of the optimization objectives minimum temperature and minimum flow resistance are determined by practical engineering application. Finally, an optimized model with a volume fraction of 50% was obtained.
Technical Paper

Research on Regenerative Braking Control Strategy of Commercial Vehicles Considering Battery Power Status

2023-04-11
2023-01-0536
Regenerative braking is an effective way to increase the cruising range of vehicles. In commercial vehicles with large vehicle mass, regenerative braking can be maintained in a high-power working state for a long time theoretically because of the large braking torque and long braking time. But in fact, it is often impossible to run at full power because of battery safety problems. In this paper, a control strategy is designed to maintain the maximum power operation of regenerative braking as much as possible. The maximum charging power of the battery is obtained through the battery model, and it is set as the battery limiting parameter. The regenerative braking torque and power are obtained by using the motor model. The eddy current retarder is used to absorb the excess power that the battery can't bear, and the braking torque of the eddy current retarder is calculated. Finally, mechanical braking is used to make up the insufficient braking torque.
Technical Paper

LSTM-Based Trajectory Tracking Control for Autonomous Vehicles

2022-12-22
2022-01-7079
With the improvement of sensor accuracy, sensor data plays an increasingly important role in intelligent vehicle motion control. Good use of sensor data can improve the control of vehicles. However, data-based end-to-end control has the disadvantages of poorly interpreted control models and high time costs; model-based control methods often have difficulties designing high-fidelity vehicle controllers because of model errors and uncertainties in building vehicle dynamics models. In the face of high-speed steering conditions, vehicle control is difficult to ensure stability and safety. Therefore, this paper proposes a hybrid model and data-driven control method. Based on the vehicle state data and road information data provided by vehicle sensors, the method constructs a deep neural network based on LSTM and Attention, which is used as a compensator to solve the performance degradation of the LQR controller due to modeling errors.
Technical Paper

Stackelberg-Game-Based Vehicle Lane-Changing Model Considering Driving Style

2022-12-22
2022-01-7078
At present, most of the game decision lane-changing models only consider the state data of the vehicle at the current moment. However, the driving style has a significant impact on the vehicle trajectories, which should be taken into account in the lane-changing process. Moreover, most of the game models are static and do not take into account the sequence of the vehicle lane-changing. This paper proposed a Stackelberg-game-based vehicle lane-changing model considering driving style. Firstly, the NGSIM public dataset is selected for this research and the data screen flow is processed. The K-means algorithm is applied to exchange data clustering. Based on the analysis of vehicle lane changing features under different driving style, the characteristics of the corresponding data under different style are extracted. The quantic-polynomial programming algorithm is used to generate a vehicle lane changing trajectory under different driving styles.
Technical Paper

Pressure Drop and Heat Transfer Analysis of Power Battery Liquid Cooling System

2022-12-16
2022-01-7122
The battery liquid cooling system can ensure that the battery works within a suitable temperature range, improve the safety performance of the battery system, and ensure the cruising range. This paper introduces a design scheme of a stamped double-parallel liquid cooling plate. Based on the STAR-CCM+ simulation software, a thermal simulation model of the battery management system is established to analyze the thermal behavior of the battery system and to study the effect of the inlet mass flow rate on the temperature of the top surface of the batteries. At the same time, with the analysis of the proportion of pressure drop of each component in the liquid cooling plate, an optimization of inserted part in the liquid cooling plate is proposed. The numerical analysis results are compared with the experimental results of the pressure drop to improve the effectiveness of the optimization scheme.
Technical Paper

Research on Vehicle Speed Estimation Algorithm with Traffic Camera

2022-09-23
2022-01-5074
Dangerous driving behavior will cause serious traffic accidents, which will not only threaten life and property but also cause traffic congestion and reduce road capacity. Speed detection is an important detection method to identify whether a driver is driving dangerously. Traditional speed detection methods need additional sensors, which will increase the cost of speed measurement. This paper proposes a vehicle speed estimation algorithm based on the imaginary projection plane (IPP). The IPP will be established according to the height, field angle, and vertical tilt angle of the camera and will be used to establish the mapping relationship between the world coordinates and image coordinates of the vehicle. By combining YOLOv4 and DeepSORT, the vehicle license plate is detected and tracked, and the center point of the vehicle license plate is taken as the feature point of vehicle speed estimation. The vehicle speed is estimated according to the IPP.
X