From f29afd62b4f57057737eaed5bfe1c42bf96b8418 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Sat, 2 Jun 2012 22:10:22 +0000 Subject: [PATCH] Fixed compile errors --- gtsam_unstable/discrete/tests/testPlanning.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtsam_unstable/discrete/tests/testPlanning.cpp b/gtsam_unstable/discrete/tests/testPlanning.cpp index 939dd50b2..2ad1ff9ae 100644 --- a/gtsam_unstable/discrete/tests/testPlanning.cpp +++ b/gtsam_unstable/discrete/tests/testPlanning.cpp @@ -5,7 +5,8 @@ * @author Frank Dellaert */ -#include +//#include +#include #include #include #include @@ -18,10 +19,9 @@ TEST_UNSAFE(Planner, allInOne) { // A small planning problem // First variable is location - DiscreteKey location("location",3), - haveRock("haveRock",2), haveSoil("haveSoil",2), haveImage("haveImage",2), - commRock("commRock",2), commSoil("commSoil",2), commImage("commImage",2), - haveRock("haveRock",2), haveSoil("haveSoil",2), haveImage("haveImage",2); + DiscreteKey location(0,3), + haveRock(1,2), haveSoil(2,2), haveImage(3,2), + commRock(4,2), commSoil(5,2), commImage(6,2); // There are 3 actions: // Drive, communicate, sample