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
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