Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (24)

Search Parameters:
Keywords = open-source autonomous driving systems

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
21 pages, 3605 KB  
Article
An Efficient Simulation Scene Generation Method Based on Extracted Road Network Topology and Large Language Models
by Ruihang Li, Huangnan Zheng, Jian Wang, Kaikai Xiao, Zhe Yin, Kehan Wang, Wangliang Guo, Hong Li, Pan Lv, Shijian Li and Zhijie Pan
Future Transp. 2026, 6(2), 81; https://doi.org/10.3390/futuretransp6020081 - 2 Apr 2026
Viewed by 315
Abstract
High-fidelity simulation testing is a critical component in ensuring the safety and reliability of autonomous driving systems. However, traditional methods for constructing simulation scenarios face two major bottlenecks. First, acquiring realistic road network topologies that adhere to physical and traffic rules is expensive. [...] Read more.
High-fidelity simulation testing is a critical component in ensuring the safety and reliability of autonomous driving systems. However, traditional methods for constructing simulation scenarios face two major bottlenecks. First, acquiring realistic road network topologies that adhere to physical and traffic rules is expensive. Second, the manual placement of scenario elements (e.g., vehicles and pedestrians) is a time-consuming and labor-intensive process, which struggles to meet the demands of large-scale and diverse testing. To address these challenges, this paper proposes an efficient and automated simulation scenario generation method and toolchain. The proposed approach begins by extracting road network topologies from real-world data sources (e.g., open map datasets) and then uses specialized tools, such as RoadRunner, to automatically assign traffic semantics and rules. The key innovation lies in leveraging the powerful image-text understanding capabilities of large multimodal models (LMMs) to analyze road network images and textual descriptions, generating a semantic heatmap that represents the spatial distribution probabilities of scenario elements. This heatmap guides the procedural content generation (PCG) process, enabling the intelligent and scalable deployment of traffic participants. Experimental results demonstrate that the proposed method can efficiently generate large-scale, high-fidelity, and cost-effective simulation scenarios. The generated scenarios not only maintain realism in topology and traffic rules but also feature rich perception and interaction capabilities. Furthermore, based on this method, we have constructed and released a novel simulation dataset tailored for training perception algorithms, further validating the practical value and advancement of the toolchain. Full article
Show Figures

Figure 1

21 pages, 551 KB  
Article
Agentic RAG for Maritime AIoT: Natural Language Access to Structured Data
by Oxana Sachenkova, Melker Andreasson, Dongzhu Tan and Alisa Lincke
Sensors 2026, 26(4), 1227; https://doi.org/10.3390/s26041227 - 13 Feb 2026
Viewed by 752
Abstract
Maritime operations are increasingly reliant on sensor data to drive efficiency and enhance decision-making. However, despite rapid advances in large language models, including expanded context windows and stronger generative capabilities, critical industrial settings still require secure, role-constrained access to enterprise data and explicit [...] Read more.
Maritime operations are increasingly reliant on sensor data to drive efficiency and enhance decision-making. However, despite rapid advances in large language models, including expanded context windows and stronger generative capabilities, critical industrial settings still require secure, role-constrained access to enterprise data and explicit limitation of model context. Retrieval-Augmented Generation (RAG) remains essential to enforce data minimization, preserve privacy, support verifiability, and meet regulatory obligations by retrieving only permissioned, provenance-tracked slices of information at query time. However, current RAG solutions lack robust validation protocols for numerical accuracy for high-stakes industrial applications. This paper introduces Lighthouse Bot, a novel Agentic RAG system specifically designed to provide natural-language access to complex maritime sensor data, including time-series and relational sensor data. The system addresses a critical need for verifiable autonomous data analysis within the Artificial Intelligence of Things (AIoT) domain, which we explore through a case study on optimizing ferry operations. We present a detailed architecture that integrates a Large Language Model with a specialized database and coding agents to transform natural language into executable tasks, enabling core AIoT capabilities such as generating Python code for time-series analysis, executing complex SQL queries on relational sensor databases, and automating workflows, while keeping sensitive data outside the prompt and ensuring auditable, policy-aligned tool use. To evaluate performance, we designed a test suite of 24 questions with ground-truth answers, categorized by query complexity (simple, moderate, complex) and data interaction type (retrieval, aggregation, analysis). Our results show robust, controlled data access with high factual fidelity: the proprietary Claude 3.7 achieved close to 90% overall factual correctness, while the open-source Qwen 72B achieved 66% overall and 99% on simple retrieval and aggregation queries. These findings underscore the need for a secure limited-context RAG in maritime AIoT and the potential for cost-effective automation of routine exploratory analyses. Full article
Show Figures

