CARLA Simulator: Difference between revisions
Line 35: | Line 35: | ||
** You will need an Epic Games account linked to your GitHub to have access to the source code. | ** You will need an Epic Games account linked to your GitHub to have access to the source code. | ||
* Clone the carla repo and download assets. | * Clone the carla repo and download assets. | ||
<pre> | |||
# Launch Unreal Engine | |||
make launch | |||
# Build Carla | |||
make package | |||
</pre> | |||
}} | }} | ||