Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2011, 11:18:20 PM (14 years ago)
Author:
jo
Message:

Bots can fetch pickups. Waypointmanagement is unstable yet.

File:
1 edited

Legend:

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

    r8769 r8786  
    9393                { return sqrt(this->squaredaccuracy_); }
    9494            void updatePointsOfInterest(std::string name, float distance);
     95            void manageWaypoints();
    9596
    9697        protected:
     
    175176            size_t currentWaypoint_;
    176177            float squaredaccuracy_;
     178            WorldEntity* defaultWaypoint_;
    177179    };
    178180}
Note: See TracChangeset for help on using the changeset viewer.