Erdos Project Pylot Versions Save

Modular autonomous driving platform running on the CARLA simulator and real-world vehicles.

v0.3.3-eurosys

2 years ago

Release to be used to reproduce the experiments from the D3: A Dynamic Deadline-Driven Approach for Building Autonomous Vehicles paper accepted at EuroSys 2022.

v0.3.3

2 years ago

Pylot v0.3.3

Bug Fixes

v0.3.2

3 years ago

Bug Fixes

v0.3.1

3 years ago
  • Improved perfect lane detector to collect all lanes.
  • Added support for latest CARLA LiDAR type (CARLA >= 0.9.9.4).
  • Updated CARLA challenge agent to support perfect perception.
  • Added logic to close pygame window, and to shutdown on sigint.
  • Updated traffic light data collection script to work with latest CARLA versions.
  • Reduced dependency on CARLA throughout the code base.

v0.3.0

3 years ago

New features

  • EKF localization.
  • R2P2 obstacle prediction.
  • Lanenet lane detection.
  • EfficientDet obstacle detection.
  • Driver script for running on a Lincoln MKZ vehicle.
  • Drivers for Grasshopper cameras and Velodyne LiDAR.
  • Pseudo-asynchronous execution mode for accurately measuring the impact of runtime on driving experience.
  • Moved from cv2 visualization to a pygame-based interface for visualizing all the components.
  • Added an agent for the CARLA challenge.

Implementation Changes

  • Refactored planners to work with a common world representation.

v0.2.0

4 years ago

Initial Pylot release that uses the Rust-based ERDOS. The release also:

  1. Adds support for CARLA 0.9.7.
  2. Refactors utils modules into classes.
  3. Ensured all transforms from CARLA objects to Pylot objects are consistent.