Skip to main content

Bota Tactile Sensing Utils Python bindings

Python bindings for the Bota Tactile Sensing Utils C++ library: BotaContactPoint.

import numpy as np
from bota_control import BotaControlReturnCode
from bota_tactile_sensing_utils import BotaContactPoint, BotaContactPointConfig

config = BotaContactPointConfig()
config.geometry.dz = 0.02        # [m] distance to the contact surface
config.force_threshold = 0.3     # [N]

contact = BotaContactPoint(config)

wrench = np.array([1.0, 2.0, -10.0, 0.06, 0.32, 0.07], dtype=np.float64)
contact_point = np.zeros(3, dtype=np.float64)

if contact.update(wrench, contact_point) == BotaControlReturnCode.OK and contact.in_contact():
    print(contact_point)

For a general start guideline with Bota Systems Force Torque sensors, please refer to the Bota Systems startpage.

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.

bota_tactile_sensing_utils-0.0.4-cp312-abi3-win_amd64.whl (183.2 kB view details)

Uploaded CPython 3.12+Windows x86-64

File details

Details for the file bota_tactile_sensing_utils-0.0.4-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for bota_tactile_sensing_utils-0.0.4-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 e736b8e06dbd75137c9712f1768833bc50577a3e411d631afd921fb5b4b7a9d7
MD5 8d5c6619ed6ee50b7700fe03437e3d1e
BLAKE2b-256 5a0a444e8b412ce62ebf69ca9e39ec42b03994b1d34176d18bdd706add0eea34

See more details on using hashes here.

Release history Release notifications | RSS feed

0.0.5

8 files

This release

0.0.4 This release

1 file

0.0.3

8 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page