https://github.com/carla-simulator/carla
Raw File
Tip revision: 80e24472143dfe0f5f35f1e54407c95d537724a4 authored by corkyw10 on 10 May 2021, 11:35:12 UTC
Updateed the OSM tutorial. Reworded and reformatted some of the Python API definitions to have a more consistent look
Tip revision: 80e2447
Makefile
include Util/BuildTools/Vars.mk
ifeq ($(OS),Windows_NT)
include Util/BuildTools/Windows.mk
else
include Util/BuildTools/Linux.mk
endif
back to top