Installation
Requirements
Python 3.11
pip
(Optional) Docker for containerized deployment
Supported Platforms
Windows 10+
Ubuntu 22.04+
Steps
Clone the repository:
git clone https://github.com/AkshayChikhalkar/carla-driving-simulator-client.git cd carla-driving-simulator-client
Install dependencies:
pip install -e .[dev,docs]
(Recommended) Run with Docker Compose:
docker-compose -f docker-compose-prod.yml up -d
(Alternative) Run with Docker directly:
docker pull akshaychikhalkar/carla-driving-simulator-client:latest docker run -p 8081:8000 akshaychikhalkar/carla-driving-simulator-client:latest
Access the application:
Open your browser and navigate to: http://localhost:8081
For more details, see the README.md and DOCKER_README.md files.