Revision a2933f846079fccd8eac5186250b37af8d444abc authored by Pasch, Frederik on 23 January 2019, 15:49:10 UTC, committed by Pasch, Frederik on 28 January 2019, 11:15:53 UTC
- Add --spawnpoint to specify a custom spawn point
- Add --lidarsensor to optionally add a lidar sensor to the vehicle
- Add --frontcamera to optionally add a front camera to the vehicle
- Set role_name of camera-manager sensors to 'view' (to be able to differentiate)
1 parent 159206b
Raw File
CMakeLists.txt
cmake_minimum_required(VERSION 3.5.1)
project(CARLA)

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

add_subdirectory("LibCarla/cmake")
back to top