A Python Toolbox for ArmarX
Project description
Python ArmarX - A Python toolbox for ArmarX
from armarx import 🤖 as ❤
This package provides Python 3 bindings for ArmarX.
In addition, the package also includes some helper functions, such as publishing or subscribing to images.
Installation
pip install --upgrade --extra-index-url https://pypi.humanoids.kit.edu/ armarx
Using the bindings
Connecting to an existing proxy
For proxies defined in a project's Variants-*.xml
it is possible to import
the interface directly.
from armarx import PlatformUnitInterfacePrx
platform_unit = PlatformUnitInterfacePrx.get_proxy('Armar6PlatformUnit')
platform_unit.moveTo(0.0, 0.0, 0.0, 50.0, 0.1)
Slice definitions can be loaded using the slice_loader.load_armarx_slice
function. Default values for the proxy name will also be mapped.
More examples can be found in the examples
folder.
Documentation
See https://armarx.humanoids.kit.edu/python
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 armarx-0.23.3.tar.gz
.
File metadata
- Download URL: armarx-0.23.3.tar.gz
- Upload date:
- Size: 73.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.6.9 Linux/5.4.0-131-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cbdeda95a70c5745c3ba8992c18ab944d1180c817ab2914971ffc9b30dad69d |
|
MD5 | 430ef972502f37327ae297498b853f5a |
|
BLAKE2b-256 | 2818b8656ec9e432d3bf433b64b87e19e143f87bf18cb741c806070f82cd4a52 |
File details
Details for the file armarx-0.23.3-py3-none-any.whl
.
File metadata
- Download URL: armarx-0.23.3-py3-none-any.whl
- Upload date:
- Size: 111.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.15 CPython/3.6.9 Linux/5.4.0-131-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e8fe17a9d64830be641c1710760265272f00fd7b6ebc67d21206e068559642c |
|
MD5 | 8864d15f68702b85e81920a33d5f3ead |
|
BLAKE2b-256 | 52864d0959a52b83f9de80a4672a057f27318aa1c8d8ed334e106116a6098605 |