- Timestamp:
- Oct 23, 2015, 7:44:20 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/WingmanController.h
r10678 r10681 31 31 32 32 33 #include " SectionController.h"33 #include "LeaderController.h" 34 34 35 35 36 36 namespace orxonox 37 37 { 38 class _OrxonoxExport WingmanController : public SectionController, public Tickable38 class _OrxonoxExport WingmanController : public LeaderController 39 39 { 40 40 public: … … 46 46 protected: 47 47 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. 49 49 50 50 51 51 52 private: 52 53 static const float ACTION_INTERVAL;
Note: See TracChangeset
for help on using the changeset viewer.