Figure 1

6 pages, 1514 KB  
Proceeding Paper
ROS 2-Based Framework for Semi-Automatic Vector Map Creation in Autonomous Driving Systems
by Abdelrahman Alabdallah, Barham Jeries Barham Farraj and Ernő Horváth
Eng. Proc. 2025, 113(1), 13; https://doi.org/10.3390/engproc2025113013 - 28 Oct 2025
Viewed by 1562
Abstract
High-definition vector maps, such as Lanelet2, are critical for autonomous driving systems, enabling precise localization, path planning, and regulatory compliance. However, creating and maintaining these maps traditionally demands labor-intensive manual annotation or resource-heavy automated pipelines. This paper presents an ROS 2-based framework for [...] Read more.
High-definition vector maps, such as Lanelet2, are critical for autonomous driving systems, enabling precise localization, path planning, and regulatory compliance. However, creating and maintaining these maps traditionally demands labor-intensive manual annotation or resource-heavy automated pipelines. This paper presents an ROS 2-based framework for semi-automatic vector map generation, leveraging Lanelet2 primitives to streamline map creation while balancing automation with human oversight. The framework integrates multi-sensor inputs (LIDAR, GPS/IMU) within ROS 2 to extract and fuse road features such as lanes, traffic signs, and curbs. The pipeline employs modular ROS 2 nodes for tasks including NDT and SLAM-based pose estimation and the semantic segmentation of drivable areas which serve as a basis for Lanelet2 primitives. To promote adoption, the implementation is released as an open source. This work bridges the gap between automated map generation and human expertise, advancing the practical deployment of dynamic vector maps in autonomous systems. Full article
(This article belongs to the Proceedings of The Sustainable Mobility and Transportation Symposium 2025)
Show Figures

Figure 1

25 pages, 4810 KB  
Review
Deep Reinforcement and IL for Autonomous Driving: A Review in the CARLA Simulation Environment
by Piotr Czechowski, Bartosz Kawa, Mustafa Sakhai and Maciej Wielgosz
Appl. Sci. 2025, 15(16), 8972; https://doi.org/10.3390/app15168972 - 14 Aug 2025
Cited by 2 | Viewed by 8038
Abstract
Autonomous driving is a complex and fast-evolving domain at the intersection of robotics, machine learning, and control systems. This paper provides a systematic review of recent developments in reinforcement learning (RL) and imitation learning (IL) approaches for autonomous vehicle control, with a dedicated [...] Read more.
Autonomous driving is a complex and fast-evolving domain at the intersection of robotics, machine learning, and control systems. This paper provides a systematic review of recent developments in reinforcement learning (RL) and imitation learning (IL) approaches for autonomous vehicle control, with a dedicated focus on the CARLA simulator, an open-source, high-fidelity platform that has become a standard for learning-based autonomous vehicle (AV) research. We analyze RL-based and IL-based studies, extracting and comparing their formulations of state, action, and reward spaces. Special attention is given to the design of reward functions, control architectures, and integration pipelines. Comparative graphs and diagrams illustrate performance trade-offs. We further highlight gaps in generalization to real-world driving scenarios, robustness under dynamic environments, and scalability of agent architectures. Despite rapid progress, existing autonomous driving systems exhibit significant limitations. For instance, studies show that end-to-end reinforcement learning (RL) models can suffer from performance degradation of up to 35% when exposed to unseen weather or town conditions, and imitation learning (IL) agents trained solely on expert demonstrations exhibit up to 40% higher collision rates in novel environments. Furthermore, reward misspecification remains a critical issue—over 20% of reported failures in simulated environments stem from poorly calibrated reward signals. Generalization gaps, especially in RL, also manifest in task-specific overfitting, with agents failing up to 60% of the time when faced with dynamic obstacles not encountered during training. These persistent shortcomings underscore the need for more robust and sample-efficient learning strategies. Finally, we discuss hybrid paradigms that integrate IL and RL, such as Generative Adversarial IL, and propose future research directions. Full article
(This article belongs to the Special Issue Design and Applications of Real-Time Embedded Systems)
Show Figures

