Michael Denker d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 年之前
..
doc d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 年之前
images d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 年之前
odml d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 年之前
test d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 年之前
INSTALL d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 年之前
LICENSE d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 年之前
README.md d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 年之前
setup.py d1f7f85689 Initial commit of data and code of the Reach-to-Grasp Experiment. 6 年之前

README.md

odML libraries

The Python-odML library is available on GitHub <https://github.com/G-Node/python-odml>. If you are not familiar with the version control system git, but still want to use it, have a look at the documentaion available on the git-scm website <https://git-scm.com/>.

Dependencies

  • The Python-odML library runs under Python 2.7.
  • The Python-odML library depends on Enum (version 0.4.4).

Installation

To download the Python-odML library please either use git and clone the repository from GitHub:

$ cd /home/usr/toolbox/
$ git clone https://github.com/G-Node/python-odml.git

... or if you don't want to use git download the ZIP file also provided on GitHub to your computer (e.g. as above on your home directory under a "toolbox" folder).

To install the Python-odML library, enter the corresponding directory and run::

$ cd /home/usr/toolbox/python-odml/
$ python setup.py install

Documentation

Documentation

Bugs & Questions

Should you find a behaviour that is likely a bug, please file a bug report at the github bug tracker.

If you have questions regarding the use of the library or the editor, ask the question on Stack Overflow, be sure to tag it with odml and we'll do our best to quickly solve the problem.