https://github.com/duckietown/Software
Raw File
Tip revision: 8fe19115f2c1c618c1c11e79fc21bf0eb39e5d5e authored by Nicolas Lanzetti on 16 January 2018, 15:54:41 UTC
3 LEDs blinking instead of 1
Tip revision: 8fe1911
Makefile.demos2017.mk

demos2017:
	@echo "$(sep) 2017 demos"
	@echo
	@echo "These were the 2017 demos."
	@echo
	@echo TODO: to write
	@echo

coordination2017: check-environment
	bash -c "source environment.sh; source set_ros_master.sh; source set_vehicle_name.sh; roslaunch duckietown_demos stop_sign_coordination2017.launch"

trafficLights2017: check-environment
	bash -c "source environment.sh; source set_ros_master.sh; source set_vehicle_name.sh; roslaunch duckietown_demos traffic_light_coordination.launch"
back to top