Xavier Solé Nogués

Results 21 issues of Xavier Solé Nogués

In Setup.sh, check if source code repositories exists and only download it if they not exists.

## Problem Some users have issues building CARLA due missing SDL2 installed on their system. SDL2 is a dependency for recast. We should add SDL2 to CARLA build in the...

## Problem Some build scripts use `py` command instead `python` in Windows. This causes environments like anaconda to crash building CARLA PythonAPI as `py` command is just probided in the...

`make clean` should remove `/PythonAPI/carla/dependencies` directory to prevent conflict when CARLA was build using different python versions in previous local builds.

#### Description Retry download when fails for osm2odr. #### Where has this been tested? * **Platform(s):** Windows 10, Ubuntu 22.04 * **Python version(s):** 3.10, 3.8 * **Unreal Engine version(s):** 5.3

Missing to be cleaned: - Unreal/CarlaUnreal/Plugins/StreetMap/Binaries - Unreal/CarlaUnreal/Plugins/StreetMap/Intermediate - Unreal/CarlaUnreal/Plugins/StreetMap/ - Unreal/CarlaUnreal/Plugins/CarlaExporter/Binaries - Unreal/CarlaUnreal/Plugins/CarlaExporter/Intermediate - Unreal/CarlaUnreal/DerivedDataCache - Unreal/CarlaUnreal/Build Note cleaned full log: ``` LibCarla/source/carla/Version.h PythonAPI/carla/CMakeLists.txt PythonAPI/carla/LICENSE PythonAPI/carla/pyproject.toml Unreal/CarlaUnreal/Build/Linux/FileOpenOrder/EditorOpenOrder.log Unreal/CarlaUnreal/Content/Carla/ Unreal/CarlaUnreal/DerivedDataCache/VT/TEXTURE_7C16439390E24F1F9468894FB4D4BC54_VTCHUNK02D4C3BCAD7DFA48AB32B8281FB06B8B83DB6275...

#### Description Fixes [#7485](https://github.com/carla-simulator/carla/issues/7485) #### Where has this been tested? * **Platform(s):** Ubuntu 22.04 * **Python version(s):** 3.10 * **Unreal Engine version(s):** 5.3

Modify Setup scripts to install cmake 3.30.* or higer when is released due the next change fixes the download errors during build: https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9464#note_1514760 **How to do it** - For ubuntu,...

Team Task

CARLA 0.9.15 just contains the *.whl files for Python 2.7 and Python 3.7. We should check why the `make package` is just generating this *.whl files and update the release...