Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 2.96 KB

README.md

File metadata and controls

52 lines (35 loc) · 2.96 KB

CARLA+

Welcome to the CARLA+ repository!

CARLA+ is an open-source autonomous driving simulation framework designed for modeling the dynamics of complex urban environments. Leveraging the power of probabilistic graphical models (PGMs), CARLA+ provides a robust and flexible platform for simulating autonomous driving scenarios in uncontrolled urban environments.

Features

  • PGM-based modeling: CARLA+ utilizes a probabilistic graphical model to capture the dynamics of complex urban environments.
  • Environment dynamics: With CARLA+, you can model various aspects of the environment, such as time of day, weather types, vehicle count, vehicle speeds, pedestrian count, and their interactions.
  • Automated behavior: Instead of relying on manual code and conditional statements, CARLA+ allows users to automate the modeling of different dynamics in the simulation environment.
  • Enhanced CARLA simulator: CARLA+ is an extension of the classical CARLA simulator, designed to provide more sophisticated settings and capabilities for accurately modeling the required dynamics of complex urban environments.
  • Open-source: The code of CARLA+ is made publicly available, encouraging collaboration and research in the field of autonomous driving.

Installation

To get started with CARLA+, follow the installation instructions provided in the Installation Guide. This will guide you through the process of setting up the simulator environment.

Usage

Once you have installed CARLA+, refer to the User Guide for detailed instructions on how to use the simulator and leverage the PGM-based modeling capabilities. The guide provides examples and explanations to help you simulate various scenarios in complex urban environments.

License

CARLA+ is released under the MIT License, granting you the freedom to use, modify, and distribute the software.

Contact

If you have any questions, suggestions, or feedback, please feel free to reach out to us. You can find our contact information in the Contact section.

We hope you find CARLA+ useful for your research and experimentation with collaborative autonomous driving!


If you use Carla+ in your work, please cite our paper.

Malik, S., Khan, M. A., Aadam, El-Sayed, H., Iqbal, F., Khan, J., & Ullah, O. (2023). CARLA+: An Evolution of the CARLA Simulator for Complex Environment Using a Probabilistic Graphical Model. Drones, 7(2), Article 2. https://doi.org/10.3390/drones7020111

@Article{drones7020111,
  AUTHOR = {Malik, Sumbal and Khan, Manzoor Ahmed and Aadam and El-Sayed, Hesham and Iqbal, Farkhund and Khan, Jalal and Ullah, Obaid},
  TITLE = {CARLA+: An Evolution of the CARLA Simulator for Complex Environment Using a Probabilistic Graphical Model},
  JOURNAL = {Drones},
  VOLUME = {7},
  YEAR = {2023},
  NUMBER = {2},
  ARTICLE-NUMBER = {111},
  URL = {https://www.mdpi.com/2504-446X/7/2/111},
  ISSN = {2504-446X},
  DOI = {10.3390/drones7020111}
}