summaryrefslogtreecommitdiffhomepage
path: root/digital/io-hub/src/apbirthday/robot.hh
diff options
context:
space:
mode:
authorOlivier Lanneluc2013-05-03 18:34:50 +0200
committerNicolas Schodet2013-05-03 23:07:15 +0200
commitc6a8cc44fa11777a35ac329602b4a47b3145bf30 (patch)
tree6b4bffba590c3fe156e11fafef708b3d95b9a00f /digital/io-hub/src/apbirthday/robot.hh
parent80c332e283f7eaf02f8f2f9da792a30c8bf18f2b (diff)
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.
Diffstat (limited to 'digital/io-hub/src/apbirthday/robot.hh')
-rw-r--r--digital/io-hub/src/apbirthday/robot.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/io-hub/src/apbirthday/robot.hh b/digital/io-hub/src/apbirthday/robot.hh
index 3483803e..a92b36ef 100644
--- a/digital/io-hub/src/apbirthday/robot.hh
+++ b/digital/io-hub/src/apbirthday/robot.hh
@@ -40,7 +40,7 @@
#include "radar_2013.hh"
#include "obstacles.hh"
#include "move.hh"
-#include "path.hh"
+#include "path_2013.hh"
#include "strat.hh"
#include "candles.hh"
#include "drinks.hh"
@@ -115,7 +115,7 @@ class Robot : public ucoo::Proto::Handler
/// Obstacle database.
Obstacles obstacles;
/// Path finding.
- Path path;
+ Path_2013 path;
/// Move FSM.
Move move;
/// Strategy.