[go: up one dir, main page]

Menu

Tree [r123] / tags / 0.2.1 /
 History

HTTPS access


File Date Author Commit
 assignments 2009-06-01 stasik0 [r23] assignments add
 doc 2009-04-28 matx3001 [r13] documentation should be generated now
 ebin 2009-04-03 matx3001 [r1] initial project files
 examples 2009-06-01 stasik0 [r24] fixed a bit
 include 2009-04-03 matx3001 [r1] initial project files
 install 2009-05-11 matx3001 [r16] added install scripts for virtual machine/player
 kerlplayerlib 2009-04-03 matx3001 [r1] initial project files
 lib 2009-04-03 matx3001 [r1] initial project files
 module 2009-04-03 matx3001 [r1] initial project files
 stage 2009-06-01 stasik0 [r22] adding worldfiles
 testing 2009-05-11 matx3001 [r19] created a testing folder, will be adding the te...
 COPYING 2009-04-03 matx3001 [r1] initial project files
 INSTALL.txt 2009-06-01 stasik0 [r25] readme fix
 Makefile 2009-06-01 stasik0 [r24] fixed a bit
 README.txt 2009-06-01 stasik0 [r25] readme fix

Read Me

README
======

KERL is a library and driver to allow robot control using Player from Erlang functional Language.  Please refer to INSTALL for detailed guidelines.

PRE INSTALLATION
================

KERL requires the following to function
	- libplayerc
	- ei

BUILDING
========

run 'make' to build KERL driver and modules. 

INSTALLATION
============


Installation is not currently supported yet.
Please refer to ./INSTALL.txt


DOCUMENTATION
=============

You can generate the edoc and doxygen documentation by

# cd ./doc/
# make

This will produce html files with the documentation for KERL's source files.


TESTING
=======

You must first build KERL before you can test it.

Run 'make test' to test all code.
Rhis can also be done in any folder inside testing.

Try the examples found in the example folder by running
player with the worlds provided in worlds folder.


DIRECTORY STRUCTURE
===================

doc				- Source Documentation
ebin			- Erlang compiled modules
examples	  	- Example erlang programs
include 	  	- Include files
kerlplayerlib 		- Player driver library
module 			- Module source code
testing			- Unit testing
stage			- Stage world configurations for testing

USAGE & EXAMPLE
===============
Reffer to INSTALL.txt for more information

AUTHORS
=======

Thomas Lorentsen
Sten Gruner