Figure 1

32 pages, 414 KB  
Review
A Survey of Open-Source Autonomous Driving Systems and Their Impact on Research
by Nourdine Aliane
Information 2025, 16(4), 317; https://doi.org/10.3390/info16040317 - 17 Apr 2025
Cited by 3 | Viewed by 16150
Abstract
Open-source autonomous driving systems (ADS) have become a cornerstone of autonomous vehicle development. By providing access to cutting-edge technology, fostering global collaboration, and accelerating innovation, these platforms are transforming the automated vehicle landscape. This survey conducts a comprehensive analysis of leading open-source ADS [...] Read more.
Open-source autonomous driving systems (ADS) have become a cornerstone of autonomous vehicle development. By providing access to cutting-edge technology, fostering global collaboration, and accelerating innovation, these platforms are transforming the automated vehicle landscape. This survey conducts a comprehensive analysis of leading open-source ADS platforms, evaluating their functionalities, strengths, and limitations. Through an extensive literature review, the survey explores their adoption and utilization across key research domains. Additionally, it identifies emerging trends shaping the field. The main contributions of this survey include (1) a detailed overview of leading open-source platforms, highlighting their strengths and weaknesses; (2) an examination of their impact on research; and (3) a synthesis of current trends, particularly in interoperability with emerging technologies such as AI/ML solutions and edge computing. This study aims to provide researchers and practitioners with a holistic understanding of open-source ADS platforms, guiding them in selecting the right platforms for future innovation. Full article
(This article belongs to the Special Issue Surveys in Information Systems and Applications)
Show Figures

Graphical abstract

21 pages, 3679 KB  
Article
Simulation Modeling of Energy Efficiency of Electric Dump Truck Use Depending on the Operating Cycle
by Aleksey F. Pryalukhin, Boris V. Malozyomov, Nikita V. Martyushev, Yuliia V. Daus, Vladimir Y. Konyukhov, Tatiana A. Oparina and Ruslan G. Dubrovin
World Electr. Veh. J. 2025, 16(4), 217; https://doi.org/10.3390/wevj16040217 - 5 Apr 2025
Cited by 26 | Viewed by 2710
Abstract
Open-pit mining involves the use of vehicles with high load capacity and satisfactory mobility. As experience shows, these requirements are fully met by pneumatic wheeled dump trucks, the traction drives of which can be made using thermal or electric machines. The latter are [...] Read more.
Open-pit mining involves the use of vehicles with high load capacity and satisfactory mobility. As experience shows, these requirements are fully met by pneumatic wheeled dump trucks, the traction drives of which can be made using thermal or electric machines. The latter are preferable due to their environmental friendliness. Unlike dump trucks with thermal engines, which require fuel to be injected into them, electric trucks can be powered by various options of a power supply: centralized, autonomous, and combined. This paper highlights the advantages and disadvantages of different power supply systems depending on their schematic solutions and the quarry parameters for all the variants of the power supply of the dumper. Each quantitative indicator of each factor was changed under conditions consistent with the others. The steepness of the road elevation in the quarry and its length were the factors under study. The studies conducted show that the energy consumption for dump truck movement for all variants of a power supply practically does not change. Another group of factors consisted of electric energy sources, which were accumulator batteries and double electric layer capacitors. The analysis of energy efficiency and the regenerative braking system reveals low efficiency of regeneration when lifting the load from the quarry. In the process of lifting from the lower horizons of the quarry to the dump and back, kinetic energy is converted into heat, reducing the efficiency of regeneration considering the technological cycle of works. Taking these circumstances into account, removing the regenerative braking systems of open-pit electric dump trucks hauling soil or solid minerals from an open pit upwards seems to be economically feasible. Eliminating the regenerative braking system will simplify the design, reduce the cost of a dump truck, and free up usable volume effectively utilized to increase the capacity of the battery packs, allowing for longer run times without recharging and improving overall system efficiency. The problem of considering the length of the path for energy consumption per given gradient of the motion profile was solved. Full article
Show Figures

Figure 1

