Skip to main content

Tac3D sensor interface

Project description

Python Compatibility: Requires Python 3.7 through 3.11

Installation

conda create -n tac3d python=3.11 tk
conda activate tac3d
pip install pytac3d

Quick Start

  1. Export demonstration files:

    pytac3d-demo  # Exports examples to current directory
  2. Navigate to examples directory:

    cd pytac3d_examples
  3. Execute the example scripts:

    python get_object_info.py  # View tactile sensor outputs
  4. You can also use the Tac3D sensor through a GUI tool:

    pytac3d-gui  # run the gui tool

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

If you're not sure about the file name format, learn more about wheel file names.

pytac3d-3.3.0.8-py3-none-any.whl (13.7 MB view details)

Uploaded Python 3

File details

Details for the file pytac3d-3.3.0.8-py3-none-any.whl.

File metadata

  • Download URL: pytac3d-3.3.0.8-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.13

File hashes

Hashes for pytac3d-3.3.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 f60e7f2104c7c8f21be8d4a58613944289aac16760c6e4e2512034bd94cfca6a
MD5 075777fbb837e2c4c4b46759a4dd8108
BLAKE2b-256 49433d2c6d01c2849dbd5ec4a808546f6bf950ac1b546318433a0192b568e08f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page