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.
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]
Most helpful comment
For faster builds you can do
make package ARGS=--no-zipand this PR should be useful too https://github.com/carla-simulator/carla/pull/2034