What
Add support for additional tactile sensors.
Why
TouchLabel AI currently supports GelSight, DIGIT, Daimon, and PaXini. More adapters = broader adoption.
How
- Create
tlabel/adapters/your_sensor.py
- Inherit from
BaseAdapter and implement detect() + load()
- Register in
tlabel/adapters/__init__.py
- Add optional deps in
pyproject.toml
- Add tests
See existing adapters (gelsight.py, paxini.py, daimon.py) for reference.
Suggested sensors
- SynTouch BioTac
- XELA Robotics uSkin
- Contactile
- Any SENSOR that outputs tactile/touch data
What
Add support for additional tactile sensors.
Why
TouchLabel AI currently supports GelSight, DIGIT, Daimon, and PaXini. More adapters = broader adoption.
How
tlabel/adapters/your_sensor.pyBaseAdapterand implementdetect()+load()tlabel/adapters/__init__.pypyproject.tomlSee existing adapters (
gelsight.py,paxini.py,daimon.py) for reference.Suggested sensors