Refine Your Search

Topic

Author

Affiliation

Search Results

Standard

OnQue Digital Standards System - Standards

2024-04-25
/onque-digital-standards
Now Available from SAE International, SAE OnQue is a revolutionary digital standards solution that optimizes the way automotive and aerospace engineers access standards.
Technical Paper

Developing an Automated Vehicle Research Platform by Integrating Autoware with the DataSpeed Drive-By-Wire System

2024-04-09
2024-01-1981
Over the past decade, significant progress has been made in developing algorithms and improving hardware for automated driving. However, conducting research and deploying advanced algorithms on automated vehicles for testing and validation remains costly, especially for academia. This paper presents the efforts of our research team to integrate the newest version of the open-source Autoware software with the commercially available DataSpeed Drive-by-Wire (DBW) system, resulting in the creation of a versatile and robust automated vehicle research platform. Autoware, an open-source software stack based on the 2nd generation Robot Operating System (ROS2), has gained prominence in the automated vehicle research community for its comprehensive suite of perception, planning, and control modules. The DataSpeed DBW system directly communicates with the vehicle's CAN bus and provides precise vehicle control capabilities.
Technical Paper

A Survey of Vehicle Dynamics Models for Autonomous Driving

2024-04-09
2024-01-2325
Autonomous driving technology is more and more important nowadays, it has been changing the living style of our society. As for autonomous driving planning and control, vehicle dynamics has strong nonlinearity and uncertainty, so vehicle dynamics and control is one of the most challenging parts. At present, many kinds of specific vehicle dynamics models have been proposed, this review attempts to give an overview of the state of the art of vehicle dynamics models for autonomous driving. Firstly, this review starts from the simple geometric model, vehicle kinematics model, dynamic bicycle model, double-track vehicle model and multi degree of freedom (DOF) dynamics model, and discusses the specific use of these classical models for autonomous driving state estimation, trajectory prediction, motion planning, motion control and so on.
Technical Paper

Energy Dissipation Characteristics Analysis of Automotive Vibration PID Control Based on Adaptive Differential Evolution Algorithm

2024-04-09
2024-01-2287
To address the issue of PID control for automotive vibration, this paper supplements and develops the evaluation of automotive vibration characteristics, and proposes a vibration response quantity for evaluating the energy dissipation characteristics of automotive vibration. A two-degree-of-freedom single wheel model for automotive vibration control is established, and the conventional vibration response variables for ride comfort evaluation and the energy consumption vibration response variables for energy dissipation characteristics evaluation are determined. This paper uses the Adaptive Differential Evolution (ADE) algorithm to tune the PID control parameters and introduces an adaptive mutation factor to improve the algorithm's adaptability. Several commonly used adaptive mutation factors are summarized in this paper, and their effects on algorithm improvement are compared.
Technical Paper

Development of a Dual Motor Beam eAxle for Medium Duty Commercial Vehicle Application

2024-04-09
2024-01-2162
Considering the current trend towards the electrification of commercial vehicles, the development of Beam eAxle solutions has become necessary. The utilization of an electric drive unit in heavy-duty solid axle-based commercial vehicles presents unique and demanding challenges. These include the necessity for elevated peak and continuous torque while meeting packaging constraints, structural integrity requirements, and extended service life. One such solution was developed by BorgWarner to address these challenges. This paper offers a comprehensive overview of the design and development process undertaken for this Dual Motor Beam eAxle system. This includes the initial comparison of various eAxle solutions, the specifications of components selected for this design, and the initial results from dyno and vehicle development.
Technical Paper

Advanced Development of e-HMI Road Content Projection Headlamp

2024-04-09
2024-01-2232
Recently, with the advancement of autonomous driving technology, the function of external lamps has been changed. Previously, the focus was on the visibility of drivers, but with the advancement of autonomous driving technology, the concept of autonomous driving systems has been developed. Accordingly, the trend of automotive lamp lighting systems has been developed in terms of design, e-HMI (exterior-human machine interface), It is developing in accordance with three major fields such as sensor connection. Therefore, this paper will cover the prior development of road content projection headlamps that enable e-HMI implementation to reflect these new trends. Since the technology is mass-produced and sold by several manufacturers, our company also needs to quickly develop and apply the technology in advance. Only four types of symbols are allowed in European law.
Technical Paper

