- Timestamp:
- Jul 7, 2011, 7:17:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai2/src/orxonox/controllers/AIController.cc
r8735 r8736 211 211 this->resetDeathFlag(); 212 212 } 213 this->boostControl();//TEST 213 214 float random; 214 215 float maxrand = 100.0f / ACTION_INTERVAL; … … 281 282 if(controllable->getRocket())//Check wether the bot is controlling the rocket and if the timeout is over. 282 283 { 283 this->follow(); //TODO: CHECK: does follow make the bot crash into the target_ ?284 this->follow(); 284 285 this->timeout_ -= dt; 285 286 if((timeout_< 0)||(!target_))//Check if the timeout is over or target died.
Note: See TracChangeset
for help on using the changeset viewer.