ucla-mobility / OpenCDA

A generalized framework for prototyping full-stack cooperative driving automation applications under CARLA+SUMO.
Other
988 stars 197 forks source link

Support for OpenCDA on Newer Ubuntu Versions #184

Closed GoodarzMehr closed 1 year ago

GoodarzMehr commented 1 year ago

Since Both Ubuntu 18.04 and Python 3.7 are nearing EOL, I was wondering if you have any plans for adding support for newer OS, CARLA, and Python versions. I built CARLA 0.9.14 on Ubuntu 22.04 from source with Python 3.10.6 (and also other versions of Python), but none seem to work with OpenCDA.

DerrickXuNu commented 1 year ago

Hi,

OpenCDA supports Ubuntu20.04 + Python 3.8, and the root reason for the failure is that it doesn't support 0914 CARLA for now. We are working on upgrading this, and you will see a new big update soon.

GoodarzMehr commented 1 year ago

Thanks! Looking forward to the update.