Nicholas Quentin Haas

Results 58 comments of Nicholas Quentin Haas

For the UE5 variant... I followed this build guide: https://carla-ue5.readthedocs.io/en/latest/build_linux_ue5/#extended-build-instructions Unfortunately, the 0.10.0 tags did not build, so I used the commits noted here: https://github.com/carla-simulator/carla/issues/8892#issuecomment-2935687659

This would be useful for docker compose users as well. By default, it seems to run as root.

I'm unable to `cmake --build Build --target package` as well in Ubuntu 22.04. [Following the documentation](https://carla.readthedocs.io/en/latest/build_linux_ue5/) results in `LogInit: Display: Failure - 26616 error(s), 217757 warning(s)` Source versions: * [carla's...

The ability to build UE / CARLA from source mounted from the host is an improvement for developers!

Problem still exists on Ubuntu 24.04, [carla unreal engine fork commit eea6a8e677e3509a3e56122d69e3d380bb624bbf](https://github.com/CarlaUnreal/UnrealEngine/commit/eea6a8e677e3509a3e56122d69e3d380bb624bbf) and carla commit 83a7d44d4693bbfc2509186e1867214b64b14c12 Error: ``` [1/2] Link (lld) CarlaUnreal (UBA disabled) ld.lld: error: undefined symbol: __isoc23_strtol >>>...

Seeing the same issue in Ubuntu 24.04 and [Carla's UnrealEngine fork commit eea6a8e677e3509a3e56122d69e3d380bb624bbf](https://github.com/CarlaUnreal/UnrealEngine/commit/eea6a8e677e3509a3e56122d69e3d380bb624bbf). Error: ``` [1617/4244] Compile Module.Learning.cpp In file included from /mnt/unreal-engine-src/Engine/Plugins/Experimental/LearningAgents/Intermediate/Build/Linux/x64/UnrealEditor/Development/Learning/Module.Learning.cpp:7: /mnt/unreal-engine-src/Engine/Plugins/Experimental/LearningAgents/Source/Learning/Private/LearningAdamOptimizer.cpp:8:10: fatal error: 'Learning.ispc.generated.h' file not found...

> Ubuntu 24 is not supported. It ran flawlessly on Ubuntu 20, none of these errors were raised. [Ubuntu 20.04 is EOL this month](https://ubuntu.com/blog/ubuntu-20-04-eol-for-devicesional), so we likely need to move...

As of carla 0.9.15, as installed from pypi with pip and python 3.9, no type hints.

As of carla 0.10.0, as built from source with python 3.9, no type hints

I'm seeing typehints in vscode with the carla 0.9.16 python 3 client! Thanks