- Timestamp:
- Oct 31, 2015, 12:20:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/WingmanController.h
r10725 r10729 60 60 61 61 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.63 62 64 63 65 64 66 65 private: 67 //const float ACTION_INTERVAL;68 void keepSectionTick();69 66 70 //LeaderController* leader_;71 67 72 68 Timer actionTimer_; //<! Regularly calls action().
Note: See TracChangeset
for help on using the changeset viewer.