A universal control engine
Project description
A general purpose robotics engine
Installation
pip install ctrl.engine
This library is tested with Ubuntu 19.04 and Python 3.7.5. It was developed specifically for use with robotics using a Raspberry Pi.
Modules
from ctrlengine.controllers import PID
from ctrlengine.filters import simple_moving_average
from ctrlengine.filters import exponentially_weighted_moving_average
from ctrlengine.sensors import camera
from ctrlengine.interface import xbox_ctrl
from ctrlengine.util import logger
from ctrlengine.ai import face_detection
from ctrlengine.ai import image_classificatoin
from ctrlengine.ai import object_detection
from ctrlengine.ai import pose_detection
from ctrlengine.ai.cloud_vision import cloud_vision
from ctrlengine.ai.text_to_speech import text_to_speech
from ctrlengine.ai.azure_vision import azure_vision
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ctrl.engine-0.0.3.tar.gz
(12.9 kB
view hashes)
Built Distribution
Close
Hashes for ctrl.engine-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 423bc45dd3e7ed7d0d40eee012b9e793bc77def1198288732480fe268bff2569 |
|
MD5 | a4fb3b37b9d2cf71e0246a836a7d8bd0 |
|
BLAKE2b-256 | 4aa2a23c673c480640b9c42e4ff933a717bbabd180bb172bf267cb18b822c523 |