Performance of Headlights Fitted with LED Replacement Bulbs

2024-04-09
2024-01-2230
To ensure adequate visibility without excessive glare, vehicle headlights are designed to use a specific source of illumination. The optical designs of headlights gather the luminous flux produced by the light source to produce a useful beam pattern that meets the relevant requirements and standards for vehicle forward lighting. With the advent of solid state, light emitting diode sources for general illumination, an increasing number of LED replacement headlight bulb products has emerged over the past decade. In most cases, these LED replacement bulbs are not permitted for legal use on public roadways, but some countries have begun to permit specific LED replacement bulbs to be used legally on the road for specific makes, models and production years of certain vehicles. If they can be demonstrated to produce a beam pattern that meets the photometric requirements for a legal headlight, they are permitted to be used legally for on-road use.
Technical Paper

Polymeric Compounds with Cellulose Nanofibrils for 3D Printing Applications

2024-04-09
2024-01-2576
A systematic review based on the PRISMA protocol was used to evaluate compounds developed for 3D printing with the incorporation of cellulose nanofibrils into polymers to be used in the automotive sector. The processing parameter is a data of great relevance for the development of durable structural parts and this study can be carried out using the state of the art on this subject. This way, the research was carried out using a search strategy from three different databases (Web of Science, Scopus and Science Direct) limiting studies between the years 2019 and 2023. The keywords used in these searches were: "3D Print" OR "FDM" OR "Fused Deposition Modeling" OR "FFF" OR "Fused Filament Fabrication" AND "Natural Nanofiber" OR "Natural Nanofibril" OR "Cellulose Nanofiber" OR "Cellulose Nanofibril". The same criteria described were also used to search for patents on the PatentScope, Google Patents and Espacenet platforms.
Technical Paper

Experimental and Numerical Momentum Flux Analysis of Jets from a Hydrogen Injector

2024-04-09
2024-01-2616
The use of hydrogen in internal combustion engines is an effective approach to significantly support the reduction of CO2 emissions from the transportation sector using technically affordable solutions. The use of direct injection is the most promising approach to fully exploit hydrogen potential as a clean fuel, while preserving targets in terms of power density and emissions. In this frame, the development of an effective combustion system largely relies on the hydrogen-air mixture formation process, so to adequately control the charge stratification to mitigate pre-ignitions and knock and to minimize NOx formation. Hence, improving capabilities of designing a correct gas jet-air interaction is of paramount importance. In this paper the analysis of the evolution of a high-pressure gas jet produced by a single-hole prototype injector operated with different pressure ratios is presented.
Technical Paper

Terrain Streaming for Real-Time Vehicle Dynamics

2024-04-09
2024-01-2659
This paper describes an approach to integrating high-fidelity vehicle dynamics with a high-fidelity gaming engine, specifically with respect to terrain. The work is motivated by the experimental need to have both high-fidelity visual content with high-fidelity vehicle dynamics to drive a motion base simulator. To utilize a single source of terrain information, the problem requires the just-in-time sharing of terrain content between the gaming engine and the dynamics model. The solution is implemented as a client-server with the gaming engine acting as a stateless server and the dynamics acting as the client. The client is designed to actively maintain a locally cashed terrain grid around the vehicle and actively refresh it by polling the server in an on-demand mode of operation. The paper discusses the overall architecture, the protocol, the server, and the client designs. A practical implementation is described and shown to effectively function in real-time.
Technical Paper

Applying Concolic Testing to the Automotive Domain

2024-04-09
2024-01-2802
Symbolic code execution is a powerful cybersecurity testing approach that facilitates the systematic exploration of all paths within a program to uncover previously unknown cybersecurity vulnerabilities. This is achieved through a Satisfiability Modulo Theory (SMT) solver, which operates on symbolic values for program inputs instead of using their concrete counterparts. However, in complex code bases, this approach faces significant limitations, such as program path explosions or unavailable dependencies, which can result in conditions that the SMT solver cannot reason about. Consequently, SMT solvers are often considered as too costly to implement for automotive testing use cases and are rarely employed within this domain. In contrast, fuzz testing has recently gained traction in the automotive industry as an invaluable testing technique for identifying previously unknown vulnerabilities. Its initial setup is straightforward and typically yields useful findings.
X