https://github.com/carla-simulator/carla
Revision 5295261aca54f62519a9f0c269fb67fa50ed97bc authored by nsubiron on 17 January 2019, 10:27:57 UTC, committed by nsubiron on 17 January 2019, 10:41:14 UTC
1 parent 0bcefc0
Raw File
Tip revision: 5295261aca54f62519a9f0c269fb67fa50ed97bc authored by nsubiron on 17 January 2019, 10:27:57 UTC
Add forward vector to rotations and transforms
Tip revision: 5295261
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