From c6a8cc44fa11777a35ac329602b4a47b3145bf30 Mon Sep 17 00:00:00 2001 From: Olivier Lanneluc Date: Fri, 3 May 2013 18:34:50 +0200 Subject: digital/io-hub/src: move path stuff for apbirthday 2013 in class Path_2013 Class Path contains only the generic code to process generic obstacles, like the opponent robots. All the static obstacles of the 2013 playground, should be managed by class Path_2013. --- digital/io-hub/src/apbirthday/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'digital/io-hub/src/apbirthday/Makefile') diff --git a/digital/io-hub/src/apbirthday/Makefile b/digital/io-hub/src/apbirthday/Makefile index 105d230a..215c71bc 100644 --- a/digital/io-hub/src/apbirthday/Makefile +++ b/digital/io-hub/src/apbirthday/Makefile @@ -7,7 +7,7 @@ apbirthday_SOURCES = main.cc robot.cc hardware.host.cc hardware.stm32.cc \ i2c_queue.cc asserv.cc mimot.cc lcd.cc beacon.cc \ potentiometer.host.cc potentiometer.stm32.cc \ pressure.cc chrono.host.cc chrono.stm32.cc debounce.cc \ - radar.cc radar_2013.cc obstacles.cc path.cc strat.cc \ + radar.cc radar_2013.cc obstacles.cc path.cc path_2013.cc strat.cc \ outputs.cc \ top.cc init.cc move.cc candles.cc cannon.cc drinks.cc plate.cc \ angfsm.host.c angfsm_gen_arm_AI.arm.c fsm_queue.cc \ -- cgit v1.2.3