Metadata-Version: 2.1
Name: motorcortex-robot-control-python
Version: 0.1.5
Summary: Python bindings for Motorcortex Robot Control
Home-page: https://www.motorcortex.io
Author: Alexey Zakharov
Author-email: info@vectioneer.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

Motorcortex Robot Control is a simple implementation of higher-level API to control 
a robotic arm. This API allows to switch between control modes, to create and execute motion programs. 

Prerequisites
============

Install *motorcortex-python* https://pypi.org/project/motorcortex-python/ via `pip3`.

`pip3 install motorcortex-python`

For more details, please check motorcortex-python [README](https://docs.motorcortex.io/docs/developing-client-applications/python/mcx-python-for-linux/).

Getting Started
===============
Simply download the library and run examples from the `test` folder.
To get familiar with the latest API please check `robot_control/motion_program.py` and `robot_control/robot_command.py`.

