https://github.com/duckietown/Software
Raw File
Tip revision: 717b98afb26174baf033e24688f280bd46fc895b authored by Andrea Censi on 16 September 2018, 21:14:57 UTC
Merge branch 'master18' into andrea-better-camera-calib
Tip revision: 717b98a
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