Package pyrobot :: Package engine
[frames | no frames]

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 $'

Variable Details

__author__

Type:
str
Value:
'Douglas Blank <dblank@cs.brynmawr.edu>'                               

__version__

Type:
str
Value:
'$Revision: 1.45 $'                                                    

Generated by Epydoc 2.1 on Mon Jul 25 01:39:26 2005 http://epydoc.sf.net