This is a meta-API for the Sensapex Python API, which is in turn a binding for the underlying C library.
- Set relative zero position for one or all axes
- Convenience methods to move signle axes (instead of giving vector for all axis, even if only intending to move one axis)
See `examples` folder for usage of the relative positioning on one or all axes.
- Clone repo:
git clone https://github.com/larsrollik/sensapex-api.git
- Install package:
pip install sensapex-api
- Install sensapex UM SDK library
- Follow method in original repo: umsdk library
- or use version of
install_lib.sh
script (in this repo)
- Set up a network interface with a static IP address (see here)
- IP address:
169.254.100.100
, subnet mask:255.255.0.0
- IP address:
- Connect manipulator
- sensapex-py package that can be installed from sensapex-py or via
pip install sensapex
- umsdk library
- numpy
- pyserial
Contributions are very welcome! Please see the contribution guidelines or check out the issues.
This software is released under the BSD 3-Clause License.
This code is an abstraction layer on top of the MIT-licensed sensapex-py and the umsdk.
Version: "0.0.2.dev0"