carla-simulator / carla

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

Missing Setup.bat file in GitHub repo #8370

Closed JudgeKP closed 2 weeks ago

JudgeKP commented 2 weeks ago

I was trying to build Carla with UE5 on windows following the docs at https://carla.readthedocs.io/en/latest/build_windows_ue5/ The Setup.bat command was asked to execute ,but unfortunately I did not found it in the repo and hence can't proceed further, without exact specifications. Kindly add the required file.

ronyshaji commented 2 weeks ago

@JudgeKP You can use CarlaSetup.bat instead of Setup.bat. I think they will update the README in the future.

cd CarlaUE5
CarlaSetup.bat
Blyron commented 2 weeks ago

Fixed by @ronyshaji