Skip to content

lucregrassi/cair-libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Libraries for developing a client for CAIR

This repository contains the functions needed to develop a client able to connect to the CAIR services. It is possible to develop a client for almost any device with a keyboard/microphone and a display/speaker.

The repository also contains the functions to develop a client for the SoftBank robots Pepper and NAO.

To build the library:

python setup.py bdist_wheel

To install the library go inside the created dist folder and run:

pip install <name_of_wheelfile.whl>

Alternatively, you can directly install the library from GitHub:

pip install git+https://github.com/lucregrassi/[email protected]#egg=cair_libraries

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages