All Packages Class Hierarchy This Package Previous Next Index
Class JavaSoccer.teams.GoToBall
java.lang.Object
|
+----EDU.gatech.cc.is.abstractrobot.ControlSystemS
|
+----EDU.gatech.cc.is.abstractrobot.ControlSystemSS
|
+----JavaSoccer.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
-
GoToBall()
-
-
Configure()
- Configure the Avoid control system.
-
TakeStep()
- Called every timestep to allow the control system to
run.
GoToBall
public GoToBall()
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 ControlSystemS
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