|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--EDU.gatech.cc.is.abstractrobot.ControlSystemS
|
+--EDU.gatech.cc.is.abstractrobot.ControlSystemSS
This is the superclass for a SocSmall 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
Simple| Field Summary | |
protected SocSmall |
abstract_robot
|
| Fields inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS |
abstract_robot,
CSSTAT_DONE,
CSSTAT_ERROR,
CSSTAT_OK,
seed |
| Constructor Summary | |
ControlSystemSS()
|
|
| Method Summary | |
void |
init(Simple ar,
long s)
Initialize the object. |
| Methods inherited from class EDU.gatech.cc.is.abstractrobot.ControlSystemS |
configure,
Configure,
getAbstractRobot,
Init,
quit,
takeStep,
TakeStep,
trialEnd,
TrialEnd,
trialInit,
TrialInit |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
protected SocSmall abstract_robot
| Constructor Detail |
public ControlSystemSS()
| Method Detail |
public final void init(Simple ar,
long s)
r - Simple, the robot hardware.s - long, random number seed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||