Neuromeka client protocols for IndyDCP3, IndyEye, Moby, Ecat, and Motor
Project description
Neuromeka Robot API
This package provides client protocols for users to interact with Neuromeka's robot products, including Indy, Moby, Ecat, and Motor.
- Website: http://www.neuromeka.com
- Source code: https://github.com/neuromeka-robotics/neuromeka-package
- PyPI package: https://pypi.org/project/neuromeka/
- Documents: https://docs.neuromeka.com
Installation
Python
You can install the package from PyPI:
pip install neuromeka
C++
TBD
Usage
Python
Python neuromeka
package contatins the following client classes:
- IndyDCP3 in indydcp3.py
- IndyEye in eye.py
- EtherCAT in ecat.py
- Moby in moby.py
To use a client class, simply import it and create an instance:
from neuromeka import IndyDCP3, IndyEye, EtherCAT, MobyClient
moby = MobyClient("192.168.214.20")
indy = IndyDCP3("192.168.0.11")
eye = IndyEye("192.168.0.12")
ecat = EtherCAT("192.168.0.11")
C++
TBD
Dependencies
Python
This package requires the following dependencies:
- grpcio
- grpcio-tools
- protobuf
- requests
- Pillow
- numpy
- pyModbusTCP
- netifaces
These dependencies will be automatically installed when you install the package using pip.
C++
TBD
Examples
Please refer to the 'python/examples' folder in the package for Python usage examples.
Support
If you encounter any issues or need help, please open an issue on the project's repository.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
Built Distribution
File details
Details for the file neuromeka-3.2.0.6.tar.gz
.
File metadata
- Download URL: neuromeka-3.2.0.6.tar.gz
- Upload date:
- Size: 123.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 452e6396d950b48ae4735a2196dd32510723e308c78f29313832dce91b3242c4 |
|
MD5 | 482bf656889048817d2eb217dea5d032 |
|
BLAKE2b-256 | 5daba8f2ff4c2f777da7abc2ee67b92d23b3fb745625d460208b4192a3aef3c5 |
File details
Details for the file neuromeka-3.2.0.6-py3-none-any.whl
.
File metadata
- Download URL: neuromeka-3.2.0.6-py3-none-any.whl
- Upload date:
- Size: 134.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.8.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cf641353db666fd4068302338b035b92ea76b34e4011c5308c277e3dc806f486 |
|
MD5 | ab6e39eb4559f31d3bd7ae565b2cbd40 |
|
BLAKE2b-256 | a83befa6e63f9add192c6c3008bbd9192a9d09e49c16c62417a5cf16ec1a4d02 |