Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

s4hri/pyicub

Repository files navigation

PyiCub

Introduction

PYICUB is a framework for developing iCub applications using Python.

Documentation

The official documentation is available at PyiCub Documentation.

Requirements

How to install the Python package

git clone [email protected]:s4hri/pyicub.git
cd pyicub
pip3 install .

How to start (using Docker)

In order to simplify the installation procedure, we have containerized the essential requirements in a Docker image.

git clone [email protected]:s4hri/pyicub.git
cd pyicub/docker
bash build.sh
bash run.sh

How to test pyicub

To run the tests you can run this command from your host machine, levearing docker containers.

```
cd pyicub/docker
COMPOSE_PROFILES=test ./run.sh
```

About

Rapid prototyping of iCub applications using Python

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 9