https://github.com/carla-simulator/carla
Raw File
Tip revision: d0e5edfbcd5705d53e260a75c877d1803ee5f7cd authored by Praveen on 24 January 2019, 14:46:38 UTC
Modified turn decision logic to solve round about turn problem
Tip revision: d0e5edf
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top