Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2010, 4:36:18 PM (14 years ago)
Author:
gasserlu
Message:

drone follows in realistic matter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ai/src/orxonox/controllers/ArtificialController.cc

    r6891 r6918  
    3636#include "gametypes/TeamDeathmatch.h"
    3737#include "controllers/WaypointPatrolController.h"
     38#include "controllers/DroneController.h"
    3839#include "util/Math.h"
    3940
     
    348349    void ArtificialController::searchNewTarget()
    349350    {
     351COUT(0) << "search new target - start" << std::endl;
    350352        if (!this->getControllableEntity())
    351353            return;
     
    372374            }
    373375        }
     376COUT(0) << "search new target - end: " << this->target_ << std::endl;
    374377    }
    375378
Note: See TracChangeset for help on using the changeset viewer.