- 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/LeaderController.h
r10725 r10729 42 42 { 43 43 public: 44 static const int RADIUS_TO_SEARCH_FOR_LEADER = 3000;45 44 46 45 LeaderController(Context* context); … … 63 62 return true; 64 63 }; 65 WeakPtr< CommonController> myWingman_;64 WeakPtr<WingmanController> myWingman_; 66 65 67 66 WeakPtr<LeaderController> myFollower_; … … 70 69 71 70 protected: 72 73 74 75 //void defaultBehaviour(float maxrand); //<! Helper function for code reusage. Some concrete commands for a bot.76 71 77 72 private: 78 73 79 80 81 //Timer actionTimer_; //<! Regularly calls action().82 83 74 }; 84 75 }
Note: See TracChangeset
for help on using the changeset viewer.