Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2015, 12:20:00 PM (10 years ago)
Author:
gania
Message:

move functions were added, everyone stays in formations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/src/orxonox/controllers/LeaderController.cc

    r10719 r10729  
    4747        RegisterObject(LeaderController);
    4848
    49         //this->actionTimer_.setTimer(ACTION_INTERVAL, true, createExecutor(createFunctor(&LeaderController::action, this)));
    5049    }
    5150
    52 
     51   
    5352    LeaderController::~LeaderController()
    5453    {
    5554    }
    5655
    57    
    58 //**********************************************NEW
    59    /* void LeaderController::defaultBehaviour(float maxrand)
    60     { 
    61        
    62     }*/
    6356
    6457}
Note: See TracChangeset for help on using the changeset viewer.