Revision 838e79ffca4666c24c2b7f0875698115a5ce227c authored by Daniel Santos-Olivan on 17 February 2021, 13:51:04 UTC, committed by bernat on 02 March 2021, 11:57:31 UTC
Now the transforms of the cameras are compute taking
in account the size of the car.
1 parent 4deb04b
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