Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1002 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 1002 Bytes

PYICUB logo

Introduction

PYICUB is a framework for developing iCub applications using Python.

Requirements

How to install the Python package

git clone https://github.com/s4hri/pyicub
cd pyicub
pip3 install .

Quick start (using Docker)

In order to simplify the installation procedure, we have containerized the essential requirements in a Docker image including YARP and icub-main.

PYICUB-LAB is a development platform for coding iCub applications in minutes! Try it now and leave your feedback!

git clone https://github.com/s4hri/pyicub-lab
cd pyicub-lab
bash go

Acknowledgments