/NetFT

A Python library for reading data from ATI Force/Torque sensors with a Net F/T interface box.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

NetFT

Documentation Status PyPI

Introduction

This is a Python API for RDT communication with ATI Force/Torque sensors using Net-F/T interface boxes. This library supports requesting single measurements, streaming measurements, and taring the sensor.

Instalation

This package can be installed using pip install NetFT. The current development verion can be installed by cloning the git repository and running python setup.py install.

Use

A command line interface is included with the package. It can be run by simply typing NetFT in a terminal. The documentation for this can be viewed by running NetFT --help.