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/WingmanController.h

    r10725 r10729  
    6060
    6161            virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour ~ setting targets.
    62             //void defaultBehaviour(float maxrand); //<! Helper function for code reusage. Some concrete commands for a bot.
    6362
    6463
    6564                     
    6665        private:
    67             //const float ACTION_INTERVAL;
    68             void keepSectionTick();
    6966
    70             //LeaderController* leader_;
    7167
    7268            Timer actionTimer_; //<! Regularly calls action().
Note: See TracChangeset for help on using the changeset viewer.