https://github.com/carla-simulator/carla
Raw File
Tip revision: 4d988f5c0fc8e92b89b8346487e8dbb9bd18fcec authored by Ferdinand Mütsch on 23 August 2019, 10:14:04 UTC
Add missing get_transform method to carla.Actor docs section.
Tip revision: 4d988f5
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top