Upgrade Carla-0.9.11 problem record

1. Can't compile

There is a solution in github issues

2. Map color

Before 0.9.10, the combination of Light Source, PostProcessVolume, Sky Sphere, and SkyLight can make the colors in UE4 and CarlaUE4 normal; after 0.9.10, the combination of these four items has normal colors in UE4, but the colors in CarlaUE4 are particularly dark:

In 0.9.11, the lighting combination is:

But waypoint has shadows, which were not available in previous versions (0.9.9 and before).

3. Download the release compressed package of carla-0.9.11, make package prompts that it is not a git warehouse

The reason is that there are git commands in Util/BuildTools/Environment.sh:

git describe --tags --dirty --always

Comment the line and replace the carla version number with the function used

Guess you like

Origin blog.csdn.net/whuzhang16/article/details/113932389