22 pages, 22974 KB  
Article
EOR: An Enhanced Object Registration Method for Visual Images and High-Definition Maps
by Nian Hui, Zijie Jiang, Zhongliang Cai and Shen Ying
Remote Sens. 2025, 17(1), 66; https://doi.org/10.3390/rs17010066 - 27 Dec 2024
Viewed by 1425
Abstract
Accurate object registration is crucial for precise localization and environment sensing in autonomous driving systems. While real-time sensors such as cameras and radar capture the local environment, high-definition (HD) maps provide a global reference frame that enhances localization accuracy and robustness, especially in [...] Read more.
Accurate object registration is crucial for precise localization and environment sensing in autonomous driving systems. While real-time sensors such as cameras and radar capture the local environment, high-definition (HD) maps provide a global reference frame that enhances localization accuracy and robustness, especially in complex scenarios. In this paper, we propose an innovative method called enhanced object registration (EOR) to improve the accuracy and robustness of object registration between camera images and HD maps. Our research investigates the influence of spatial distribution factors and spatial structural characteristics of objects in visual perception and HD maps on registration accuracy and robustness. We specifically focus on understanding the varying importance of different object types and the constrained dimensions of pose estimation. These factors are integrated into a nonlinear optimization model and extended Kalman filter framework. Through comprehensive experimentation on the open-source Argoverse 2 dataset, the proposed EOR demonstrates the ability to maintain high registration accuracy in lateral and elevation dimensions, improve longitudinal accuracy, and increase the probability of successful registration. These findings contribute to a deeper understanding of the relationship between sensing data and scenario understanding in object registration for vehicle localization. Full article
Show Figures

Graphical abstract

21 pages, 20775 KB  
Article
Sensor Fusion Method for Object Detection and Distance Estimation in Assisted Driving Applications
by Stefano Favelli, Meng Xie and Andrea Tonoli
Sensors 2024, 24(24), 7895; https://doi.org/10.3390/s24247895 - 10 Dec 2024
Cited by 12 | Viewed by 6620
Abstract
The fusion of multiple sensors’ data in real-time is a crucial process for autonomous and assisted driving, where high-level controllers need classification of objects in the surroundings and estimation of relative positions. This paper presents an open-source framework to estimate the distance between [...] Read more.
The fusion of multiple sensors’ data in real-time is a crucial process for autonomous and assisted driving, where high-level controllers need classification of objects in the surroundings and estimation of relative positions. This paper presents an open-source framework to estimate the distance between a vehicle equipped with sensors and different road objects on its path using the fusion of data from cameras, radars, and LiDARs. The target application is an Advanced Driving Assistance System (ADAS) that benefits from the integration of the sensors’ attributes to plan the vehicle’s speed according to real-time road occupation and distance from obstacles. Based on geometrical projection, a low-level sensor fusion approach is proposed to map 3D point clouds into 2D camera images. The fusion information is used to estimate the distance of objects detected and labeled by a Yolov7 detector. The open-source pipeline implemented in ROS consists of a sensors’ calibration method, a Yolov7 detector, 3D point cloud downsampling and clustering, and finally a 3D-to-2D transformation between the reference frames. The goal of the pipeline is to perform data association and estimate the distance of the identified road objects. The accuracy and performance are evaluated in real-world urban scenarios with commercial hardware. The pipeline running on an embedded Nvidia Jetson AGX achieves good accuracy on object identification and distance estimation, running at 5 Hz. The proposed framework introduces a flexible and resource-efficient method for data association from common automotive sensors and proves to be a promising solution for enabling effective environment perception ability for assisted driving. Full article
(This article belongs to the Special Issue Sensors and Sensor Fusion Technology in Autonomous Vehicles)
Show Figures

Figure 1

