carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
10.78k stars 3.47k forks source link

Use UE4-Docker to build Carla fork of UE4 #5902

Open sebastienmascha opened 1 year ago

sebastienmascha commented 1 year ago

What?

Use the maintained build tool ue4-docker to build Carla fork of UE4.

Why?

How?

We can leverage: ue4-docker build custom -repo=https://github.com/CarlaUnreal/UnrealEngine.git -branch=carla Please see: https://github.com/adamrehn/ue4-docker

This will by default ask for the user Git credentials. You can also use -username my_user -password my_password Be aware that your password won't work has GitHub does not allow that for security reasons. Therefore, you should use a GitHub Authentification token with repository access. Cf: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

sebastienmascha commented 1 year ago

CARLA version: Latest dev branch (2nd November 2022) Platform/OS: Ubuntu 18.04 Problem you have experienced: misiing the python package wheel What you expected to happen: Impossible to build the Python API in the current docker infrastructure. Steps to reproduce: try to build the Carla.Dockerfile

Solution: Add pip3 install wheel in the prerequisites.Dockerfile

stale[bot] commented 1 year ago

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.