[Orxonox-commit 2318] r7033 - code/branches/ai/src/orxonox/controllers

landauf at orxonox.net landauf at orxonox.net
Mon May 31 05:01:31 CEST 2010


Author: landauf
Date: 2010-05-31 05:01:31 +0200 (Mon, 31 May 2010)
New Revision: 7033

Modified:
   code/branches/ai/src/orxonox/controllers/ArtificialController.cc
Log:
uncommented one line to make it compile again

Modified: code/branches/ai/src/orxonox/controllers/ArtificialController.cc
===================================================================
--- code/branches/ai/src/orxonox/controllers/ArtificialController.cc	2010-05-31 02:52:31 UTC (rev 7032)
+++ code/branches/ai/src/orxonox/controllers/ArtificialController.cc	2010-05-31 03:01:31 UTC (rev 7033)
@@ -184,7 +184,7 @@
                         if(distance < minDistance) index = i;
                     }
                 allMasters[index]->humanToFollow_ = humanPawn;
-                allMasters[index]->followHuman(humanPawn, false);
+//                allMasters[index]->followHuman(humanPawn, false);
             }
 
     }




More information about the Orxonox-commit mailing list