Changeset 8892 for code/trunk/src/orxonox/controllers
- Timestamp:
- Oct 12, 2011, 8:35:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/controllers/ArtificialController.cc
r8891 r8892 92 92 this->target_.setCallback(createFunctor(&ArtificialController::targetDied, this)); 93 93 this->bSetupWorked = false; 94 this->botlevel_ = 0. 5f;94 this->botlevel_ = 0.2f; 95 95 this->mode_ = DEFAULT;////Vector-implementation: mode_.push_back(DEFAULT); 96 96 this->timeout_ = 0;
Note: See TracChangeset
for help on using the changeset viewer.