19 pages, 6394 KB  
Review
Realistic 3D Simulators for Automotive: A Review of Main Applications and Features
by Ivo Silva, Hélder Silva, Fabricio Botelho and Cristiano Pendão
Sensors 2024, 24(18), 5880; https://doi.org/10.3390/s24185880 - 10 Sep 2024
Cited by 18 | Viewed by 12142
Abstract
Recent advancements in vehicle technology have stimulated innovation across the automotive sector, from Advanced Driver Assistance Systems (ADAS) to autonomous driving and motorsport applications. Modern vehicles, equipped with sensors for perception, localization, navigation, and actuators for autonomous driving, generate vast amounts of data [...] Read more.
Recent advancements in vehicle technology have stimulated innovation across the automotive sector, from Advanced Driver Assistance Systems (ADAS) to autonomous driving and motorsport applications. Modern vehicles, equipped with sensors for perception, localization, navigation, and actuators for autonomous driving, generate vast amounts of data used for training and evaluating autonomous systems. Real-world testing is essential for validation but is complex, expensive, and time-intensive, requiring multiple vehicles and reference systems. To address these challenges, computer graphics-based simulators offer a compelling solution by providing high-fidelity 3D environments to simulate vehicles and road users. These simulators are crucial for developing, validating, and testing ADAS, autonomous driving systems, and cooperative driving systems, and enhancing vehicle performance and driver training in motorsport. This paper reviews computer graphics-based simulators tailored for automotive applications. It begins with an overview of their applications and analyzes their key features. Additionally, this paper compares five open-source (CARLA, AirSim, LGSVL, AWSIM, and DeepDrive) and ten commercial simulators. Our findings indicate that open-source simulators are best for the research community, offering realistic 3D environments, multiple sensor support, APIs, co-simulation, and community support. Conversely, commercial simulators, while less extensible, provide a broader set of features and solutions. Full article
(This article belongs to the Special Issue Advances in Sensing, Imaging and Computing for Autonomous Driving)
Show Figures

Figure 1

20 pages, 11395 KB  
Article
Autonomous Driving System Architecture with Integrated ROS2 and Adaptive AUTOSAR
by Dongwon Hong and Changjoo Moon
Electronics 2024, 13(7), 1303; https://doi.org/10.3390/electronics13071303 - 30 Mar 2024
Cited by 15 | Viewed by 13520
Abstract
In the automotive industry, research is now underway to apply Adaptive Automotive Open System Architecture (AUTOSAR) to the development of next-generation mobility, such as autonomous driving and connected cars. However, research on autonomous driving is being predominantly conducted on the robotics platform ROS2 [...] Read more.
In the automotive industry, research is now underway to apply Adaptive Automotive Open System Architecture (AUTOSAR) to the development of next-generation mobility, such as autonomous driving and connected cars. However, research on autonomous driving is being predominantly conducted on the robotics platform ROS2 (Robot Operating System 2). This demonstrates a considerable distance between autonomous driving research and its application in actual vehicles. To bridge this gap, interoperability that leverages the strengths of the Adaptive AUTOSAR and ROS2 platforms and compensates for their weaknesses is required. Therefore, this study proposes an architecture for interoperability between the two platforms, named Autonomous Driving System with Integrated ROS2 and Adaptive AUTOSAR (ASIRA). The proposed architecture enables communication between each of the two platforms through the ROS2 SOME/IP Bridge and allows for the necessary data exchange. It validates them in autonomous driving scenarios and goes beyond vehicle development, testing, and prototyping to exploit the advantages of each platform. Additionally, the simulation of autonomous vehicles within the ASIRA architecture is demonstrated by interoperating the ROS2 representative open-source autonomous driving project, Autoware, with the Adaptive AUTOSAR simulator. This study contributes to the assimilation of ROS2 into the automotive industry and its application in real vehicles by linking ROS2 and Adaptive AUTOSAR. Full article
(This article belongs to the Special Issue Advancements in Connected and Autonomous Vehicles)
Show Figures

Figure 1

