Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 13, 2015, 6:11:01 PM (9 years ago)
Author:
gania
Message:

Old AIController default behaviour is commented out

File:
1 edited

Legend:

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

    r9667 r10651  
    7474
    7575            float botlevel_; //<! Makes the level of a bot configurable.
     76            //botLevel_ is never used in XML (so far), is it redundant?
    7677            enum Mode {DEFAULT, ROCKET, DEFENCE, MOVING};//TODO; implement DEFENCE, MOVING modes
    7778            Mode mode_; //TODO: replace single value with stack-like implementation: std::vector<Mode> mode_;
Note: See TracChangeset for help on using the changeset viewer.