For ECE499: Senior Thesis at UIUC. Modified from the 2020 CARLA Challenge.
The challenge lies in the safety of autonomous vehicles (AVs), as current simulators like CARLA may not effectively simulate crucial aspects, particularly in challenging weather conditions. The thesis aims to enhance CARLA by introducing friction to actor vehicles in adverse scenarios like rain and ice. The evaluation suggests that these modifications could significantly impact accident rates, emphasizing the need for improved and more accurate simulation tools to ensure safer development of AVs.
The thesis indicates that in adverse scenarios, the modifications to CARLA's simulation could increase the accident rate from 49% to 98% compared to the existing implementation. This substantial rise in the accident rate highlights the potential dangers and unintended outcomes that may arise from inadequate simulation of challenging conditions, emphasizing the importance of enhancing simulation tools for autonomous vehicle development.
./(ECE499) Deliverables
includes the thesis and presentation at the ECE Symposium 2023 along with visualizations../campaign_configs
includes weather specifications and parameters../(ECE499) Simulations
includes data generated from different scenarios from weather parameters with and without friction modification. The scenarios used are:- Ghost Cut-in
- Lead Cut-in
- Lead Slowdown
./(ECE499) Evaluation
includes scripts for data processing.
A weather parameter is passed into the scenario so that the friction of a vehicle can be determined when spawned based on a known formula.
Please refer to the source repo and ./(ECE499) Environment Setup
.