Changeset 8561 for code/branches/presentation/src/orxonox/controllers
- Timestamp:
- May 24, 2011, 4:44:39 PM (14 years ago)
- Location:
- code/branches/presentation
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation
- Property svn:mergeinfo changed
-
code/branches/presentation/src/orxonox/controllers/ArtificialController.cc
r8351 r8561 381 381 } 382 382 } 383 384 if (distance < 10) 385 { 386 this->positionReached(); 387 } 383 388 } 384 389 … … 387 392 this->moveToPosition(this->targetPosition_); 388 393 } 389 390 394 391 395 /** -
code/branches/presentation/src/orxonox/controllers/ArtificialController.h
r7163 r8561 97 97 void moveToTargetPosition(); 98 98 99 virtual void positionReached() {} 100 99 101 void removeFromFormation(); 100 102 void unregisterSlave();
Note: See TracChangeset
for help on using the changeset viewer.