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

    r10725 r10729  
    4242    {
    4343        public:
    44                static const int RADIUS_TO_SEARCH_FOR_LEADER = 3000;
    4544
    4645            LeaderController(Context* context);
     
    6362                return true;
    6463            };
    65             WeakPtr<CommonController> myWingman_;
     64            WeakPtr<WingmanController> myWingman_;
    6665
    6766            WeakPtr<LeaderController> myFollower_;
     
    7069
    7170        protected:
    72            
    73 
    74 
    75             //void defaultBehaviour(float maxrand); //<! Helper function for code reusage. Some concrete commands for a bot.   
    7671         
    7772        private:
    7873           
    79            
    80            
    81             //Timer actionTimer_; //<! Regularly calls action().
    82                
    8374    };
    8475}
Note: See TracChangeset for help on using the changeset viewer.