Package pyrobot.engine
Engine class. This object binds together a robot, a simulator, and a brain.
This class will find, load, and start all of the parts.
Examples:
>>> e = Engine(robotfile="Test")
>>> e = Engine(robotfile="Player6665", simfile="StageSimulator",
worldfile="everything.cfg", devices=['Test', 'BlobCamera'])
>>> e = Engine()
>>> r = Robot()
>>> e.setRobot(r)
| Classes |
Engine |
Finds, loads, and creates the needed simulators, robots, devices, etc. |
| Variable Summary |
str |
__author__ = 'Douglas Blank <dblank@cs.brynmawr.edu>'
|
str |
__version__ = '$Revision: 1.45 $'
|
__author__
-
- Type:
-
str
- Value:
'Douglas Blank <dblank@cs.brynmawr.edu>'
|
|
__version__
-
- Type:
-
str
- Value:
|