A Python library of Misty II skills developed using Misty2py library
Project description
Misty2py-skills
Misty2py-skills is a Python 3 library of Misty II skills developed using Misty2py library.
Read the full documentation here!
Documentations
The package misty2py_skills contains:
-
misty2py_skills.face_recognitionmodule - a skill that greets people upon face detection with their name if known and prompts a face training session if their face (and therefore their name) is not known. -
misty2py_skills.hey_mistymodule - a skill of Misty reacting to the "Hey Misty" keyphrase. Note: due to internal works of Misty's API, Misty only reacts to the keyphrase once every runtime. -
misty2py_skills.remote_controlmodule - a skill that lets you control Misty via a keyboard. Note: since Misty is not a remote control race car, the controllability and responsiveness is not on the level of the typical remotelly controlled devices. -
misty2py_skills.question_answeringmodule - a skill that allows to have a trivial conversation with Misty. -
misty2py_skills.demonstrationssub-package which contains skills that demonstrate the workings ofmisty2pypackage but are not necessarily useful for a real world implementation as-is.misty2py_skills.demonstrations.battery_printermodule - a skill that prints Misty's battery status every 250 ms in the terminal for the duration specified as the second CLI argument in seconds (optional, defaults to 2 seconds). Demonstrates working with events inmisty2py.misty2py_skills.demonstrations.exploremodule - a skill that should theoretically perform SLAM mapping of an unknown room but due to misalignment of Misty's API documentation and the real underlying structures, mapping is not currently performed as it auto-stops after a few second from entering the SLAM mapping mode.
-
misty2py_skills.essentialssub-package for relatively simple skills that can be used as building blocks or are otherwise helpful for developing real-life skills.misty2py_skills.essentials.free_memorymodule - a skill that removes non-system audio, video, image and recording files from Misty's memory.misty2py_skills.essentials.movementmodule - a module containing the classMovementwhich handles Misty's movement. Note: only driving is currently implemented.
-
misty2py_skills.expressionssub-package for expressions (audio-visual characteristics of Misty). Currently contains these modules:misty2py_skills.expressions.listeningmodule - a simple expression that makes Misty appear to be listening.misty2py_skills.expressions.angrymodule - a simple expression that makes Misty appear to be angry.
-
misty2py_skills.utilssub-package of utility modules, including:misty2py_skills.utils.templatefile - a template file for developing a skill with Misty2py.misty2py_skills.utils.statusmodule - contains the classesStatusandActionLogwhich can be used to track the execution state of a script.misty2py_skills.utils.conversemodule - contains utility functions for speaking and printing data.misty2py_skills.utils.utilsmodule - contains other utility functions.
Running the skills
Copy the .env.example from the root directory of this repository into .env and replace the values of MISTY_IP_ADDRESS and PROJECT_DIR with appropriate values.
If you are running the skills from the source, run commands pip install poetry and poetry install to get the dependencies.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file misty2py_skills-2.0.1.tar.gz.
File metadata
- Download URL: misty2py_skills-2.0.1.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.16 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e00443a1046c9bc539c79c6b48d2aa9c4f040e024ecb0db5c94da79186c2f57
|
|
| MD5 |
90080b6dc32148f83acd53a78bef6be7
|
|
| BLAKE2b-256 |
c06f4a0e244461cbc550ec258c53b647644c39b09e17bcfe6ca7274f6444ed27
|
File details
Details for the file misty2py_skills-2.0.1-py3-none-any.whl.
File metadata
- Download URL: misty2py_skills-2.0.1-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.1 CPython/3.10.16 Linux/5.15.167.4-microsoft-standard-WSL2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9f6b172d1112c4fb9d69c2f6b784b560da66e8b913c21e4561391629666d640
|
|
| MD5 |
177092da60651deafc26bb83ab0772ff
|
|
| BLAKE2b-256 |
e52e85c80038d1e985a2cece6e75c0693d9ecb25a67db7b18d785c7f57399685
|