All Packages Class Hierarchy This Package Previous Next Index
Class EDU.gatech.cc.is.abstractrobot.ControlSystemSealed
java.lang.Object
|
+----EDU.gatech.cc.is.abstractrobot.ControlSystemS
|
+----EDU.gatech.cc.is.abstractrobot.ControlSystemSealed
- public class ControlSystemSealed
- extends ControlSystemS
This is the superclass for a SealedSphere robot Control System.
When you create a contol system by extending this class,
it can run within JavaBotHard to control a real robot (maybe someday)
or JavaBotSim in simulation.
Copyright
(c)1997, 1998 Tucker Balch
- Version:
- $Revision: 1.4 $
- Author:
- Tucker Balch
- See Also:
- Simple
-
abstract_robot
-
-
ControlSystemSealed()
-
-
init(Simple, long)
- Initialize the object.
abstract_robot
protected SealedSphere abstract_robot
ControlSystemSealed
public ControlSystemSealed()
init
public final void init(Simple ar,
long i)
- Initialize the object. Don't override this method, use Configure
instead.
- Overrides:
- init in class ControlSystemS
All Packages Class Hierarchy This Package Previous Next Index