- Timestamp:
- Oct 13, 2015, 6:11:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AI_HS15/src/orxonox/controllers/ArtificialController.h
r9667 r10651 74 74 75 75 float botlevel_; //<! Makes the level of a bot configurable. 76 //botLevel_ is never used in XML (so far), is it redundant? 76 77 enum Mode {DEFAULT, ROCKET, DEFENCE, MOVING};//TODO; implement DEFENCE, MOVING modes 77 78 Mode mode_; //TODO: replace single value with stack-like implementation: std::vector<Mode> mode_;
Note: See TracChangeset
for help on using the changeset viewer.