Difference between revisions of "Vehicle simulation software"
Jump to navigation
Jump to search
Line 157: | Line 157: | ||
sudo port select set python3 python36 | sudo port select set python3 python36 | ||
sudo port select set python python36 | sudo port select set python python36 | ||
+ | ./Update.sh | ||
+ | # wait a while for the GBytes to be downloaded and unpacked | ||
+ | make launch | ||
+ | ... | ||
+ | BuildLibCarla.command: Success! | ||
+ | BuildCarlaUE4.command: Using Unreal Engine at '/Users/Shared/EpicGames/UE_4.22' | ||
+ | BuildCarlaUE4.command: Generate Unreal project files. | ||
+ | BuildCarlaUE4.command: ERROR: No GenerateProjectFiles.sh in /Users/Shared/EpicGames/UE_4.22. You can copy this from UnrealEngine source tree. | ||
+ | |||
</source> | </source> | ||