16 pages, 4713 KB  
Article
Road Traffic Sign Detection Method Based on RTS R-CNN Instance Segmentation Network
by Guirong Zhang, Yiming Peng and Hai Wang
Sensors 2023, 23(14), 6543; https://doi.org/10.3390/s23146543 - 20 Jul 2023
Cited by 20 | Viewed by 3098
Abstract
With the rapid development of the autonomous driving industry, there is increasing research on related perception tasks. However, research on road surface traffic sign detection tasks is still limited. There are two main challenges to this task. First, when the target object’s pixel [...] Read more.
With the rapid development of the autonomous driving industry, there is increasing research on related perception tasks. However, research on road surface traffic sign detection tasks is still limited. There are two main challenges to this task. First, when the target object’s pixel ratio is small, the detection accuracy often decreases. Second, the existing publicly available road surface traffic sign datasets have limited image data. To address these issues, this paper proposes a new instance segmentation network, RTS R-CNN, for road surface traffic sign detection tasks based on Mask R-CNN. The network can accurately perceive road surface traffic signs and provide important information for the autonomous driving decision-making system. Specifically, CSPDarkNet53_ECA is proposed in the feature extraction stage to enhance the performance of deep convolutional networks by increasing inter-channel interactions. Second, to improve the network’s detection accuracy for small target objects, GR-PAFPN is proposed in the feature fusion part, which uses a residual feature enhancement module (RFA) and atrous spatial pyramid pooling (ASPP) to optimize PAFPN and introduces a balanced feature pyramid module (BFP) to handle the imbalanced feature information at different resolutions. Finally, data augmentation is used to generate more data and prevent overfitting in specific scenarios. The proposed method has been tested on the open-source dataset Ceymo, achieving a Macro F1-score of 87.56%, which is 2.3% higher than the baseline method, while the inference speed reaches 23.5 FPS. Full article
(This article belongs to the Section Environmental Sensing)
Show Figures

Figure 1

11 pages, 5604 KB  
Article
Open-Path Laser Absorption Sensor for Mobile Measurements of Atmospheric Ammonia
by Soran Shadman, Thomas W. Miller and Azer P. Yalin
Sensors 2023, 23(14), 6498; https://doi.org/10.3390/s23146498 - 18 Jul 2023
Cited by 7 | Viewed by 2760
Abstract
Anthropogenic emissions of ammonia to the atmosphere, particularly those from agricultural sources, can be damaging to the environment and human health and can drive a need for sensor technologies that can be used to detect and quantify the emissions. Mobile sensing approaches that [...] Read more.
Anthropogenic emissions of ammonia to the atmosphere, particularly those from agricultural sources, can be damaging to the environment and human health and can drive a need for sensor technologies that can be used to detect and quantify the emissions. Mobile sensing approaches that can be deployed on ground-based or aerial vehicles can provide scalable solutions for high throughput measurements but require relatively compact and low-power sensor systems. This contribution presents an ammonia sensor based on wavelength modulation spectroscopy (WMS) integrated with a Herriott multi-pass cell and a quantum cascade laser (QCL) at 10.33 µm oriented to mobile use. An open-path configuration is used to mitigate sticky-gas effects and achieve high time-response. The final sensor package is relatively small (~20 L), lightweight (~3.5 kg), battery-powered (<30 W) and operates autonomously. Details of the WMS setup and analysis method are presented along with laboratory tests showing sensor accuracy (<~2%) and precision (~4 ppb in 1 s). Initial field deployments on both ground vehicles and a fixed-wing unmanned aerial vehicle (UAV) are also presented. Full article
(This article belongs to the Special Issue Spectroscopy Gas Sensing and Applications)
Show Figures

Figure 1

23 pages, 14607 KB  
Article
LiDAR-Based Sensor Fusion SLAM and Localization for Autonomous Driving Vehicles in Complex Scenarios
by Kai Dai, Bohua Sun, Guanpu Wu, Shuai Zhao, Fangwu Ma, Yufei Zhang and Jian Wu
J. Imaging 2023, 9(2), 52; https://doi.org/10.3390/jimaging9020052 - 20 Feb 2023
Cited by 18 | Viewed by 11235
Abstract
LiDAR-based simultaneous localization and mapping (SLAM) and online localization methods are widely used in autonomous driving, and are key parts of intelligent vehicles. However, current SLAM algorithms have limitations in map drift and localization algorithms based on a single sensor have poor adaptability [...] Read more.
LiDAR-based simultaneous localization and mapping (SLAM) and online localization methods are widely used in autonomous driving, and are key parts of intelligent vehicles. However, current SLAM algorithms have limitations in map drift and localization algorithms based on a single sensor have poor adaptability to complex scenarios. A SLAM and online localization method based on multi-sensor fusion is proposed and integrated into a general framework in this paper. In the mapping process, constraints consisting of normal distributions transform (NDT) registration, loop closure detection and real time kinematic (RTK) global navigation satellite system (GNSS) position for the front-end and the pose graph optimization algorithm for the back-end, which are applied to achieve an optimized map without drift. In the localization process, the error state Kalman filter (ESKF) fuses LiDAR-based localization position and vehicle states to realize more robust and precise localization. The open-source KITTI dataset and field tests are used to test the proposed method. The method effectiveness shown in the test results achieves 5–10 cm mapping accuracy and 20–30 cm localization accuracy, and it realizes online autonomous driving in complex scenarios. Full article
(This article belongs to the Special Issue Computer Vision and Scene Understanding for Autonomous Driving)
Show Figures

