https://github.com/carla-simulator/carla
Revision 5f233585ebf84a2e0269950304cf08dbfbc1473c authored by Axel on 13 January 2023, 10:35:13 UTC, committed by bernat on 16 January 2023, 16:30:17 UTC
1 parent 41d9f6a
Raw File
Tip revision: 5f233585ebf84a2e0269950304cf08dbfbc1473c authored by Axel on 13 January 2023, 10:35:13 UTC
Using spectator when no hero vehicles are detected in large maps. Changed error logs to log and warning for large maps
Tip revision: 5f23358
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

include("Build/CMakeLists.txt.in")

add_subdirectory("LibCarla/cmake")
back to top