https://github.com/carla-simulator/carla
Revision 6591cb3e1adcba1be3dee156040bf2a8beb80f56 authored by Praveen Kumar on 15 April 2019, 12:28:42 UTC, committed by Praveen Kumar on 16 April 2019, 09:22:19 UTC
* Improved decision logic after intersection
* Fixed key error on lane change segments
1 parent 6eafcca
Raw File
Tip revision: 6591cb3e1adcba1be3dee156040bf2a8beb80f56 authored by Praveen Kumar on 15 April 2019, 12:28:42 UTC
draft implementation of fix:
Tip revision: 6591cb3
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