Figure 1

24 pages, 7895 KB  
Article
Analysis of Lane-Changing Decision-Making Behavior of Autonomous Vehicles Based on Molecular Dynamics
by Dayi Qu, Kekun Zhang, Hui Song, Tao Wang and Shouchen Dai
Sensors 2022, 22(20), 7748; https://doi.org/10.3390/s22207748 - 12 Oct 2022
Cited by 4 | Viewed by 4573
Abstract
Along with the rapid development of autonomous driving technology, autonomous vehicles are showing a trend of practicality and popularity. Autonomous vehicles perceive environmental information through sensors to provide a basis for the decision making of vehicles. Based on this, this paper investigates the [...] Read more.
Along with the rapid development of autonomous driving technology, autonomous vehicles are showing a trend of practicality and popularity. Autonomous vehicles perceive environmental information through sensors to provide a basis for the decision making of vehicles. Based on this, this paper investigates the lane-changing decision-making behavior of autonomous vehicles. First, the similarity between autonomous vehicles and moving molecules is sought based on a system-similarity analysis. The microscopic lane-changing behavior of vehicles is analyzed by the molecular-dynamics theory. Based on the objective quantification of the lane-changing intention, the interaction potential is further introduced to establish the molecular-dynamics lane-changing model. Second, the relationship between the lane-changing initial time and lane-changing completed time, and the dynamic influencing factors of the lane changing, were systematically analyzed to explore the influence of the microscopic lane-changing behavior on the macroscopic traffic flow. Finally, the SL2015 lane-changing model was compared with the molecular-dynamics lane-changing model using the SUMO platform. SUMO is an open-source and multimodal traffic experimental platform that can realize and evaluate traffic research. The results show that the speed fluctuation of autonomous vehicles under the molecular-dynamics lane-changing model was reduced by 15.45%, and the number of passed vehicles was increased by 5.93%, on average, which means that it has better safety, stability, and efficiency. The molecular-dynamics lane-changing model of autonomous vehicles takes into account the dynamic factors in the traffic scene, and it reasonably shows the characteristics of the lane-changing behavior for autonomous vehicles. Full article
(This article belongs to the Topic Intelligent Transportation Systems)
Show Figures

Figure 1

17 pages, 11669 KB  
Article
Mapping Server Collaboration Architecture Design with OpenVSLAM for Mobile Devices
by Jooeun Song and Joongjin Kook
Appl. Sci. 2022, 12(7), 3653; https://doi.org/10.3390/app12073653 - 5 Apr 2022
Cited by 8 | Viewed by 5310
Abstract
SLAM technology, which is used for spatial recognition in autonomous driving and robotics, has recently emerged as an important technology to provide high-quality AR contents on mobile devices due to the spread of XR and metaverse technologies. In this paper, we designed, implemented, [...] Read more.
SLAM technology, which is used for spatial recognition in autonomous driving and robotics, has recently emerged as an important technology to provide high-quality AR contents on mobile devices due to the spread of XR and metaverse technologies. In this paper, we designed, implemented, and verified the SLAM system that can be used on mobile devices. Mobile SLAM is composed of a stand-alone type that directly performs SLAM operation on a mobile device and a mapping server type that additionally configures a mapping server based on FastAPI to perform SLAM operation on the server and transmits data for map visualization to a mobile device. The mobile SLAM system proposed in this paper mixes the two types in order to make SLAM operation and map generation more efficient. The stand-alone type of SLAM system was configured as an Android app by porting the OpenVSLAM library to the Unity engine, and the map generation and performance were evaluated on desktop PCs and mobile devices. The mobile SLAM system in this paper is an open-source project, so it is expected to help develop AR contents based on SLAM in a mobile environment. Full article
(This article belongs to the Special Issue Research on Multimedia Systems)
Show Figures

Figure 1

Back to TopTop