Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2015, 2:18:32 PM (10 years ago)
Author:
gania
Message:

Set a layout for WingmanController and LeaderController

File:
1 edited

Legend:

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

    r10681 r10682  
    4646        protected:
    4747           
    48             virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour ~ setting targets.
    49             //void defaultBehaviour(float maxrand); //<! Helper function for code reusage. Some concrete commands for a bot.
    50 
    51 
    52            
    53                
    5448            enum Mode {KEEPFORMATION, ROCKET, KILLENEMY};
    5549            Mode mode_;
     50
     51            virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour ~ setting targets.
     52            //void defaultBehaviour(float maxrand); //<! Helper function for code reusage. Some concrete commands for a bot.   
     53           
    5654
    5755            //WEAPONSYSTEM DATA
Note: See TracChangeset for help on using the changeset viewer.