logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install carla-simulator/carla. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

carla-simulator/carla Installation Guide

How to install carla-simulator/carla. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for carla-simulator/carla. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i carla-simulator/carla
or

Install via npx

npx @hexmos/ipm i carla-simulator/carla

Prerequisites

Python

language

Version: >=3.6.0

Unreal Engine 5.5

build_tool

CMake

build_tool

Version: 3.21.0

Git

system_tool

Version: 2.34.1

Visual Studio Code

environment

For code editing and debugging.

Linux (Ubuntu 20.04 or later)

os

Windows 10/11

os

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Clone the repository and run setup script

git clone https://github.com/carla-simulator/carla.git

cd CarlaUE5

Build CARLA with Python API

cmake -G Ninja -S . -B Build --toolchain=$PWD/CMake/Toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_ROS2=ON

cmake --build Build --target carla-python-api-install

Post Installation Steps

  • Open the CARLA simulator in your preferred environment (e.g., a web browser). You can find instructions on how to launch the simulator from the CARLA website: [https://carla-ue5.readthedocs.io/en/latest/](https://carla-ue5.readthedocs.io/en/latest/).
  • To access the CARLA simulator, you can use the provided link: [https://carla.org/](https://carla.org/).