Revision 73849ea172630663344648242ad85ddb0fb46c7f authored by Liam Paull on 10 November 2018, 16:48:19 UTC, committed by GitHub on 10 November 2018, 16:48:19 UTC
2 parent s 8614668 + 58a8af1
Raw File
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