corradosantoro / profeta

python framework for writing robot strategies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PROFETA - Python RObotic FramEwork for wriTing strAtegies

  1. INSTALLATION

Install the tool by typing (in the main dir):

$ sudo python setup.py install

  1. TESTING

You can enter the "sample" directory and run some tests.

"factorial.py" is a program which computes the factorial of a number using PROFETA plans. Run it using:

$ python factorial.py

The PROFETA shell will be displayed. Now enter e.g.

PROFETA>+fact(10)

The program will compute the factorial of 10 and will show:

the resuilting factorial is 3628800

About

python framework for writing robot strategies


Languages

Language:Python 100.0%Language:Makefile 0.0%