| Home | Trees | Index | Help |
|
|---|
| Package pyrobot :: Package robot |
|
The main Pyrobot robot class and associated functions. This file contains the class that represents a computer controlled physical agent (robot). A robot is a collection of interfaces to senses and controllers. (c) 2005, PyrobRobotics.org. Licenced under the GNU GPL.
| Submodules | |
|---|---|
| |
| Classes | |
|---|---|
Robot |
The object with which to interact with motors and sensors. |
| Function Summary | |
|---|---|
Used to turn an enumeration into a comma-separated string of 'items'. | |
| Variable Summary | |
|---|---|
str |
__author__ = 'Stephen McCaul, Douglas Blank'
|
str |
__version__ = '$Revision: 1.118 $'
|
| Function Details |
|---|
commas(lyst)Used to turn an enumeration into a comma-separated string of 'items'. Example: >>> commas([1, 2, 3, 4]) '1', '2', '3', '4' |
| Variable Details |
|---|
__author__
|
__version__
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 | http://epydoc.sf.net |