Difference between revisions of "Vehicle simulation software"
Jump to navigation
Jump to search
Line 166: | Line 166: | ||
BuildCarlaUE4.command: ERROR: No GenerateProjectFiles.sh in /Users/Shared/EpicGames/UE_4.22. You can copy this from UnrealEngine source tree. | BuildCarlaUE4.command: ERROR: No GenerateProjectFiles.sh in /Users/Shared/EpicGames/UE_4.22. You can copy this from UnrealEngine source tree. | ||
+ | </source> | ||
+ | === Issue with No GenerateProjectFiles.sh === | ||
+ | seems to be at https://raw.githubusercontent.com/soxueren/EpicGames-UnrealEngine/master/GenerateProjectFiles.sh | ||
+ | <source lang='bash'> | ||
+ | cd /Users/Shared/EpicGames/UE_4.22/ | ||
+ | wget https://raw.githubusercontent.com/soxueren/EpicGames-UnrealEngine/master/GenerateProjectFiles.sh | ||
+ | chmod +x GenerateProjectFiles.sh | ||
+ | cd carla-mac | ||
+ | make launch | ||
</source> | </source> | ||