[Orxonox-commit 3101] r7795 - code/branches/presentation2/src/orxonox/controllers

scheusso at orxonox.net scheusso at orxonox.net
Wed Dec 22 10:36:40 CET 2010


Author: scheusso
Date: 2010-12-22 10:36:39 +0100 (Wed, 22 Dec 2010)
New Revision: 7795

Modified:
   code/branches/presentation2/src/orxonox/controllers/ArtificialController.cc
Log:
disabling formationflight per default (as it seems to make bots more passive)


Modified: code/branches/presentation2/src/orxonox/controllers/ArtificialController.cc
===================================================================
--- code/branches/presentation2/src/orxonox/controllers/ArtificialController.cc	2010-12-22 09:15:12 UTC (rev 7794)
+++ code/branches/presentation2/src/orxonox/controllers/ArtificialController.cc	2010-12-22 09:36:39 UTC (rev 7795)
@@ -68,7 +68,7 @@
         RegisterObject(ArtificialController);
 
         this->target_ = 0;
-        this->formationFlight_ = true;
+        this->formationFlight_ = false;
         this->passive_ = false;
         this->maxFormationSize_ = STANDARD_MAX_FORMATION_SIZE;
         this->myMaster_ = 0;




More information about the Orxonox-commit mailing list