Tac3D sensor interface
Project description
Python Compatibility: Requires Python 3.7 through 3.11
Installation
pip install PyTac3D
Quick Start
Export demonstration files:
pytac3d-demo # Exports examples to current directoryNavigate to examples directory:
cd PyTac3D_examplesExecute the demo script:
python get_object_info.py # View tactile sensor outputs
Simple Usage
For more complex implementations, reference the following pattern:
import PyTac3D
import time
# Initialize sensor interface
sensor = PyTac3D.Sensor(port=9988)
sensor.waitForFrame()
# Stream data acquisition
while True:
time.sleep(0.03)
frame = sensor.getFrame()
if not frame is None:
print(frame['index'])
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pytac3d-3.3.0.4-py3-none-any.whl
(13.7 MB
view details)
File details
Details for the file pytac3d-3.3.0.4-py3-none-any.whl.
File metadata
- Download URL: pytac3d-3.3.0.4-py3-none-any.whl
- Upload date:
- Size: 13.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84433b0a9c51a05d3cc1aaaf09ef7f36b16f9f30ce466ff31ec4818609996a5d
|
|
| MD5 |
7e204306b1809a27e78afe9ce21a8c78
|
|
| BLAKE2b-256 |
660abf160daaa9f0b355b30b31b653ed2fa96c016a8d02b7e0d09d642276136b
|