LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/TODO.md
docs/adapters.md
docs/api.md
docs/demo.md
docs/quickstart.md
docs/reading-list.md
docs/validation-v0.1.md
examples/basic_usage.py
examples/convert_sensor_formats.py
examples/create_dataset.py
examples/digit_adapter.py
examples/digit_material_classifier.py
examples/end_to_end_demo.py
examples/visualize_tactile.py
haptix/__init__.py
haptix/core.py
haptix/io.py
haptix.egg-info/PKG-INFO
haptix.egg-info/SOURCES.txt
haptix.egg-info/dependency_links.txt
haptix.egg-info/requires.txt
haptix.egg-info/top_level.txt
haptix/datasets/__init__.py
haptix/datasets/catalog.py
haptix/datasets/download.py
haptix/sensors/__init__.py
haptix/sensors/biotac.py
haptix/sensors/coro.py
haptix/sensors/digit.py
haptix/sensors/gelsight.py
haptix/sensors/tactip.py
haptix/unified/__init__.py
haptix/unified/encoder.py
spec/hapt-spec-v0.1.md
spec/hapt-spec-v0.2.md
tests/__init__.py
tests/test_biotac.py
tests/test_coro.py
tests/test_datasets.py
tests/test_edge_cases.py
tests/test_gelsight.py
tests/test_roundtrip.py
tests/test_tactip.py
tests/test_torch.py
tests/test_unified.py
tests/test_zarr.py