Carla: How to run carla simulator (in installation from source)

Created on 23 Aug 2019  路  6Comments  路  Source: carla-simulator/carla

Hello all,

I recently setup carla from source since I want to make some changes to the source code.

However, I cannot figure out a way to run carla simulator just like we can do in the pre-compiled version using "./CarlaUE4.sh".

Form the tutorials I follow that we need to run the simulator through unreal engine.

So I wanted to know if there is a way to run carla in the same way as with pre-compiled version?

Thank you.

stale

Most helpful comment

For faster builds you can do make package ARGS=--no-zip
and this PR should be useful too https://github.com/carla-simulator/carla/pull/2034

All 6 comments

You have to compile it. Once done, you go to your carla folder (where you have all the source code) and go to Dist/CARLA_Shipping_.../LinuxNoEditor/ and execute "./CarlaUE4.sh"

To complete @kbarbora answer, that's done with make package.

For faster builds you can do make package ARGS=--no-zip
and this PR should be useful too https://github.com/carla-simulator/carla/pull/2034

Thank you @kbarbora , @nsubiron and @jit-rc for your replies and for sharing the information :)

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

why wouldn't they mention this on official guide [facepalm]

Was this page helpful?
0 / 5 - 0 ratings

Related issues

UndeadBlow picture UndeadBlow  路  4Comments

syinari0123 picture syinari0123  路  3Comments

cstamatiadis picture cstamatiadis  路  3Comments

hc167 picture hc167  路  4Comments

imran514 picture imran514  路  3Comments