Skip to main content

Robot Analysis Infrastructure

Project description

Build Status

Robot Analysis Interface

The Robot Analysis Interface (RAI) is a package to analyze synchronously sensors data and video captures of the scene from robotic experiments.

It is written in Python and uses Qt and OpenCV bindings under the hood. It is supported on Linux operating systems.

Dependencies

RAI has the following dependencies:

The setup.py will take care of installing these packages.

However, you can also install them manually by running:

$ pip install -r requirements

which will also install the dependencies for building the documentation.

Installation

RAI releases can be instaled from PyPI by doing

$ pip install robot_analysis_interface

If you prefer to install from source, clone this repository, go to the root directory and type in

$ pip install .

or directly on the compressed file:

$ pip install robot_analysis_interface-xx.tar.gz

NOTE

It is recommended to install everything in a dedicated virtual environment.


Getting started

Quick way to open a data file/folder:

To open a data file or folder, you can use the script provided in this repository. Several type of data can be parsed:

  • The SL d-file format:
$ rai --data=d00021 --session=my_session.json
  • A file dumped from the DataCollector class available from the RAI API:
$ rai --data=data_collector_file.npy --session=my_session.json
$ rai --data=data_collector_file.npz --session=my_session.json
$ rai --data=2019-08-12_02-03-19/ --session=my_session.json
  • The default behavior looks for the newest data file/folder that are dumped by the dynamic-graph or SL is the current folder.
$ rai

Note from these commands:

  • the (optional) data file or folder defined with the --data argument,
  • the (optional) JSON file one can use to define to restore a RAI session with the --session argument,
  • without the --data argument the launcher looks into the current folder for a folder with the highest date name (e.g. 2019-08-12_02-03-19), if none are found, it looks for the d-file with the highest index.
  • without --session argument the launcher open a clean session.

Using the RAI python interface

To use the RAI, import the package in your Python session:

>>> import RAI

RAI comes with demos, which can be run using the following commands:

>>> RAI.demos.demo()

Documentation

The full documentation can be found here.

It can also be built from source the following way:

$ pip install sphinx sphinx_bootstrap_theme
$ cd doc
$ make html

and open the file build/html/index.html in your web browser.

Unit test

The RAI has been tested using the Python unit testing framework. The tests can be run using the following command in the root directory:

python -m unittest discover

It is also possible to run the tests using nose:

pip install nose
nosetests -v tests

If you wish to run headless tests, use xvfb.

Authors

Jean-Claude Passy jean-claude.passy@tuebingen.mpg.de

Maximilien Naveau maximilien.naveau@tuebingen.mpg.de

License

BSD 3-Clause (see LICENSE.md)

Copyright

© 2017, Max Planck Society / Software Workshop - Max Planck Institute for Intelligent Systems

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robot_analysis_interface-1.0rc5.tar.gz (11.9 MB view details)

Uploaded Source

Built Distribution

File details

Details for the file robot_analysis_interface-1.0rc5.tar.gz.

File metadata

  • Download URL: robot_analysis_interface-1.0rc5.tar.gz
  • Upload date:
  • Size: 11.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.0

File hashes

Hashes for robot_analysis_interface-1.0rc5.tar.gz
Algorithm Hash digest
SHA256 6c82967e325b0c241fc89eb6407cacfb6c66801db82d27c6603826fbe6686781
MD5 ebe456ba0deba59a7d0bd6b5dd17a8d3
BLAKE2b-256 01c4d9b3363f4c82a57892c5f5686929ba21e1671fcdf77d7aa3c658dba492ca

See more details on using hashes here.

Provenance

File details

Details for the file robot_analysis_interface-1.0rc5-py3-none-any.whl.

File metadata

  • Download URL: robot_analysis_interface-1.0rc5-py3-none-any.whl
  • Upload date:
  • Size: 12.0 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.0

File hashes

Hashes for robot_analysis_interface-1.0rc5-py3-none-any.whl
Algorithm Hash digest
SHA256 3528fd4d4a7699d9ca0d9b8101bc781d27e70d5b6480f94c54ac7176dd901696
MD5 7faeb714fd2543d71bab468039b73d55
BLAKE2b-256 049b5a8371c5b62e5ff2243e490ada629f5cd3e4ba6246b81ab2c29561bcd2d9

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page