Skip to content

kostiushkin/profeta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%