Carla Simulator¶
About¶
Carla is an open source, autonomous vehicle simulator built on the Unreal Game Engine. When run, the Carla game/physics-engine application acts as a server to which a Python client can be connected to gather sensor data and drive the vehicle.
- Useful links:
- Webpage - http://carla.org/
- Docs - https://carla.readthedocs.io/en/stable/
- GitHub - https://github.com/carla-simulator/carla/
- Relevant papers:
- [1] A. Dosovitskiy, G. Ros, F. Codevilla, A. Lopez, and V. Koltun, “CARLA: An Open Urban Driving Simulator,” arXiv:1711.03938 [cs], Nov. 2017.
Warning
- To access Epic’s marketplace to download community environments or assets, Windows OS is required
- Building on Windows allows compatibility with Linux, but not vice versa
- You HAVE TO use Carla 0.8.2 on Unreal Engine 4.18 for successfully building the project and using the PythonAPI
- Building/packaging an Unreal project takes a long time