Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 23, 2015, 7:44:20 AM (9 years ago)
Author:
gania
Message:

refactoring in process

File:
1 edited

Legend:

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

    r10678 r10681  
    3131
    3232
    33 #include "SectionController.h"
     33#include "LeaderController.h"
    3434
    3535
    3636namespace orxonox
    3737{
    38     class _OrxonoxExport WingmanController : public SectionController, public Tickable
     38    class _OrxonoxExport WingmanController : public LeaderController
    3939    {
    4040        public:
     
    4646        protected:
    4747            virtual void action(); //<! action() is called in regular intervals managing the bot's behaviour ~ setting targets.
    48             void defaultBehaviour(float maxrand); //<! Helper function for code reusage. Some concrete commands for a bot.
     48            //void defaultBehaviour(float maxrand); //<! Helper function for code reusage. Some concrete commands for a bot.
    4949
    5050
     51                     
    5152        private:
    5253            static const float ACTION_INTERVAL;
Note: See TracChangeset for help on using the changeset viewer.