All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class teams.GoToBall

java.lang.Object
   |
   +----EDU.gatech.cc.is.abstractrobot.ControlSystemS
           |
           +----EDU.gatech.cc.is.abstractrobot.ControlSystemSS
                   |
                   +----teams.GoToBall

public class GoToBall
extends ControlSystemSS
This is about the simplest possible soccer strategy, just go to the ball.

Copyright (c)1997 Georgia Tech Research Corporation

Version:
$Revision: 1.1 $
Author:
Tucker Balch

Constructor Index

 o GoToBall()

Method Index

 o Configure()
Configure the Avoid control system.
 o TakeStep()
Called every timestep to allow the control system to run.

Constructors

 o GoToBall
 public GoToBall()

Methods

 o Configure
 public void Configure()
Configure the Avoid control system. This method is called once at initialization time. You can use it to do whatever you like.

Overrides:
Configure in class ControlSystemSS
 o TakeStep
 public int TakeStep()
Called every timestep to allow the control system to run.

Overrides:
TakeStep in class ControlSystemS

All Packages  Class Hierarchy  This Package  Previous  Next  Index